1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 14:19:10 -04:00
Commit graph

63 commits

Author SHA1 Message Date
Kenichi Ishigaki
2e7775da04 bumped up the version 2013-05-01 08:56:55 +00:00
Kenichi Ishigaki
a45e3add05 bumped up versions 2013-03-30 19:12:09 +00:00
Kenichi Ishigaki
e4b7e75821 bumped up the versions 2012-09-19 15:49:33 +00:00
Kenichi Ishigaki
8371d73f96 implemented ping and db_filename to resolve #64177 2012-09-06 14:44:13 +00:00
Kenichi Ishigaki
65b47d0444 use our, because we don't support perl < 5.006 2012-09-01 08:47:26 +00:00
Kenichi Ishigaki
abef6d75a9 updated versions 2012-06-09 04:50:51 +00:00
Kenichi Ishigaki
b177b0938a bumped up the versions 2012-05-17 01:23:28 +00:00
Kenichi Ishigaki
29798bee02 bumped up the version 2012-05-07 05:04:20 +00:00
Kenichi Ishigaki
a823c437f6 updated Changes and versions 2012-02-22 17:24:34 +00:00
Kenichi Ishigaki
ddfbdc0e3a updated t/lib/Test.pm version 2012-01-19 04:09:04 +00:00
Adam Kennedy
03eba98081 Prepare for a dev release 2011-10-21 04:34:12 +00:00
Kenichi Ishigaki
8e78ef57e6 bumped up versions 2011-09-16 00:42:47 +00:00
Adam Kennedy
db06fb278f Prepare for dev release 2011-05-12 03:26:57 +00:00
Kenichi Ishigaki
3c27bff166 ver up 2011-03-05 13:43:51 +00:00
Kenichi Ishigaki
634a3c95d5 bumped up the version 2010-11-14 06:21:42 +00:00
Kenichi Ishigaki
d5c6e51914 resolved #61355 2010-09-16 06:59:36 +00:00
Adam Kennedy
a41737d141 Preparing for production release 2010-09-15 07:16:07 +00:00
Kenichi Ishigaki
52205ff115 updated Changes and versions just in case 2010-08-31 15:23:24 +00:00
Kenichi Ishigaki
3d168fc503 bumped up the version 2010-08-27 13:38:50 +00:00
Darren Duncan
faec7efc79 DBD::SQLite - apply patch in RT#60698 which fixes tests that newly failed with SQLite 3.7.x 2010-08-24 22:57:46 +00:00
Kenichi Ishigaki
4a71406ea9 version up 2010-05-27 03:31:46 +00:00
Kenichi Ishigaki
e65a04dedc DBD::SQLite: bumped up the version 2010-03-27 19:47:14 +00:00
Kenichi Ishigaki
5040024ca9 experimental sqlite_allow_multiple_statements/sqlite_unprepared_statements attribute to allow processing a SQL dump 2010-01-11 07:34:30 +00:00
Adam Kennedy
2928c11fcd Preparing for a prod release 2010-01-08 09:06:10 +00:00
Kenichi Ishigaki
ea7093b866 updated Changes and versions; please ship this as another dev release 2010-01-01 12:49:18 +00:00
Kenichi Ishigaki
5a755b8ca7 DBD::SQLite: fixed #52573 manual transaction issue; please ship this as a dev release (or a prod one if you prefer) to see if this would also fix other major tools like CPANPLUS etc, which 1.27 reportedly broke 2009-12-20 03:12:06 +00:00
Adam Kennedy
0862fd90f8 Preparing for production release 2009-11-23 11:07:34 +00:00
Adam Kennedy
3f78228f36 Updating version for release 2009-11-16 01:42:00 +00:00
Adam Kennedy
ec3b820aba Preparing for release 2009-10-28 11:09:26 +00: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
Kenichi Ishigaki
385c138f67 DBD-SQLite: updated version and release date 2009-10-06 04:36:11 +00:00
Kenichi Ishigaki
3aa4ac0eed DBD-SQLite: updated version 2009-08-10 16:05:36 +00:00
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