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

314 commits

Author SHA1 Message Date
Kenichi Ishigaki
9dd2cb6187 avoid a race condition (to resolve RT#92322) 2014-01-22 12:46:51 +09:00
Kenichi Ishigaki
51f8f7a7c1 apparently File::Temp may sometimes spit a warning on perl 5.8.9 with a dev version of File::Path 2014-01-22 12:37:15 +09:00
Kenichi Ishigaki
fc57bda440 releng 1.41_04 2014-01-09 02:43:43 +09:00
Kenichi Ishigaki
f8a45b96f6 error messages have been slightly changed since 3.8.2 2014-01-09 02:30:37 +09:00
Kenichi Ishigaki
7dec4f840e see_if_its_a_number should be ignored for bind values with explicit SQL types (mje++, ilmari++) 2014-01-09 00:17:38 +09:00
Kenichi Ishigaki
55b13e47ad releng 1.41_03 2013-09-05 02:55:49 +09:00
Kenichi Ishigaki
66749ca32a releng 1.41_02 2013-08-30 03:50:35 +09:00
Kenichi Ishigaki
94bace12b9 added a test against SQLite 3.8.0 crash (RT#88228) 2013-08-30 03:44:01 +09:00
Kenichi Ishigaki
9a62f06d1b releng 1.41_01 2013-08-27 15:34:20 +09:00
Kenichi Ishigaki
efcb79794a Merge remote branch 'remotes/origin/uri_filename' 2013-08-27 13:42:14 +09:00
Kenichi Ishigaki
6afbdb1ce0 don't use done_testing when Test::More 0.47 is required 2013-08-27 12:17:22 +09:00
Kenichi Ishigaki
6458091dbc check only whether sort is defined or not, as sort may be zero under the new query planner introduced in SQLite 3.8.0 2013-08-27 12:14:45 +09:00
Kenichi Ishigaki
42b4281dcc added tests for open_flags/uri_filename 2013-07-28 17:11:48 +09:00
Kenichi Ishigaki
661d7cabac releng 1.40 2013-07-28 14:28:58 +09:00
Kenichi Ishigaki
0b8fedf492 applied a patch from DDICK to add statistics_info (RT #86080) 2013-06-15 04:26:57 +09:00
Kenichi Ishigaki
6964813bb6 Merge commit '7bd422e' 2013-06-15 04:09:43 +09:00
Kenichi Ishigaki
f7ad52f851 release 1.39 2013-06-10 00:12:13 +09:00
Kenichi Ishigaki
99539964ec releng 1.38_05 2013-05-31 13:39:08 +09:00
Kenichi Ishigaki
d7dea79eb6 oops 2013-05-31 13:38:27 +09:00
Kenichi Ishigaki
05052fe40c older perls don't support unicode well 2013-05-31 11:39:41 +09:00
Reini Urban
7bd422edcd add tests for rt_26775 and rt_76395 2013-05-29 10:03:26 -05:00
Kenichi Ishigaki
03feae7895 releng for 1.38_04 2013-05-29 16:12:16 +09:00
Kenichi Ishigaki
2e7775da04 bumped up the version 2013-05-01 08:56:55 +00:00
Kenichi Ishigaki
93cce3a376 fixed invalid assumptions about the result order 2013-04-30 09:53:19 +00:00
Kenichi Ishigaki
89f70e54e7 reverse_unordered_selects doesn't make sense for this test 2013-04-30 09:52:35 +00:00
Kenichi Ishigaki
6ccf50d1b5 added a test for #26775 by RURBAN (with slight modification) 2013-04-02 14:57:50 +00:00
Kenichi Ishigaki
a45e3add05 bumped up versions 2013-03-30 19:12:09 +00:00
Laurent Dami
6835c13898 updated doc and tests for FTS4 (but no change in code was required) 2012-12-30 16:29:03 +00:00
Kenichi Ishigaki
0cabcee217 applied a patch from VLYON on #81536 2012-11-30 02:34:14 +00:00
Kenichi Ishigaki
8fae2f1dee resolved #81536 2012-11-29 13:57:06 +00:00
Kenichi Ishigaki
45c0a056d1 use Test::NoWarnings 2012-10-10 16:05:18 +00:00
Kenichi Ishigaki
8a418482dd should also ignore comments (#80087) 2012-10-10 15:17:20 +00:00
Kenichi Ishigaki
2dfb20bdb2 applied a patch from RKITOVER (#80087) and added a fix to it 2012-10-10 13:18:25 +00:00
Kenichi Ishigaki
e4b7e75821 bumped up the versions 2012-09-19 15:49:33 +00:00
Kenichi Ishigaki
30d232ac61 use rtree_i32 for better compatibility (regardless of slight errors introduced in sqlite 3.7.13) 2012-09-19 15:09:13 +00:00
Kenichi Ishigaki
843f5e1a7e more unicode tests; now I think #72418 can also be considered resolved 2012-09-19 14:54:12 +00:00
Kenichi Ishigaki
8261b0d4ee refactored primary_key_info to support attached databases 2012-09-12 07:19:34 +00:00
Kenichi Ishigaki
d851a2c12b foreign_key_info PKTABLE_SCHEM 2012-09-12 05:45:29 +00:00
Kenichi Ishigaki
fae40790f7 implemented UNIQUE_OR_PRIMARY 2012-09-12 05:35:23 +00:00
Kenichi Ishigaki
b1d1047321 applied a patch from VOVKASM (#79576) 2012-09-12 03:21:10 +00:00
Kenichi Ishigaki
fe3e0e3236 reimplemented foreign_key_info; fk_table is not mandatory anymore 2012-09-11 18:36:37 +00:00
Kenichi Ishigaki
ac73b3ec7f implemented status interfaces 2012-09-07 19:35:52 +00:00
Kenichi Ishigaki
b64f69f992 table_column_metadata on inactive dbh 2012-09-06 17:33:28 +00:00
Kenichi Ishigaki
8371d73f96 implemented ping and db_filename to resolve #64177 2012-09-06 14:44:13 +00:00
Kenichi Ishigaki
e12535f140 resolved #78833 with a patch from JAMADAM 2012-09-05 14:55:34 +00:00
Kenichi Ishigaki
8c8a575e37 NoWarnings 2012-09-05 14:54:19 +00:00
Kenichi Ishigaki
d3a0be9dfe coordinate values may have slight errors since SQLite 3.7.13 2012-09-04 17:44:45 +00:00
Kenichi Ishigaki
5e7eda37c4 error cases 2012-09-03 04:34:17 +00:00
Kenichi Ishigaki
5de4189aa4 implemented sqlite_table_column_metadata 2012-09-02 18:48:53 +00:00
Kenichi Ishigaki
c810f2a4c9 added a failing test for #77724 2012-09-02 14:43:47 +00:00