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

1451 commits

Author SHA1 Message Date
Kenichi Ishigaki
a7742e4d4c DBD-SQLite: tentatively disabled one test which causes segfault under MSWin32 2009-07-21 06:18:41 +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
aa66666a9d DBD-SQLite: fixed wrong indent for clarity 2009-07-17 03:18:49 +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
1bb88bfae0 DBD-SQLite: don't cache a statement if it is not properly prepared to avoid memory leakage 2009-07-16 17:27:56 +00:00
Kenichi Ishigaki
d017f3ce67 DBD-SQLite: updated Changes 2009-07-02 10:01:57 +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
Kenichi Ishigaki
229f1ab4ba DBD-SQLite: updated bundled library to 3.6.16 2009-06-27 15:58:15 +00:00
Darren Duncan
060ae2eacd rem util/ from man-skip as getsqlite.pl should be distrib 2009-06-19 20:33:59 +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
bcefc3c6c9 DBD-SQLite: squash further warnings 2009-06-19 06:23:21 +00:00
Kenichi Ishigaki
9e73f3d401 DBD-SQLite: made several callbacks back to int instead of static int (incompatible pointer type) 2009-06-19 06:13:41 +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
573c7c234e DBD-SQLite: updated bundled library to 3.6.15 2009-06-15 15:04:36 +00:00
Kenichi Ishigaki
5679b6ca33 updated Changes 2009-06-11 01:23:25 +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
c2a9d9e7e5 DBD-SQLite: updated Changes 2009-05-29 11:24:29 +00:00
Kenichi Ishigaki
c831b89e7e DBD-SQLite: removed all of the "croak"s to close #44871 2009-05-29 11:23:26 +00:00
Kenichi Ishigaki
b0009ebcc6 DBD-SQLite: reverted Changes 2009-05-27 07:01:07 +00:00
Adam Kennedy
ca89bb4112 Disable the FTS extension until it's tested 2009-05-27 03:21:55 +00:00
Kenichi Ishigaki
85fe1a34cb DBD-SQLite: updated Changes 2009-05-27 02:03:55 +00:00
Kenichi Ishigaki
e877bd0dc7 DBD-SQLite: enabled FTS extended query syntax (#46380); TODO: write a test for this 2009-05-27 02:03:18 +00:00
Darren Duncan
e9b2f71e0e Updated to SQLite 3.6.14.2 2009-05-25 19:55:52 +00:00
Kenichi Ishigaki
74efd983dc DBD-SQLite: skip_all should be placed before Test::NoWarnings 2009-05-22 01:36:09 +00:00
Darren Duncan
785244e989 Updated to SQLite 3.6.14.1 2009-05-19 02:19:52 +00:00
Darren Duncan
8decd515d9 Updated to SQLite 3.6.14 2009-05-07 03:22:40 +00:00
Kenichi Ishigaki
cb5fdd0a08 DBD-SQLite: switched from func() to installed method and noted for the users of an older DBI 2009-05-06 12:33:53 +00:00
Kenichi Ishigaki
876474633f DBD-SQLite: updated Changes; previous commit almost solved #44871, though there are several "croak"s left in callback dispatchers 2009-05-06 12:23:40 +00:00
Kenichi Ishigaki
1c06ff021e DBD-SQLite: made sure if private methods/functions return true after successful calls (#44871) 2009-05-06 12:18:37 +00:00
Kenichi Ishigaki
b78c888711 DBD-SQLite: fixed return value of create_aggregate 2009-05-06 10:19:29 +00:00
Kenichi Ishigaki
400dc2b884 DBD-SQLite: fixed return value of enable_load_extension 2009-05-06 10:16:57 +00:00
Kenichi Ishigaki
e471875089 DBD-SQLite: fixed return value of create_function 2009-05-06 10:14:47 +00:00
Kenichi Ishigaki
a8346d9b42 DBD-SQLite: fixed return value of progress_handler 2009-05-06 09:40:43 +00:00
Kenichi Ishigaki
edfec1a6db DBD-SQLite: fixed error handling of backup_(from|to)_file 2009-05-06 09:37:16 +00:00
Kenichi Ishigaki
47463880ee DBD-SQLite: moved typedef into dbdimp.h 2009-05-06 09:23:24 +00:00
Kenichi Ishigaki
a926e727c5 DBD-SQLite: updated Changes (not ready for release yet) 2009-05-06 09:19:14 +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
9b1e2854ca DBD-SQLite: tweaked white spaces 2009-05-06 08:41:12 +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
4958487d94 DBD-SQLite: renamed misleading dbd_set_sqlite3_busy_timeout to sqlite3_db_busy_timeout (dbd_ prefix should be used for the ones defined in dbd_xsh.h in the DBI package) 2009-05-06 08:08:33 +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
b30d014286 DBD-SQLite: updated Changes (note: will port some more later, so don't release too early :p) 2009-05-05 09:06:16 +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
Adam Kennedy
dee5f81976 Add make clean entry for *.old files 2009-05-05 05:41:47 +00:00