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

This commit is contained in:
Kenichi Ishigaki 2009-05-04 20:56:07 +00:00
parent 925675a464
commit 99a222b446

View file

@ -6,6 +6,9 @@ Changes for Perl extension DBD-SQLite
(ISHIGAKI)
- Skipped some of the unicode path tests under cygwin (#45166)
(JDHEDDEN)
- Added some explanation and workarounds for a SQL that
compares a return value of a function with a numeric bind
value (ISHIGAKI)
1.25 Thu 23 Apr 2009
- Amalgamation conversion turned out to be quicker than expected.