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

435 commits

Author SHA1 Message Date
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
Kenichi Ishigaki
1fd9dbb921 DBD-SQLite: fixed pod to use installed methods 2009-05-06 08:59:43 +00:00
Kenichi Ishigaki
804169717e DBD-SQLite: prepared install_method() for the rest of the functions, and added tests for the installed methods (TODO: need to tweak return values for several functions) 2009-05-06 08:39:49 +00:00
Kenichi Ishigaki
87baa98f67 DBD-SQLite: applied the online backup patch from Toby Corkindale (with a little modification) 2009-05-06 07:55:35 +00:00
Kenichi Ishigaki
16d3af7794 DBD-SQLite: started using install_method(); ported last_insert_rowid as the first attempt 2009-05-05 09:02:02 +00:00
Adam Kennedy
7315981580 Preparing for dev release 2009-05-05 05:42:39 +00:00
Kenichi Ishigaki
925675a464 DBD-SQLite: added an explanation about comparing a return value of a function and a numeric bind value 2009-05-04 20:51:18 +00:00
Kenichi Ishigaki
81ee8cbe1e DBD-SQLite: reverted cygwin hacks 2009-05-01 00:50:22 +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
119eb8573e Adding some of the remaining to do items 2009-04-22 09:34:40 +00:00
Adam Kennedy
e063e32b47 All annotations merged 2009-04-22 09:30:53 +00:00
Adam Kennedy
a944dc38ef Added a Cookbook 2009-04-22 09:26:42 +00:00
Adam Kennedy
34736152e7 Doing the next dev release 2009-04-22 02:04:36 +00:00
Kenichi Ishigaki
3bb67972ff DBD-SQLite: better unicode path handling under cygwin (resolved #45166) 2009-04-21 06:05:16 +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
Max Maischein
2e02abc85d Bump version to 1.22_09 2009-04-18 16:08:47 +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
530cbdb8b4 Adding a missing $ 2009-04-16 00:55:47 +00:00
Kenichi Ishigaki
dfd5fc6f14 DBD-SQLite: avoid tweak if dbname is ':memory:' 2009-04-15 20:44:23 +00:00
Kenichi Ishigaki
b04ff786fc DBD-SQLite: unicode dirs/files may not be removed by CLEANUP of File::Temp (as they may requrie special treatment on Win32) 2009-04-15 20:31:17 +00:00
Kenichi Ishigaki
bc89563e52 DBD-SQLite: suffix doesn't always exist 2009-04-15 19:42:19 +00:00
Adam Kennedy
1a5d2ed879 Encoding tweaks 2009-04-15 14:49:23 +00:00
Adam Kennedy
bfefa7ab3b Bug fix 2009-04-15 12:55:40 +00:00
Adam Kennedy
374d4d18e5 Preparing another test release 2009-04-15 12:14:48 +00:00
Kenichi Ishigaki
cc8c5fe18a DBD-SQLite: removed old todos 2009-04-12 02:46:54 +00:00
Kenichi Ishigaki
1f1f3e97dd DBD-SQLite: use www.sqlite.org instead of www.hwaci.com/sw/sqlite/ 2009-04-12 02:28:57 +00:00
Kenichi Ishigaki
a98296ef5b DBD-SQLite: added a note that unicode feature is disabled for perl < 5.8.5, and fixed one typo. 2009-04-12 02:23:39 +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
09f58b864d - Adding support parsing attributes out of the DSN (ADAMK)
- Dropping support for uncode before 5.8.5 to simplify support and
      to prevent people hurting themselves on platforms that don't
      properly support Unicode anyway (ADAMK)
2009-04-10 06:09:31 +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
Laurent Dami
e195707ce2 added missing documentation bits for 'create_collation' and 'progress_handler' 2009-04-08 02:51:37 +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
Kenichi Ishigaki
5dee4f7d5c DBD-SQLite: removed "disconnect" from lib/DBD/SQLite.pm which caused "Subroutine DBD::SQLite::db::disconnect redefined" and broke other tests 2009-04-06 09:25:43 +00:00
Adam Kennedy
788904db72 Updating version to _11 and adding Changes entries 2009-04-05 23:43:36 +00:00