1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 14:19:10 -04:00
Mirroring DBD-SQLite to enable automated handling of DBD::SQcipher.
Find a file
2009-07-21 14:05:06 +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 - Added support for commit/rollback/update hooks (DAMI) 2009-07-20 10:20:09 +00:00
t DBD-SQLite: skip_all should be in a BEGIN block and be placed before use Test::NoWarnings 2009-07-21 14:05:06 +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 DBD-SQLite: updated Changes (not yet releasable) 2009-07-21 06:43:45 +00:00
dbdimp.c DBD-SQLite: whitespace cleanup 2009-07-21 06:41:23 +00:00
dbdimp.h DBD-SQLite: added several prototypes to silence warnings 2009-07-21 06:37:43 +00:00
Makefile.PL Add additional comments for downstream packagers, giving them permission to link to a local SQLite, but only if they apply a one line patch. 2009-07-21 12:36:08 +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 DBD-SQLite: renamed several sqlite3_ functions to sqlite_, as sqlite3_ prefix should only be used for native sqlite3 functions 2009-07-21 06:34:11 +00:00
sqlite3.c DBD-SQLite: updated bundled library to 3.6.16 2009-06-27 15:58:15 +00:00
sqlite3.h DBD-SQLite: updated bundled library to 3.6.16 2009-06-27 15:58:15 +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