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

7 commits

Author SHA1 Message Date
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
Kenichi Ishigaki
f679a6caf7 oops 2015-10-04 14:36:36 +09:00
Kenichi Ishigaki
3eb1a18420 skip all the tests for table_column_metadata if ENABLE_COLUMN_METADATA is not set. 2015-10-04 14:20:16 +09:00
Kenichi Ishigaki
b64f69f992 table_column_metadata on inactive dbh 2012-09-06 17:33:28 +00:00
Kenichi Ishigaki
5e7eda37c4 error cases 2012-09-03 04:34:17 +00:00
Kenichi Ishigaki
5de4189aa4 implemented sqlite_table_column_metadata 2012-09-02 18:48:53 +00:00