1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-08 06:38:12 -04:00
Mirroring DBD-SQLite to enable automated handling of DBD::SQcipher.
Find a file
2009-09-11 17:53:58 +00:00
inc/Test Now I can have my fancy module without CORION's hated dependency :) 2009-04-05 23:42:14 +00:00
lib/DBD DBD-SQLite: noted bugs of the bundled library should be reported to the sqlite developers, not to us 2009-08-21 00:38:46 +00:00
t DBD-SQLite: "Your env might be too slow" message should be directed to STDERR to make it visible while doing "make test" 2009-08-15 10:33:39 +00:00
util Tweaked to live in the subdirectory 2009-04-22 01:53:43 +00:00
.gitignore Reverting corion's Win32 64-bit changes 2009-04-19 09:16:22 +00:00
Changes updated bundled SQLite to 3.6.18 2009-09-11 17:53:58 +00:00
dbdimp.c DBD-SQLite: replaced last DBILOGFP with DBIc_LOGPIO(imp_xxh) as strongly recommended in DBI::Changes (see notes for 1.31) 2009-08-13 18:51:34 +00:00
dbdimp.h DBD-SQLite: removed unused in_tran from the handle structure, as I confirmed all the tests pass under 5.10.1 rc1 without it now 2009-08-11 12:24:31 +00:00
Makefile.PL DBD-SQLite: added a code to look for a compiler from Module::Install::Can 2009-08-15 11:00:58 +00:00
MANIFEST.SKIP rem util/ from man-skip as getsqlite.pl should be distrib 2009-06-19 20:33:59 +00:00
ppport.h Correcting newline style to native 2009-04-22 02:02:20 +00:00
SQLite.xs new implementation for collation_needed, no more malloc -- should no longer leak 2009-08-06 14:22:12 +00:00
sqlite3.c updated bundled SQLite to 3.6.18 2009-09-11 17:53:58 +00:00
sqlite3.h updated bundled SQLite to 3.6.18 2009-09-11 17:53:58 +00:00
sqlite3ext.h DBD::SQLite: updated bundled SQLite to 3.6.10, and bumped up the version requirement for installed SQLite to 3.6.0 as 3.6.x has backward incompatibility (cont.) 2009-01-29 01:28:06 +00:00
SQLiteXS.h DBD-SQLite: added several #include's and #define's to headers 2009-04-30 14:17:45 +00:00