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 |
|
Kenichi Ishigaki
|
99a222b446
|
DBD-SQLite updated Changes
|
2009-05-04 20:56:07 +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
|
3ec90a5beb
|
DBD-SQLite: updated Changes
|
2009-05-01 00:52:01 +00:00 |
|
Kenichi Ishigaki
|
81ee8cbe1e
|
DBD-SQLite: reverted cygwin hacks
|
2009-05-01 00:50:22 +00:00 |
|
Kenichi Ishigaki
|
f5886b6514
|
DBD-SQLite: updated Changes
|
2009-04-30 14:54:32 +00:00 |
|
Kenichi Ishigaki
|
0842e9de3a
|
DBD-SQLite: no need to count length for integer and float (#45578)
|
2009-04-30 14:45:57 +00:00 |
|
Kenichi Ishigaki
|
9e6ab8d21e
|
DBD-SQLite: made some routines static and cosmetic changes
|
2009-04-30 14:41:39 +00:00 |
|
Kenichi Ishigaki
|
29b488e5ea
|
DBD-SQLite: and no need to free that clone anymore (#45578)
|
2009-04-30 14:37:23 +00:00 |
|
Kenichi Ishigaki
|
f8cf0b1374
|
DBD-SQLite: no need to clone as we'll copy it soon anyway
|
2009-04-30 14:35:43 +00:00 |
|
Kenichi Ishigaki
|
8078b09593
|
DBD-SQLite: a bit cleaner way to store a query for later reuse (#45578)
|
2009-04-30 14:31:26 +00:00 |
|
Kenichi Ishigaki
|
6af1d53c28
|
DBD-SQLite: small tweak (#45578)
|
2009-04-30 14:24:12 +00:00 |
|
Kenichi Ishigaki
|
5dfbf6f15f
|
DBD-SQLite: added several #include's and #define's to headers
|
2009-04-30 14:17:45 +00:00 |
|
Kenichi Ishigaki
|
a568b27dbf
|
DBD-SQLite: removed several well-known macros that have been defined since perl 5.6
|
2009-04-30 14:15:05 +00:00 |
|
Kenichi Ishigaki
|
4f7799b489
|
DBD-SQLite: commented out meaningless sentence (#45578)
|
2009-04-30 06:51:11 +00:00 |
|
Kenichi Ishigaki
|
b9ea59be1a
|
DBD-SQLite: silenced warnings
|
2009-04-30 06:42:13 +00:00 |
|
Kenichi Ishigaki
|
89831ec6b1
|
DBD-SQLite: use form()/Perl_form() instead of sqlite3_snprintf() (#45578)
|
2009-04-30 06:37:27 +00:00 |
|
Kenichi Ishigaki
|
974ebde43c
|
DBD-SQLite: added necessary ENTER/SAVETMPS/FREETMPS/LEAVE to sqlite_db_progress_handler_dispatcher
|
2009-04-30 06:15:11 +00:00 |
|
Kenichi Ishigaki
|
6afda6d925
|
DBD-SQLite: newRV(sv_2mortal()) -> newRV_noinc() (#45578)
|
2009-04-30 06:01:18 +00:00 |
|
Kenichi Ishigaki
|
aa814eecde
|
DBD-SQLite: removed sqlite_quote which is not, and will not be used (#45578)
|
2009-04-30 05:53:00 +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
|
e120f1e6a1
|
Tweak
|
2009-04-23 10:00:32 +00:00 |
|
Adam Kennedy
|
b158c0ebfc
|
Prep for release
|
2009-04-22 12:43:25 +00:00 |
|
Adam Kennedy
|
ee373f5c09
|
Prep for release
|
2009-04-22 12:43:06 +00:00 |
|
Adam Kennedy
|
d8e8f46111
|
Removing =cut
|
2009-04-22 10:57:58 +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 |
|