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

604 commits

Author SHA1 Message Date
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
Adam Kennedy
2f7e6d47eb Setting release date 2010-08-25 09:02:36 +00:00
Kenichi Ishigaki
cbf6d382d1 recover previous behavior 2010-08-25 03:04:10 +00:00
Laurent Dami
777fc9660e getsqlite: extract fts3_tokenizer.h from amalgation 2010-08-25 02:55:25 +00:00
Kenichi Ishigaki
03c6c1ee19 disabled sqlite_is_number related stuff 2010-08-25 02:28:02 +00:00
Darren Duncan
cd431b9a57 DBD::SQLite - skip all t/rt_44891_strings_look_like_numbers.t for now; its failures can be dealt with after the next release 2010-08-24 23:39:04 +00:00
Darren Duncan
33ca8e347c DBD::SQLite - un-TODOd 3 tests which now pass - in rt_29629, rt_29058 2010-08-24 23:24:27 +00:00
Darren Duncan
faec7efc79 DBD::SQLite - apply patch in RT#60698 which fixes tests that newly failed with SQLite 3.7.x 2010-08-24 22:57:46 +00:00
Darren Duncan
7fd4d30880 DBD::SQLite - update bundled SQLite to 3.7.2 2010-08-24 02:31:04 +00:00
Darren Duncan
5f2903b2e2 DBD::SQLite - update bundled SQLite to 3.7.1 2010-08-23 19:54:19 +00:00
Darren Duncan
382849f39b DBD::SQLite - update bundled SQLite to 3.7.0.1 2010-08-04 18:51:11 +00:00
Darren Duncan
742b438309 major update bundled SQLite to 3.7.0 - WAL mode 2010-07-22 02:26:50 +00:00
Laurent Dami
fb64180af4 actually, this test does not need Search::Tokenizer, so no need to skip 2010-07-19 21:09:34 +00:00
Kenichi Ishigaki
1422eb5427 skip unless Search::Tokenizer is not installed 2010-07-14 18:46:18 +00:00
Kenichi Ishigaki
3b3a5e83bc tweaked buffer size (Stefan Evert++) 2010-07-14 18:38:53 +00:00
Kenichi Ishigaki
18b21263b6 made VC6 happy 2010-07-14 18:37:44 +00:00
Kenichi Ishigaki
21ff3681cc requires STRLEN n_a for POPpx (at least for older perl's) 2010-07-14 17:47:18 +00:00
Laurent Dami
aaa54713c9 patch suggested by Stefan Evert for older perls that don't have newSVpvn_flags 2010-07-13 16:39:52 +00:00
Laurent Dami
d43cf63ad0 added support for FTS3 fulltext searches : perl tokenizers, documentation and tests 2010-07-13 06:28:21 +00:00
Kenichi Ishigaki
413bd0ac9d wrong option 2010-06-24 09:08:31 +00:00
Kenichi Ishigaki
836945c7c6 more tests 2010-06-21 06:33:58 +00:00
Kenichi Ishigaki
2987656665 more info 2010-06-17 08:41:02 +00:00
Kenichi Ishigaki
f3dcf2cf74 more tests 2010-06-17 08:35:33 +00:00
Kenichi Ishigaki
00b0cb9f00 more tests 2010-06-17 07:08:01 +00:00
Kenichi Ishigaki
a53e2df1cb more tests 2010-06-17 03:39:47 +00:00
Kenichi Ishigaki
83a204db9e more tests 2010-06-17 03:09:13 +00:00
Kenichi Ishigaki
2c973413b6 wrong condition 2010-06-17 03:07:08 +00:00
Kenichi Ishigaki
30158101ef more tests 2010-06-17 03:01:04 +00:00
Kenichi Ishigaki
c7a882378e do not try float conversion without precision 2010-06-17 02:59:47 +00:00
Kenichi Ishigaki
da6c54a517 comment 2010-06-17 02:56:48 +00:00
Kenichi Ishigaki
8a6766359d more tests 2010-06-17 02:49:41 +00:00
Kenichi Ishigaki
28a016a78b fix overflow (still one test fails) 2010-06-17 02:48:49 +00:00
Kenichi Ishigaki
338df4e2ac more tests 2010-06-17 02:27:39 +00:00
Kenichi Ishigaki
d356b70c3f more tests 2010-06-17 02:22:11 +00:00
Kenichi Ishigaki
46929ef1cb add a test 2010-06-17 02:08:00 +00:00
Kenichi Ishigaki
9c2209faee fetch as float may lose info in the perl world 2010-06-17 02:07:07 +00:00
Kenichi Ishigaki
6a0741773a better variable name 2010-06-17 01:22:50 +00:00
Kenichi Ishigaki
c6b0a42831 attempt to numerify bind parameters if possible; still needs more tests 2010-06-16 09:28:31 +00:00
Kenichi Ishigaki
ab861ced83 resolved #58332 2010-06-12 15:32:41 +00:00
Kenichi Ishigaki
7059f8583f sqlite3_int64 is preferred but may be backward incompatible 2010-06-10 09:48:52 +00:00
Kenichi Ishigaki
454e4a156a copy sqlite sources only if they are amalgamated 2010-06-10 08:19:01 +00:00
Kenichi Ishigaki
dfdca986de updated Changes 2010-06-10 07:21:32 +00:00
Kenichi Ishigaki
df15f5138a some of the amalgamatation tarballs go into sqlite-amalgamation-* directory instead of sqlite-* 2010-06-10 07:06:55 +00:00
Kenichi Ishigaki
d9887cd5b9 SAVEPOINT requires SQLite 3.6.11 2010-06-10 07:03:42 +00:00
Kenichi Ishigaki
de36cae5e2 fts tests requires SQLite 3.6.6 and newer 2010-06-10 07:00:34 +00:00
Kenichi Ishigaki
f12b89c091 backup tests require SQLite 3.6.11 and newer 2010-06-10 06:56:11 +00:00