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

15 commits

Author SHA1 Message Date
Kenichi Ishigaki
434aea6479 rename t/lib/Test.pm to t/lib/SQLiteTest.pm 2017-03-04 15:04:39 +09:00
Kenichi Ishigaki
0c96602837 allow to set busy_timeout to 0 via sqlite_busy_timeout() (#3) 2014-03-26 23:14:40 +09:00
Kenichi Ishigaki
8288de83e8 resolved #61117 2010-09-16 07:28:06 +00:00
Kenichi Ishigaki
d5c6e51914 resolved #61355 2010-09-16 06:59:36 +00:00
Kenichi Ishigaki
5f01de2110 DBD::SQLite: reverted 11571 2010-03-10 13:01:38 +00:00
Adam Kennedy
6afec520c4 Added tests for the sqlite_source attribute, but I lack the C-fu to make it work 2010-03-10 11:42:26 +00:00
Kenichi Ishigaki
895897258b DBD::SQLite: renamed "unicode" attribute to "sqlite_unicode" 2009-10-21 02:36:14 +00:00
Kenichi Ishigaki
976d04a682 DBD-SQLite: don't need to show diagnostics twice 2009-07-23 14:30:24 +00:00
Kenichi Ishigaki
19b512b0b8 DBD-SQLite: applied @CALL_FUNCS trick and removed several _func tests 2009-07-23 14:12:35 +00:00
Kenichi Ishigaki
74efd983dc DBD-SQLite: skip_all should be placed before Test::NoWarnings 2009-05-22 01:36:09 +00:00
Kenichi Ishigaki
804169717e DBD-SQLite: prepared install_method() for the rest of the functions, and added tests for the installed methods (TODO: need to tweak return values for several functions) 2009-05-06 08:39:49 +00:00
Adam Kennedy
e93d416d28 Removing the table name generator, since each test now uses it's own database 2009-04-16 00:54:21 +00:00
Adam Kennedy
09f58b864d - Adding support parsing attributes out of the DSN (ADAMK)
- Dropping support for uncode before 5.8.5 to simplify support and
      to prevent people hurting themselves on platforms that don't
      properly support Unicode anyway (ADAMK)
2009-04-10 06:09:31 +00:00
Adam Kennedy
193d8e8f52 All those explicit disconnects are no longer required 2009-04-04 02:54:00 +00:00
Adam Kennedy
872a54eea9 Streamllining the naming scheme 2009-04-03 20:16:26 +00:00
Renamed from t/01logon.t (Browse further)