1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-08 06:38:12 -04:00
Commit graph

604 commits

Author SHA1 Message Date
Kenichi Ishigaki
a5971edfab dequote primary key info to resolve #45113 2010-02-11 12:08:07 +00:00
Kenichi Ishigaki
6b5460c83a added a note and a test of placeholders to resolve #53579 2010-02-11 03:27:28 +00:00
Kenichi Ishigaki
126b5e6dc4 added placeholder explanation and its test 2010-02-11 03:24:36 +00:00
Kenichi Ishigaki
18254d2a82 DBD::SQLite: added the POSSIBLY BREAK YOUR OLD APP warning 2010-02-09 15:19:01 +00:00
Kenichi Ishigaki
eb9ab2a1f6 updated Changes 2010-02-09 15:14:18 +00:00
Kenichi Ishigaki
3db3c32273 DBD::SQLite: resolved #54271 2010-02-09 15:12:41 +00:00
Kenichi Ishigaki
c20792782a DBD::SQLite: applied a failing test patch by Andy Grundman (#54271) 2010-02-09 15:04:56 +00:00
Kenichi Ishigaki
e542758add oops, forgot to rename 2010-01-11 07:36:26 +00:00
Kenichi Ishigaki
5040024ca9 experimental sqlite_allow_multiple_statements/sqlite_unprepared_statements attribute to allow processing a SQL dump 2010-01-11 07:34:30 +00:00
Kenichi Ishigaki
dacdce66d5 added foreign keys test 2010-01-11 07:33:54 +00:00
Adam Kennedy
5072b34cb2 Removed the Perl version test. It's covered by the "use 5.006;" in DBD::SQLite itself 2010-01-08 10:06:47 +00:00
Adam Kennedy
0ae3e8559c Capitalisation nudge 2010-01-08 09:21:32 +00:00
Adam Kennedy
2928c11fcd Preparing for a prod release 2010-01-08 09:06:10 +00:00
Darren Duncan
8a8fe72c23 upd bundled SQLite to v3.6.22 2010-01-06 01:39:21 +00:00
Adam Kennedy
b7e2855ecf Updating copyright and removing some excess whitespace 2010-01-03 05:50:09 +00:00
Adam Kennedy
b790244c4f Prepare for dev release 2010-01-03 05:45:31 +00:00
Adam Kennedy
e91137eb94 Disabled SQLITE_CORE, the SQLite mailing list says it isn't needed 2010-01-03 05:03:13 +00:00
Adam Kennedy
8f10b05a8d SQLITE_PTR_SZ is redundant 2010-01-03 04:39:53 +00:00
Kenichi Ishigaki
ea7093b866 updated Changes and versions; please ship this as another dev release 2010-01-01 12:49:18 +00:00
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
8d4756d31c avoid confusion by manual commit/rollback 2010-01-01 11:59:39 +00:00
Kenichi Ishigaki
c8502a2bbf don't bother BegunWork flag if AutoCommit is off 2010-01-01 11:11:05 +00:00
Kenichi Ishigaki
cb0f6a5aef undef statement does not need to spit a warning 2010-01-01 08:55:22 +00:00
Kenichi Ishigaki
a3ef235101 removed debug info 2010-01-01 08:52:10 +00:00
Kenichi Ishigaki
fc6dc7a3d3 DBD::SQLite: empty or comment-only statements shouldn't die. issue spotted by tokuhirom++ 2009-12-26 03:17:02 +00:00
Adam Kennedy
7cacca18b4 Prepare for release 2009-12-22 10:19:55 +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
Kenichi Ishigaki
61e02c3d86 DBD::SQLite: updated sqlite to 3.6.21 2009-12-07 20:38:42 +00:00
Kenichi Ishigaki
eaf82c15f5 updated Changes 2009-11-25 12:05:44 +00:00
Kenichi Ishigaki
77cdbe4733 silence warnings on HP-UX, spotted by Tux 2009-11-25 12:02:53 +00:00
Adam Kennedy
0862fd90f8 Preparing for production release 2009-11-23 11:07:34 +00:00
Kenichi Ishigaki
c0bede6a13 DBD::SQLite: fixed date 2009-11-19 00:35:49 +00:00
Alexandr Ciornii
c1cb8a15c9 typo 2009-11-16 10:47:57 +00:00
Adam Kennedy
3f78228f36 Updating version for release 2009-11-16 01:42:00 +00:00
Darren Duncan
2ad6bd941d DBD::SQLite : updated SQLite to 3.6.20 2009-11-04 20:13:25 +00:00
Kenichi Ishigaki
b4df6fa916 DBD::SQLite: use 3-args open 2009-11-03 17:36:38 +00:00
Kenichi Ishigaki
e60d50b81e DBD::SQLite: let us know if the debug macros are enabled 2009-11-03 17:24:34 +00:00
Kenichi Ishigaki
70bf9a7c52 DBD::SQLite: don't forget to test .h files 2009-11-03 17:19:46 +00:00
Kenichi Ishigaki
39c5139fd3 DBD::SQLite: added debug macros 2009-11-03 17:13:17 +00:00
Kenichi Ishigaki
1a976e892b DBD::SQLite: clarify which sql is being executed while tracing 2009-11-03 13:50:25 +00:00
Kenichi Ishigaki
6f1677bc46 DBD::SQLite: fixed typo 2009-11-03 07:55:20 +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
941ba0cb65 DBD::SQLite: some cleanup 2009-11-02 12:42:09 +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
Darren Duncan
3140bc4920 DBD::SQLite : Makefile.PL : MM in Perl 5.006 supports AUTHOR; make use non-optional 2009-10-27 06:00:06 +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
c1cb6d0844 DBD::SQLite: updated Changes 2009-10-21 02:21:10 +00:00