1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 22:28:47 -04:00
Commit graph

649 commits

Author SHA1 Message Date
Kenichi Ishigaki
00ef3db378 updated Changes 2011-04-15 06:03:54 +00:00
Kenichi Ishigaki
be7e9b8ae4 updated SQLite to 3.7.6.1 2011-04-15 06:03:31 +00:00
Kenichi Ishigaki
4a9259f9d2 updated sqlite 3.7.6 2011-04-12 13:30:51 +00:00
Kenichi Ishigaki
484534cb16 oops, forgot to change a variable name, though I believe the result doesn't change... 2011-03-07 12:24:23 +00:00
Adam Kennedy
7cae132e46 Adding $VERSION = eval $VERSION 2011-03-07 06:50:56 +00:00
Adam Kennedy
496f10c439 Updating copyright 2011-03-07 06:47:45 +00:00
Adam Kennedy
18c1a38c0d Preparing for release 2011-03-07 06:46:32 +00:00
Adam Kennedy
35becbb640 Adding $VERSION = eval $VERSION 2011-03-07 06:45:53 +00:00
Kenichi Ishigaki
3c27bff166 ver up 2011-03-05 13:43:51 +00:00
Kenichi Ishigaki
87f3d1019e updated Changes 2011-03-05 13:42:02 +00:00
Kenichi Ishigaki
d6ec995311 updated to sqlite 3070500 2011-03-05 13:41:23 +00:00
Kenichi Ishigaki
ebd86bc344 check sqlite-autoconf-version directory too 2011-03-05 13:40:57 +00:00
Kenichi Ishigaki
9233378179 updated Changes 2011-03-05 13:31:00 +00:00
Kenichi Ishigaki
968ecf0063 sqlite_see_if_its_a_number attribute to enable sqlite_is_number check 2011-03-05 13:28:27 +00:00
Kenichi Ishigaki
16cd4fd520 removed a finished to-do 2011-03-03 09:52:02 +00:00
Kenichi Ishigaki
50c9e8de6d RTree support by cjfields 2011-02-09 00:56:41 +00:00
Kenichi Ishigaki
764b446776 skip fts3/metadata tests when those are disabled to resolve #65267 2011-01-31 03:00:40 +00:00
Adam Kennedy
f7590e7c2f Dev release 2010-12-10 05:08:11 +00:00
Darren Duncan
f39028282f update bundled SQLite to 3.7.4 2010-12-08 05:14:09 +00:00
Darren Duncan
b90672a55d upd getsqlite.pl to work with 3.7.4+ dist filenames 2010-12-08 05:09:33 +00:00
Kenichi Ishigaki
c5ab304b17 set eol-style to native 2010-11-26 09:23:34 +00:00
Kenichi Ishigaki
634a3c95d5 bumped up the version 2010-11-14 06:21:42 +00:00
Kenichi Ishigaki
f843fad515 updated Changes 2010-11-14 06:18:46 +00:00
Kenichi Ishigaki
6e8c062baa resolved #61958 2010-11-14 06:18:08 +00:00
Kenichi Ishigaki
bc8755654d updated Changes 2010-11-14 06:10:45 +00:00
Kenichi Ishigaki
5288da34ab show warnings only when Warn is true 2010-11-14 05:04:15 +00:00
Kenichi Ishigaki
9f291b41d3 disabled (Print)Warn hack (by timbunce's guidance) 2010-11-04 16:24:00 +00:00
Kenichi Ishigaki
8b35bb979a hopefully fixed #62370 (segfaults during operations on disconnected handle 2010-11-03 13:44:04 +00:00
Kenichi Ishigaki
3ab8e9d709 avoid resource collisions (segfaulted under cygwin) 2010-11-02 21:03:14 +00:00
Kenichi Ishigaki
389337381d silenced warnings while compilation 2010-10-31 00:10:27 +00:00
Kenichi Ishigaki
c2ede159a6 rollback should be done while active flag is on 2010-10-30 23:57:39 +00:00
Kenichi Ishigaki
019e78ec3a moved fts3 things to the end of the dbdimp.c as they are private methods 2010-10-30 23:53:40 +00:00
Kenichi Ishigaki
6e64382593 DUNCAND forgot to update fts3_tokenizer.h 2010-10-30 23:45:30 +00:00
Darren Duncan
784c340d17 DBD::SQLite - update bundled SQLite to 3.7.3 2010-10-11 00:04:56 +00:00
Kenichi Ishigaki
4d1bd8ff19 updated Changes 2010-09-16 07:28:45 +00:00
Kenichi Ishigaki
8288de83e8 resolved #61117 2010-09-16 07:28:06 +00:00
Kenichi Ishigaki
1606ea9341 updated Changes 2010-09-16 07:20:06 +00:00
Kenichi Ishigaki
121e83b321 cleanup 2010-09-16 07:08:57 +00:00
Kenichi Ishigaki
734ea7ab4b applied a patch from paul@city-fan.org to resolve # 61361 2010-09-16 07:08:36 +00:00
Kenichi Ishigaki
d5c6e51914 resolved #61355 2010-09-16 06:59:36 +00:00
Adam Kennedy
a41737d141 Preparing for production release 2010-09-15 07:16:07 +00:00
Adam Kennedy
174f2050f0 Housecleaning for the DBD::SQLite release candidate 2010-09-09 01:35:22 +00:00
Laurent Dami
f509d383a2 removed FTS3Transitional (will be published as a separate distribution, since very few users will ever need it). 2010-09-07 09:45:24 +00:00
Adam Kennedy
63cc430ee3 Importing other people's import isn't always a good idea 2010-09-07 03:47:22 +00:00
Kenichi Ishigaki
fc22c6a339 restored PERL_POLLUTE which was accidentally removed in the previous commit; it should be removed in the near future as perl 5.14 won't support it, but it seems helpful for older versions of DBI at least for now... 2010-08-31 15:35:39 +00:00
Kenichi Ishigaki
52205ff115 updated Changes and versions just in case 2010-08-31 15:23:24 +00:00
Kenichi Ishigaki
9829e0f090 fixed a memory leak (rt #60860) 2010-08-31 15:13:55 +00:00
Kenichi Ishigaki
3d168fc503 bumped up the version 2010-08-27 13:38:50 +00:00
Kenichi Ishigaki
efde739480 fixed missing Test::NoWarnings issue 2010-08-27 13:36:11 +00:00
Adam Kennedy
4cea5ffb5d Correcting version 2010-08-25 09:20:06 +00:00