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

DBD-SQLite: updated Changes; wait, wait, it's too early to release the next one :)

This commit is contained in:
Kenichi Ishigaki 2009-04-10 02:05:39 +00:00
parent 3d9bf5c1e2
commit 9e6efeaba0

View file

@ -1,9 +1,12 @@
Changes for Perl extension DBD-SQLite.
1.22_04 not yet released
- Inserted pTHX_/aTHX_ for better efficiency (suggested in #44884 by TIMB) (ISHIGAKI)
1.22_03 Thu 10 Apr 2009
- Resolved #44876: Patch to fix includes in the SQLITE_LOCATION case by janus (ISHIGAKI)
- added PERL_NO_GET_CONTEXT for efficiency (suggested in #44884 by TIMB) (ISHIGAKI)
- refactored error handling (suggested in #44884, #44871 by TIMB) (ISHIGAKI)
- Added PERL_NO_GET_CONTEXT for efficiency (suggested in #44884 by TIMB) (ISHIGAKI)
- Refactored error handling (suggested in #44884, #44871 by TIMB) (ISHIGAKI)
1.22_02 Wed 9 Apr 2009
- Added missing documentation bits for 'create_collation'