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

515 commits

Author SHA1 Message Date
Darren Duncan
4beeded766 updated bundled SQLite to 3.6.23 2010-03-09 23:34:54 +00:00
Kenichi Ishigaki
d003fb74dd DBD::SQLite: silenced warnings 2010-02-23 13:00:11 +00:00
Kenichi Ishigaki
2cb3b63b29 DBD::SQLite: moved source modules creation a bit earlier 2010-02-23 12:58:08 +00:00
Kenichi Ishigaki
4e16de8953 added pod and updated Changes 2010-02-17 13:52:44 +00:00
Kenichi Ishigaki
97ff3be75c DBD::SQLite: added preamble to generate modules to provide bundled c source/header (for other extensions) 2010-02-17 13:28:38 +00:00
Kenichi Ishigaki
d0dbdf132c DBD::SQLite: updated Changes; almost ready for another dev release, but maybe we can wait some more, until the next sqlite3 monthly (dev) release 2010-02-11 14:57:46 +00:00
Kenichi Ishigaki
413b1daab4 DBD::SQLite: all of the current sth attributes can be taken before execute 2010-02-11 13:36:10 +00:00
Kenichi Ishigaki
f957eb5aff DBD::SQLite: added primary_key(_info) pod 2010-02-11 12:44:50 +00:00
Kenichi Ishigaki
5ae7532d81 DBD::SQLite: added pod encoding 2010-02-11 12:34:52 +00:00
Kenichi Ishigaki
a8b16fffdd DBD::SQLite: textwrap 2010-02-11 12:34:01 +00:00
Kenichi Ishigaki
aacd774069 DBD::SQLite: typo 2010-02-11 12:08:36 +00:00
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