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

276 commits

Author SHA1 Message Date
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
Vernon Lyon
a31981fa77 Added documentation and an Escape attribute for $sth->table_info 2009-09-29 15:35:46 +00:00
Kenichi Ishigaki
f9fa530207 DBD-SQLite: applied a new patch by VLYON (#49716) 2009-09-16 04:16:36 +00:00
Kenichi Ishigaki
c4ce415524 DBD-SQLite: applied a patch to fix column_info from VYLON 2009-09-15 13:34:39 +00:00
Kenichi Ishigaki
631ef3df94 DBD-SQLite: noted bugs of the bundled library should be reported to the sqlite developers, not to us 2009-08-21 00:38:46 +00:00
Kenichi Ishigaki
802def1b71 DBD-SQLite: removed old todos 2009-08-21 00:25:55 +00:00
Adam Kennedy
c2f8f58179 Final tweaks for the new release 2009-08-12 05:48:47 +00:00
Kenichi Ishigaki
4fe2af3d0b DBD-SQLite: L<text|scheme:...> is invalid according to perlpod 2009-08-11 09:10:07 +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
Kenichi Ishigaki
6cfea888c7 DBD-SQLite: tentatively disabled collation_needed stuff as it leaks badly 2009-07-23 15:50:12 +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
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
fa40ab7df7 DBD-SQLite: added indent not to be misunderstood as two consecutive verbatim sections 2009-06-19 16:15:46 +00:00
Kenichi Ishigaki
589bdc1f6c DBD-SQLite: made it a bit clear that *perl* collation is *without* the locale, and *perllocale* is *with* locale 2009-06-19 16:04:57 +00:00
Kenichi Ishigaki
274a4917c3 DBD-SQLite: dbish is from DBI::Shell, not from DBI 2009-06-19 16:02:00 +00:00
Kenichi Ishigaki
1dd4b666b4 DBD-SQLite: oops, pod for sqlite_enable_load_extension was placed in a wrong section 2009-06-19 15:59:49 +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
ae41bd45c1 applied a patch to fix table_info issue from Vlyon (#46831) 2009-06-11 01:20:49 +00:00
Kenichi Ishigaki
4c501a2751 DBD-SQLite: added enable_load_extension pod 2009-05-06 09:17:06 +00:00