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

998 commits

Author SHA1 Message Date
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
5abe471ec2 updated SQLite to 3.8.0 2013-08-27 11:58:28 +09:00
Kenichi Ishigaki
4dfae4029b tweaked Changes 2013-08-01 01:17:14 +09:00
Kenichi Ishigaki
a7b6c5759b updated Changes 2013-08-01 01:13:35 +09:00
Kenichi Ishigaki
5df6d6b053 applied dbd_sqlite_statistics_perldoc.patch by DDICK (RT#87435) 2013-08-01 01:07:48 +09:00
Kenichi Ishigaki
eebdb46155 updated Changes 2013-07-28 23:20:25 +09:00
Kenichi Ishigaki
b912c97e56 added note on uri filename/open flags 2013-07-28 23:19:02 +09:00
Kenichi Ishigaki
42b4281dcc added tests for open_flags/uri_filename 2013-07-28 17:11:48 +09:00
Kenichi Ishigaki
b1ac23d02e supported sqlite3_open_v2 flags 2013-07-28 17:11:16 +09:00
Kenichi Ishigaki
661d7cabac releng 1.40 2013-07-28 14:28:58 +09:00
Kenichi Ishigaki
d2741d1f91 NetBSD also doesn't like the _XOPEN_SOURCE hack 2013-07-28 14:24:24 +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
9b5dfb52e7 apparently openbsd doesn't like the previous _XOPEN_SOURCE hack (cpantesters++) 2013-05-31 11:43:04 +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
d046aead2d added a few files previously generated by a release script 2013-05-29 15:00:39 +09:00
Kenichi Ishigaki
b9f89f921d ignore git stuff 2013-05-29 14:54:02 +09:00
Kenichi Ishigaki
e838f2cf8b define _XOPEN_SOURCE for *bsd systems to see if this solves the compilation issue for threaded perl without any side effects 2013-05-29 06:50:06 +09:00
Kenichi Ishigaki
81c025e76f changed the 'repository' entry to github 2013-05-24 13:58:16 +09:00
Kenichi Ishigaki
acfd120b69 added a few Win32 files and MYMETA.* to .gitignore 2013-05-24 13:54:49 +09:00
Adam Kennedy
6b80c922b2 Adding release date 2013-05-21 04:51:23 +00:00
Kenichi Ishigaki
0b1e872f68 updated Changes 2013-05-20 14:54:24 +00:00
Kenichi Ishigaki
f7e0da4831 updated to SQLite 3.7.17 2013-05-20 14:52:01 +00:00
Kenichi Ishigaki
0d669c80da updated Changes 2013-05-15 02:10:27 +00:00
Kenichi Ishigaki
070f1149dc resolved #85302: typo fixes 2013-05-15 02:08:55 +00:00
Kenichi Ishigaki
2e7775da04 bumped up the version 2013-05-01 08:56:55 +00:00
Kenichi Ishigaki
3958f90edd sqlite 3.7.16.2 2013-05-01 08:56:23 +00:00
Kenichi Ishigaki
dc289f1df5 updated Changes 2013-05-01 06:45:20 +00:00
Kenichi Ishigaki
740a9786d0 brief notes on useful pragmata 2013-05-01 06:33:41 +00:00
Kenichi Ishigaki
5197bfcfb5 made it clear from where the text on DBD::SQLite/File::Temp is quoted 2013-04-30 14:31:06 +00:00
Kenichi Ishigaki
8682cbe79f removed old description on pragma; show_database is not set anymore 2013-04-30 11:38:29 +00:00
Kenichi Ishigaki
20111c7043 disabled reverse_unordered_selects pragma 2013-04-30 09:54:43 +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
646c5bf46d enabled reverse_unordered_selects pragma tentatively to fix unordered selects issues 2013-04-30 09:23:34 +00:00
Adam Kennedy
9e0255bf3d Updating copyright 2013-04-09 00:25:19 +00:00
Adam Kennedy
2e8d629ab5 Setting date for release 2013-04-05 01:04:44 +00:00
Kenichi Ishigaki
3bdc11a74b updated Changes 2013-04-02 17:57:02 +00:00
Kenichi Ishigaki
4a2f062006 applied a patch from RURBAN to resolve #84380 2013-04-02 17:56:37 +00:00
Kenichi Ishigaki
6bcc4b0aff updated Changes 2013-04-02 16:36:47 +00:00
Kenichi Ishigaki
3317480091 applied a patch from RURBAN++ to resolve #70815 2013-04-02 16:36:07 +00:00
Kenichi Ishigaki
b3491d169f updated Changes 2013-04-02 14:59:43 +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
f9dfee56fa updated Changes 2013-04-02 14:51:22 +00:00
Kenichi Ishigaki
04e45e686e resolved #84372 RURBAN++ 2013-04-02 14:50:41 +00:00