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

31 commits

Author SHA1 Message Date
Laurent Dami
ec38f98792 new implementation for collation_needed, no more malloc -- should no longer leak
new API for global registry of collations, using a "write-once" tied hash
2009-08-06 14:22:12 +00:00
Laurent Dami
3714dc6954 - Added support for commit/rollback/update hooks (DAMI)
- Added support for set_authorizer (DAMI)
    - Added support for collation_needed(), and reorganised driver API
      for user-defined collations (DAMI)
    - Exported constants from sqlite3.h into DBD::SQLite namespace (DAMI)
    - Added support in t/lib/Test.pm for checking both versions of
      driver-private methods ("func" / "sqlite_*") (DAMI)
    - Removed unused and obsolete "list_tables" from SQLite.xs (DAMI)
    - Added a default implementation for the REGEXP infix operator (DAMI)
2009-07-20 10:20:09 +00:00
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
7315981580 Preparing for dev release 2009-05-05 05:42:39 +00:00
Adam Kennedy
899a69e15a Minor addition 2009-04-26 16:19:17 +00:00
Adam Kennedy
5088ece17b Preparing to release the next prod version 2009-04-23 10:09:02 +00:00
Adam Kennedy
ee373f5c09 Prep for release 2009-04-22 12:43:06 +00:00
Adam Kennedy
34736152e7 Doing the next dev release 2009-04-22 02:04:36 +00:00
Adam Kennedy
ab521c5c97 Move to a production version number 2009-04-19 09:40:16 +00:00
Adam Kennedy
9958f58fda Reverting corion's Win32 64-bit changes 2009-04-19 09:16:22 +00:00
Adam Kennedy
68c4b9fe85 Fixing test module version 2009-04-19 08:56:31 +00:00
Adam Kennedy
1087a50857 Preparing for pre-release 2009-04-17 08:59:36 +00:00
Adam Kennedy
e991a7db97 Converted another batch of tests from lib.pl to t::lib::Test 2009-04-16 03:05:01 +00:00
Adam Kennedy
374d4d18e5 Preparing another test release 2009-04-15 12:14:48 +00:00
Adam Kennedy
f8230304bf Setting svn:eol-style to native 2009-04-11 02:59:57 +00:00
Adam Kennedy
db43962dd2 Preparing for release 2009-04-11 01:46:21 +00:00
Adam Kennedy
4af1a03483 Updating version for release 2009-04-09 09:29:25 +00:00
Adam Kennedy
422cea810d Preparing for the _02 release 2009-04-08 11:41:53 +00:00
Adam Kennedy
be05f9d9dc Prepare dev release 2009-04-08 01:50:10 +00:00
Adam Kennedy
0ede9e1124 Preparing for 1.21 release 2009-04-08 01:16:57 +00:00
Adam Kennedy
4b18420835 Updating version to a production release 2009-04-07 13:36:38 +00:00
Adam Kennedy
788904db72 Updating version to _11 and adding Changes entries 2009-04-05 23:43:36 +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
Adam Kennedy
b020597b48 Moved 12_unicode.t to Test::More 2009-04-05 19:16:40 +00:00
Adam Kennedy
9af168bc3c Correcting the version 2009-04-05 03:09:34 +00:00
Adam Kennedy
ad60a824b9 Clean on END 2009-04-05 00:29:22 +00:00
Adam Kennedy
40d6ff35c1 Rewrote 28_changestyle.t in Test::More style 2009-04-04 20:19:25 +00:00
Adam Kennedy
140d920c5a Confirming a couple of old tickets are fixed 2009-04-04 02:41:25 +00:00
Adam Kennedy
6988f6c9f4 Updating the t::lib::Test version 2009-04-03 20:19:50 +00:00
Adam Kennedy
3f0f9ca82c Refactoring away needless test complexity 2009-04-03 17:07:49 +00:00
Adam Kennedy
86c057f680 Adding t::lib::Test, to reduce the amount of duplicated code in the newer Test::More tests 2009-04-03 15:20:31 +00:00