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

782 commits

Author SHA1 Message Date
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
Kenichi Ishigaki
52b7337ed8 DBD::SQLite: added short explanation of SQLite's pragma 2009-10-21 02:03:53 +00:00
Kenichi Ishigaki
9a3151e321 DBD::SQLite: reorganized methods 2009-10-20 20:11:33 +00:00
Kenichi Ishigaki
8cabc9992c DBD::SQLite: removed several commented-out warns 2009-10-20 19:31:43 +00:00
Kenichi Ishigaki
f8a471de36 DBD::SQLite: don't need to store a statement in imp_sth->statement as we can retrieve it from sqlite3_sql(imp_sth->stmt) 2009-10-20 19:27:22 +00:00
Kenichi Ishigaki
0ced6f0a68 DBD::SQLite: should pass attr, too 2009-10-20 17:38:59 +00:00
Kenichi Ishigaki
cf1fb1b652 DBD::SQLite: switched from (deprecated) sqlite_db_login to _login6 2009-10-20 17:26:03 +00:00
Kenichi Ishigaki
c58599e164 DBD::SQLite: unnecessary type casts 2009-10-20 17:03:21 +00:00
Kenichi Ishigaki
e29628f340 DBD::SQLite: added (_)sqlite_open to hide error handling (and closing the failed handle) 2009-10-20 16:56:47 +00:00
Kenichi Ishigaki
02cc347e41 DBD::SQLite: enable foreign keys support by default 2009-10-20 16:51:05 +00:00
Kenichi Ishigaki
b93cb221fa DBD::SQLite: added (_)sqlite_exec to hide error handling 2009-10-20 16:50:14 +00:00
Kenichi Ishigaki
8b24efecf9 DBD::SQLite: we don't need to discard the database handle even if these pragmata should fail 2009-10-20 16:19:42 +00:00
Kenichi Ishigaki
e37b62e6ef DBD::SQLite: made it a bit easier to call sqlite_error 2009-10-20 15:47:33 +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
Kenichi Ishigaki
1527e42c09 DBD::SQLite: add a workaround in Changes 2009-10-20 05:30:44 +00:00
Kenichi Ishigaki
19be407a77 DBD::SQLite: trace levels less than 3 are reserved for DBI 2009-10-19 16:18:54 +00:00
Kenichi Ishigaki
1de89394b9 DBD::SQLite: type casts can be done in the macros 2009-10-19 16:11:00 +00:00
Kenichi Ishigaki
90b890264c DBD::SQLite: updated Changes 2009-10-19 15:46:33 +00:00
Kenichi Ishigaki
43fc56529d DBD::SQLite: new tracer doesn't need \n 2009-10-19 15:46:19 +00:00
Kenichi Ishigaki
abdfff86e8 DBD::SQLite: refactored trace; this should be a bit faster and (hopefully) more portable 2009-10-19 15:37:26 +00:00
Kenichi Ishigaki
0dcc7ca72b DBD::SQLite: looks like the segfault is gone, but please wait for a while to see if this fix really *fix* the real problems. we need more teests 2009-10-19 14:56:36 +00:00
Kenichi Ishigaki
e69a79ccff DBD::SQLite: reverted the previous commit 2009-10-19 14:40:25 +00:00