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

145 commits

Author SHA1 Message Date
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
Adam Kennedy
4cea5ffb5d Correcting version 2010-08-25 09:20:06 +00:00
Laurent Dami
d43cf63ad0 added support for FTS3 fulltext searches : perl tokenizers, documentation and tests 2010-07-13 06:28:21 +00:00
Kenichi Ishigaki
ab861ced83 resolved #58332 2010-06-12 15:32:41 +00:00
Kenichi Ishigaki
563756cc99 sqlite_version_number 2010-06-10 06:29:29 +00:00
Kenichi Ishigaki
186d9d4f87 stale pod 2010-05-27 15:57:17 +00:00
Kenichi Ishigaki
ed9b90d4c1 trash 2010-05-27 05:39:06 +00:00
Kenichi Ishigaki
14da87c491 icu installs its own collation, so should not die here 2010-05-27 05:38:30 +00:00
Kenichi Ishigaki
4a71406ea9 version up 2010-05-27 03:31:46 +00:00
Kenichi Ishigaki
1c50bae61b returning an array should be better 2010-05-21 03:58:11 +00:00
Kenichi Ishigaki
937f856f37 compile options 2010-05-20 03:04:03 +00:00
Kenichi Ishigaki
411d4981fd DBD-SQLite: applied a doc patch from Ansgar Burchardt #56693 2010-04-19 15:21:14 +00:00
Kenichi Ishigaki
e65a04dedc DBD::SQLite: bumped up the version 2010-03-27 19:47:14 +00:00
Kenichi Ishigaki
4a759c5bcc DBD::SQLite: sqlite administrator uses square blackets to quote 2010-03-27 19:14:40 +00:00
Kenichi Ishigaki
80b0265961 DBD::SQLite: implemented sqlite_use_immediate_transaction to address #46289 and #42205 2010-03-27 19:07:55 +00:00
Kenichi Ishigaki
69fef061da DBD::SQLite: install c source/header into share directory 2010-03-10 13:53:48 +00:00
Kenichi Ishigaki
38ed67c128 DBD::SQLite: re-applied nice part of reverted 11571 2010-03-10 13:08:30 +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
4e16de8953 added pod and updated Changes 2010-02-17 13:52:44 +00:00
Kenichi Ishigaki
f957eb5aff DBD::SQLite: added primary_key(_info) pod 2010-02-11 12:44:50 +00:00
Kenichi Ishigaki
5ae7532d81 DBD::SQLite: added pod encoding 2010-02-11 12:34:52 +00:00
Kenichi Ishigaki
a8b16fffdd DBD::SQLite: textwrap 2010-02-11 12:34:01 +00:00
Kenichi Ishigaki
aacd774069 DBD::SQLite: typo 2010-02-11 12:08:36 +00:00
Kenichi Ishigaki
a5971edfab dequote primary key info to resolve #45113 2010-02-11 12:08:07 +00:00
Kenichi Ishigaki
126b5e6dc4 added placeholder explanation and its test 2010-02-11 03:24:36 +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
Adam Kennedy
b7e2855ecf Updating copyright and removing some excess whitespace 2010-01-03 05:50:09 +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
09e7f2d4f8 foreign_keys pragma is not set by default now 2010-01-01 12:42:08 +00:00
Kenichi Ishigaki
e0e59933f5 added explanation of the transactions 2010-01-01 12:40:55 +00:00
Kenichi Ishigaki
cb0f6a5aef undef statement does not need to spit a warning 2010-01-01 08:55:22 +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
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
b3e359ea68 DBD::SQLite: added myself to the authors ;p 2009-10-21 02:42:50 +00:00
Kenichi Ishigaki
895897258b DBD::SQLite: renamed "unicode" attribute to "sqlite_unicode" 2009-10-21 02:36:14 +00:00
Kenichi Ishigaki
52b7337ed8 DBD::SQLite: added short explanation of SQLite's pragma 2009-10-21 02:03:53 +00:00
Kenichi Ishigaki
0ced6f0a68 DBD::SQLite: should pass attr, too 2009-10-20 17:38:59 +00:00
Kenichi Ishigaki
6405c731b4 DBD::SQLite: reorganized pod 2009-10-20 07:23:48 +00:00
Kenichi Ishigaki
d0740e060c DBD::SQLite: tidied 2009-10-20 05:45:25 +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
Vernon Lyon
923f031682 Fixed column_info ORDINAL_POSITION starts at 1 2009-10-01 12:44:18 +00:00
Vernon Lyon
0c5dbbf467 Fixed $sth->primary_key_info according to DBI spec 2009-09-29 17:15:59 +00:00