1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 22:28:47 -04:00

Prepare for dev release

This commit is contained in:
Adam Kennedy 2010-01-03 05:45:31 +00:00
parent e91137eb94
commit b790244c4f
2 changed files with 6 additions and 4 deletions

View file

@ -1,11 +1,13 @@
Changes for Perl extension DBD-SQLite
1.28_02 to be released
1.28_02 Sun 3 Jan 2010
- Now empty (or comment only) statements won't cause segv
or "not an error" errors. Spotted by TOKUHIROM. (ISHIGAKI)
- Resolved #52573: previous fix always turned on the AutoCommit
flag; it goes along with the behavior of the internal library
but broke compat. (ISHIGAKI)
- Removed the SQLITE_CORE and SQLITE_PRT_SZ flags at the recommendation
of the SQLite mailing list. (ADAMK)
1.28_01 Tue 22 Dec 2009
- Updated to SQLite 3.6.21 (ISHIGAKI)