1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-08 14:48:32 -04:00
Commit graph

8 commits

Author SHA1 Message Date
Kenichi Ishigaki
da7f64c53d introduced sqlite_prefer_numeric_type handle attribute 2018-12-01 17:53:14 +09:00
Kenichi Ishigaki
071abbab23 these are not TODO any more 2018-12-01 17:53:14 +09:00
Peter Rabbitson
c4eab85ff7 Workaround for upcoming lack of dot in @INC ( RT#120444, sigh )
Zero functional changes, simply executed the following:

find . -name '*.t' -exec perl -0777 -p -i -e 's|^use t::lib::SQLiteTest|use lib "t/lib";\nuse SQLiteTest|m' {} +

Also had to do a manual (but identical) fix in t/01_compile.t
2017-05-05 00:48:33 +02:00
Kenichi Ishigaki
434aea6479 rename t/lib/Test.pm to t/lib/SQLiteTest.pm 2017-03-04 15:04:39 +09:00
Adam Kennedy
a0188d13f9 Skipping test so we can do a dev release with the SQLite foreign key improvements 2009-10-15 03:57:44 +00:00
Vernon Lyon
0c5dbbf467 Fixed $sth->primary_key_info according to DBI spec 2009-09-29 17:15:59 +00:00
Kenichi Ishigaki
ae41bd45c1 applied a patch to fix table_info issue from Vlyon (#46831) 2009-06-11 01:20:49 +00:00
Adam Kennedy
710575aee8 Streamllining the naming scheme 2009-04-03 20:19:01 +00:00
Renamed from t/28_metadata.t (Browse further)