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

9 commits

Author SHA1 Message Date
Kenichi Ishigaki
5cbeb50890 DBD-SQLite: switched to use :memory: for most of the tests
Speaking more specifically, for the tests that don't require reconnection. It seems this makes it easier to find memory leaks by DBD::SQLite itself.
2009-07-02 10:00:51 +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
85300f62f1 Now I can have my fancy module without CORION's hated dependency :)
Bundling Test::NoWarnings into inc
2009-04-05 23:42:14 +00:00
Max Maischein
df0e738393 Fixed t/12* to make Test::NoWarnings optional 2009-04-05 19:48:09 +00:00
Adam Kennedy
b020597b48 Moved 12_unicode.t to Test::More 2009-04-05 19:16:40 +00:00
Adam Kennedy
8bd54f9930 Resolved #32889: prepare_cached does not work correctly
Also resolved a few other minor things.
2009-04-05 18:55:08 +00:00
Adam Kennedy
193d8e8f52 All those explicit disconnects are no longer required 2009-04-04 02:54:00 +00:00
Adam Kennedy
ec81ab8513 Removing the use of DBI_AUTOPROXY 2009-04-03 20:28:01 +00:00
Adam Kennedy
872a54eea9 Streamllining the naming scheme 2009-04-03 20:16:26 +00:00
Renamed from t/11unicode.t (Browse further)