1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 14:19:10 -04:00
Commit graph

314 commits

Author SHA1 Message Date
Kenichi Ishigaki
09e7f2d4f8 foreign_keys pragma is not set by default now 2010-01-01 12:42:08 +00:00
Kenichi Ishigaki
e0e59933f5 added explanation of the transactions 2010-01-01 12:40:55 +00:00
Kenichi Ishigaki
cb0f6a5aef undef statement does not need to spit a warning 2010-01-01 08:55:22 +00:00
Kenichi Ishigaki
5a755b8ca7 DBD::SQLite: fixed #52573 manual transaction issue; please ship this as a dev release (or a prod one if you prefer) to see if this would also fix other major tools like CPANPLUS etc, which 1.27 reportedly broke 2009-12-20 03:12:06 +00:00
Adam Kennedy
0862fd90f8 Preparing for production release 2009-11-23 11:07:34 +00:00
Adam Kennedy
3f78228f36 Updating version for release 2009-11-16 01:42:00 +00:00
Kenichi Ishigaki
dfff65b64d DBD::SQLite: disabled the foreign key support by default again, and added notes for that 2009-11-03 07:54:39 +00:00
Kenichi Ishigaki
d264242389 DBD::SQLite: renamed some of the "unicode" attribute in the pod to "sqlite_unicode" to resolve #50935 spotted by ASHLEY 2009-10-29 06:55:45 +00:00
Adam Kennedy
ec3b820aba Preparing for release 2009-10-28 11:09:26 +00:00
Kenichi Ishigaki
b3e359ea68 DBD::SQLite: added myself to the authors ;p 2009-10-21 02:42:50 +00:00
Kenichi Ishigaki
895897258b DBD::SQLite: renamed "unicode" attribute to "sqlite_unicode" 2009-10-21 02:36:14 +00:00
Kenichi Ishigaki
52b7337ed8 DBD::SQLite: added short explanation of SQLite's pragma 2009-10-21 02:03:53 +00:00
Kenichi Ishigaki
0ced6f0a68 DBD::SQLite: should pass attr, too 2009-10-20 17:38:59 +00:00
Kenichi Ishigaki
6405c731b4 DBD::SQLite: reorganized pod 2009-10-20 07:23:48 +00:00
Kenichi Ishigaki
d0740e060c DBD::SQLite: tidied 2009-10-20 05:45:25 +00:00
Adam Kennedy
a0188d13f9 Skipping test so we can do a dev release with the SQLite foreign key improvements 2009-10-15 03:57:44 +00:00
Kenichi Ishigaki
385c138f67 DBD-SQLite: updated version and release date 2009-10-06 04:36:11 +00:00
Vernon Lyon
923f031682 Fixed column_info ORDINAL_POSITION starts at 1 2009-10-01 12:44:18 +00:00
Vernon Lyon
0c5dbbf467 Fixed $sth->primary_key_info according to DBI spec 2009-09-29 17:15:59 +00:00
Vernon Lyon
a31981fa77 Added documentation and an Escape attribute for $sth->table_info 2009-09-29 15:35:46 +00:00
Kenichi Ishigaki
f9fa530207 DBD-SQLite: applied a new patch by VLYON (#49716) 2009-09-16 04:16:36 +00:00
Kenichi Ishigaki
c4ce415524 DBD-SQLite: applied a patch to fix column_info from VYLON 2009-09-15 13:34:39 +00:00
Kenichi Ishigaki
631ef3df94 DBD-SQLite: noted bugs of the bundled library should be reported to the sqlite developers, not to us 2009-08-21 00:38:46 +00:00
Kenichi Ishigaki
802def1b71 DBD-SQLite: removed old todos 2009-08-21 00:25:55 +00:00
Adam Kennedy
c2f8f58179 Final tweaks for the new release 2009-08-12 05:48:47 +00:00
Kenichi Ishigaki
4fe2af3d0b DBD-SQLite: L<text|scheme:...> is invalid according to perlpod 2009-08-11 09:10:07 +00:00
Kenichi Ishigaki
3aa4ac0eed DBD-SQLite: updated version 2009-08-10 16:05:36 +00:00
Laurent Dami
ec38f98792 new implementation for collation_needed, no more malloc -- should no longer leak
new API for global registry of collations, using a "write-once" tied hash
2009-08-06 14:22:12 +00:00
Kenichi Ishigaki
6cfea888c7 DBD-SQLite: tentatively disabled collation_needed stuff as it leaks badly 2009-07-23 15:50:12 +00:00
Laurent Dami
3997c0ffaf - Accept empty filename at connect (sqlite will open a tempfile) (DAMI)
- Documented the connect() method (DAMI)
2009-07-23 07:00:26 +00:00
Laurent Dami
3714dc6954 - Added support for commit/rollback/update hooks (DAMI)
- Added support for set_authorizer (DAMI)
    - Added support for collation_needed(), and reorganised driver API
      for user-defined collations (DAMI)
    - Exported constants from sqlite3.h into DBD::SQLite namespace (DAMI)
    - Added support in t/lib/Test.pm for checking both versions of
      driver-private methods ("func" / "sqlite_*") (DAMI)
    - Removed unused and obsolete "list_tables" from SQLite.xs (DAMI)
    - Added a default implementation for the REGEXP infix operator (DAMI)
2009-07-20 10:20:09 +00:00
Kenichi Ishigaki
fa40ab7df7 DBD-SQLite: added indent not to be misunderstood as two consecutive verbatim sections 2009-06-19 16:15:46 +00:00
Kenichi Ishigaki
589bdc1f6c DBD-SQLite: made it a bit clear that *perl* collation is *without* the locale, and *perllocale* is *with* locale 2009-06-19 16:04:57 +00:00
Kenichi Ishigaki
274a4917c3 DBD-SQLite: dbish is from DBI::Shell, not from DBI 2009-06-19 16:02:00 +00:00
Kenichi Ishigaki
1dd4b666b4 DBD-SQLite: oops, pod for sqlite_enable_load_extension was placed in a wrong section 2009-06-19 15:59:49 +00:00
Kenichi Ishigaki
404b35f224 DBD-SQLite: bumped up the version and updated Changes for another dev release 2009-06-19 06:04:54 +00:00
Kenichi Ishigaki
ae41bd45c1 applied a patch to fix table_info issue from Vlyon (#46831) 2009-06-11 01:20:49 +00:00
Kenichi Ishigaki
4c501a2751 DBD-SQLite: added enable_load_extension pod 2009-05-06 09:17:06 +00:00
Kenichi Ishigaki
1fd9dbb921 DBD-SQLite: fixed pod to use installed methods 2009-05-06 08:59:43 +00:00
Kenichi Ishigaki
804169717e DBD-SQLite: prepared install_method() for the rest of the functions, and added tests for the installed methods (TODO: need to tweak return values for several functions) 2009-05-06 08:39:49 +00:00
Kenichi Ishigaki
87baa98f67 DBD-SQLite: applied the online backup patch from Toby Corkindale (with a little modification) 2009-05-06 07:55:35 +00:00
Kenichi Ishigaki
16d3af7794 DBD-SQLite: started using install_method(); ported last_insert_rowid as the first attempt 2009-05-05 09:02:02 +00:00
Adam Kennedy
7315981580 Preparing for dev release 2009-05-05 05:42:39 +00:00
Kenichi Ishigaki
925675a464 DBD-SQLite: added an explanation about comparing a return value of a function and a numeric bind value 2009-05-04 20:51:18 +00:00
Kenichi Ishigaki
81ee8cbe1e DBD-SQLite: reverted cygwin hacks 2009-05-01 00:50:22 +00:00
Adam Kennedy
899a69e15a Minor addition 2009-04-26 16:19:17 +00:00
Adam Kennedy
5088ece17b Preparing to release the next prod version 2009-04-23 10:09:02 +00:00
Adam Kennedy
ee373f5c09 Prep for release 2009-04-22 12:43:06 +00:00
Adam Kennedy
119eb8573e Adding some of the remaining to do items 2009-04-22 09:34:40 +00:00
Adam Kennedy
e063e32b47 All annotations merged 2009-04-22 09:30:53 +00:00