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

1500 commits

Author SHA1 Message Date
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
Adam Kennedy
34736152e7 Doing the next dev release 2009-04-22 02:04:36 +00:00
Adam Kennedy
683e627d25 Correcting newline style to native 2009-04-22 02:02:20 +00:00
Adam Kennedy
ba52ccbba4 Adding util to the MANIFEST.SKIP and add no_index to the META.yml 2009-04-22 01:55:42 +00:00
Adam Kennedy
2555660d74 Tweaked to live in the subdirectory 2009-04-22 01:53:43 +00:00
Adam Kennedy
02603227e7 Corrected RT path.
Moved getsqlite.pl into util
2009-04-22 01:50:50 +00:00
Adam Kennedy
34321bacd0 Adding a util directory to hold the getsqlite.pl script 2009-04-22 01:49:55 +00:00
Kenichi Ishigaki
1d6a7bbef7 DBD-SQLite: updated Changes 2009-04-21 15:06:16 +00:00
Kenichi Ishigaki
28ed4ffc44 DBD-SQLite: resolved #45171, maybe a perl bug resolved somewhere perl > 5.8.5 2009-04-21 15:05:23 +00:00
Kenichi Ishigaki
be67902376 DBD-SQLite: updated Changes 2009-04-21 06:39:13 +00:00
Kenichi Ishigaki
764bbcb722 DBD-SQLite: added amalgamated c source 2009-04-21 06:35:52 +00:00
Kenichi Ishigaki
e63c389e96 DBD-SQLite: switched to amalgamation 2009-04-21 06:34:42 +00:00
Kenichi Ishigaki
66d7264f8e DBD-SQLite: oops, wrong target 2009-04-21 06:29:24 +00:00
Kenichi Ishigaki
f12011a5a0 DBD-SQLite: time to let getsqlite.pl fetch the amalgamated source 2009-04-21 06:27:47 +00:00
Kenichi Ishigaki
c9f3ea08ab DBD-SQLite: updated Changes 2009-04-21 06:06:18 +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
Kenichi Ishigaki
8f41000faf DBD-SQLite: r6395 rewinds lots of things. reverted dbdimp.c 2009-04-19 09:12:06 +00:00
Adam Kennedy
f39688a7ab Update date for release 2009-04-19 08:57:01 +00:00
Adam Kennedy
68c4b9fe85 Fixing test module version 2009-04-19 08:56:31 +00:00
Max Maischein
2e02abc85d Bump version to 1.22_09 2009-04-18 16:08:47 +00:00
Max Maischein
14b507835b Silence(!) Win64 build warnings 2009-04-18 16:08:41 +00:00
Adam Kennedy
1087a50857 Preparing for pre-release 2009-04-17 08:59:36 +00:00