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

352 commits

Author SHA1 Message Date
Kenichi Ishigaki
fc6dc7a3d3 DBD::SQLite: empty or comment-only statements shouldn't die. issue spotted by tokuhirom++ 2009-12-26 03:17:02 +00:00
Adam Kennedy
7cacca18b4 Prepare for release 2009-12-22 10:19:55 +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
Kenichi Ishigaki
61e02c3d86 DBD::SQLite: updated sqlite to 3.6.21 2009-12-07 20:38:42 +00:00
Kenichi Ishigaki
eaf82c15f5 updated Changes 2009-11-25 12:05:44 +00:00
Adam Kennedy
0862fd90f8 Preparing for production release 2009-11-23 11:07:34 +00:00
Kenichi Ishigaki
c0bede6a13 DBD::SQLite: fixed date 2009-11-19 00:35:49 +00:00
Alexandr Ciornii
c1cb8a15c9 typo 2009-11-16 10:47:57 +00:00
Darren Duncan
2ad6bd941d DBD::SQLite : updated SQLite to 3.6.20 2009-11-04 20:13:25 +00:00
Kenichi Ishigaki
6f1677bc46 DBD::SQLite: fixed typo 2009-11-03 07:55:20 +00:00
Kenichi Ishigaki
dfff65b64d DBD::SQLite: disabled the foreign key support by default again, and added notes for that 2009-11-03 07:54:39 +00:00
Kenichi Ishigaki
d264242389 DBD::SQLite: renamed some of the "unicode" attribute in the pod to "sqlite_unicode" to resolve #50935 spotted by ASHLEY 2009-10-29 06:55:45 +00:00
Adam Kennedy
ec3b820aba Preparing for release 2009-10-28 11:09:26 +00:00
Kenichi Ishigaki
895897258b DBD::SQLite: renamed "unicode" attribute to "sqlite_unicode" 2009-10-21 02:36:14 +00:00
Kenichi Ishigaki
c1cb6d0844 DBD::SQLite: updated Changes 2009-10-21 02:21:10 +00:00
Kenichi Ishigaki
1527e42c09 DBD::SQLite: add a workaround in Changes 2009-10-20 05:30:44 +00:00
Kenichi Ishigaki
90b890264c DBD::SQLite: updated Changes 2009-10-19 15:46:33 +00:00
Kenichi Ishigaki
2fa57ee8fa DBD::SQLite: removed undocumented and useless reset method from a statement handle 2009-10-18 13:37:11 +00:00
Darren Duncan
03ae5523f0 t/rt_50503_fts3.t no longer skips its failing test 2009-10-16 23:46:08 +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
1d17ea4428 DBD::SQLite: updated Changes 2009-10-14 15:39:47 +00:00
Kenichi Ishigaki
385c138f67 DBD-SQLite: updated version and release date 2009-10-06 04:36:11 +00:00
Kenichi Ishigaki
d6af16bea5 DBD-SQLite: Tweaked not to hide a real error by a "not an error" issued by another sqlite3 function between the failed sqlite3 function and the sqlite_error to report.
Note that this change makes some failures issue two relevant errors at a time.
2009-10-06 04:29:05 +00:00
Vernon Lyon
0c5dbbf467 Fixed $sth->primary_key_info according to DBI spec 2009-09-29 17:15:59 +00:00
Vernon Lyon
a31981fa77 Added documentation and an Escape attribute for $sth->table_info 2009-09-29 15:35:46 +00:00
Kenichi Ishigaki
cc6743a3bc DBD-SQLite: added the RT issue # to make it clear 2009-09-16 04:17:58 +00:00
Kenichi Ishigaki
c4ce415524 DBD-SQLite: applied a patch to fix column_info from VYLON 2009-09-15 13:34:39 +00:00
Darren Duncan
ef2d70e94c updated bundled SQLite to 3.6.18 2009-09-11 17:53:58 +00:00
Kenichi Ishigaki
60eb062b7f DBD-SQLite: updated Changes 2009-08-15 11:04:12 +00:00
Kenichi Ishigaki
04b6100190 DBD-SQLite: updated Changes 2009-08-15 10:21:54 +00:00
Kenichi Ishigaki
e9cd055158 DBD-SQLite: updated Changes 2009-08-13 18:52:36 +00:00
Kenichi Ishigaki
802b1648d1 DBD-SQLite: updated Changes 2009-08-13 11:43:40 +00:00
Adam Kennedy
c2f8f58179 Final tweaks for the new release 2009-08-12 05:48:47 +00:00
Kenichi Ishigaki
4a17a5b8c8 DBD-SQLite: updated the release date 2009-08-12 02:44:04 +00:00
Kenichi Ishigaki
5d5fc2c88b DBD-SQLite: updated Changes as I confirmed the previous sqlite3_get_autocommit() fix resolved #48393 (at least for me) 2009-08-12 02:37:23 +00:00
Kenichi Ishigaki
0db6185b41 DBD-SQLite: updated Changes 2009-08-11 12:29:09 +00:00
Kenichi Ishigaki
d523440b97 DBD-SQLite: updated Changes 2009-08-10 16:07:38 +00:00
Laurent Dami
3997c0ffaf - Accept empty filename at connect (sqlite will open a tempfile) (DAMI)
- Documented the connect() method (DAMI)
2009-07-23 07:00:26 +00:00
Kenichi Ishigaki
8713237138 DBD-SQLite: updated Changes (not yet releasable) 2009-07-21 06:43:45 +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
57645943ee DBD-SQLite: updated Changes (still trying to spot/fix other memory leaks) 2009-07-16 17:30:27 +00:00
Kenichi Ishigaki
d017f3ce67 DBD-SQLite: updated Changes 2009-07-02 10:01:57 +00:00
Kenichi Ishigaki
229f1ab4ba DBD-SQLite: updated bundled library to 3.6.16 2009-06-27 15:58:15 +00:00
Kenichi Ishigaki
404b35f224 DBD-SQLite: bumped up the version and updated Changes for another dev release 2009-06-19 06:04:54 +00:00
Kenichi Ishigaki
0f49460274 DBD-SQLite: updated Changes 2009-06-15 15:05:38 +00:00
Kenichi Ishigaki
5679b6ca33 updated Changes 2009-06-11 01:23:25 +00:00
Kenichi Ishigaki
c2a9d9e7e5 DBD-SQLite: updated Changes 2009-05-29 11:24:29 +00:00
Kenichi Ishigaki
b0009ebcc6 DBD-SQLite: reverted Changes 2009-05-27 07:01:07 +00:00
Kenichi Ishigaki
85fe1a34cb DBD-SQLite: updated Changes 2009-05-27 02:03:55 +00:00
Darren Duncan
e9b2f71e0e Updated to SQLite 3.6.14.2 2009-05-25 19:55:52 +00:00