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

834 commits

Author SHA1 Message Date
Kenichi Ishigaki
2c1744e7be updated to SQLite 3.7.15 2012-12-12 16:10:42 +00:00
Kenichi Ishigaki
c6d131d4dc updated Changes 2012-11-30 02:34:33 +00:00
Kenichi Ishigaki
0cabcee217 applied a patch from VLYON on #81536 2012-11-30 02:34:14 +00:00
Kenichi Ishigaki
8c43ef029f updated Changes 2012-11-29 14:05:27 +00:00
Kenichi Ishigaki
8fae2f1dee resolved #81536 2012-11-29 13:57:06 +00:00
Kenichi Ishigaki
dcfcf4bb04 updated Changes 2012-10-23 02:29:36 +00:00
Kenichi Ishigaki
3189a6700d resolved #80344 2012-10-23 02:27:00 +00:00
Kenichi Ishigaki
b73cb71794 should also support END 2012-10-10 16:22:07 +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
9e041ebad8 updated Changes 2012-10-08 12:34:08 +00:00
Kenichi Ishigaki
9c1503c0d0 removed two obsolete pragma calls at login time 2012-10-08 12:33:27 +00:00
Kenichi Ishigaki
6e2308a035 updated the bundled library to 3.7.14.1 2012-10-05 15:57:35 +00:00
Adam Kennedy
e9dd1a5f09 Releasing 2012-09-24 10:10:23 +00:00
Kenichi Ishigaki
e4b7e75821 bumped up the versions 2012-09-19 15:49:33 +00:00
Kenichi Ishigaki
3a4f9037db updated Changes 2012-09-19 15:35:26 +00:00
Kenichi Ishigaki
7f0e872d97 updated Changes 2012-09-19 15:33:12 +00:00
Kenichi Ishigaki
5cb63b759e reverted the removal of the OPTIMIZE flag; not sure if this is worth the trouble 2012-09-19 15:32:04 +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
0ed20d2962 extensions also need sqlite3ext.h 2012-09-19 14:55:47 +00:00
Kenichi Ishigaki
3be75f6838 implemented sqlite_load_extension 2012-09-19 14:55:20 +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
8c6a921eed updated Changes 2012-09-18 07:21:54 +00:00
Kenichi Ishigaki
f74f7e821d patch from VOVKASM 4: (new) fixed HV typemap 2012-09-18 07:10:01 +00:00
Kenichi Ishigaki
a73d60adaa patch from VOVKASM 3: too many mortals 2012-09-18 07:07:29 +00:00
Kenichi Ishigaki
2fd496bff8 patch from VOVKASM 2: fix prototype for clang 2012-09-18 07:05:21 +00:00
Kenichi Ishigaki
62bf573fc0 patch from VOVKASM: use the same optimization as perl 2012-09-18 07:02:29 +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
48853eeb39 updated Changes 2012-09-12 03:21:56 +00:00
Kenichi Ishigaki
b1d1047321 applied a patch from VOVKASM (#79576) 2012-09-12 03:21:10 +00:00
Kenichi Ishigaki
e2ecdff4a2 removed debugging code 2012-09-12 03:15:32 +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
4f721b7880 updated Changes 2012-09-07 19:38:01 +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
081566e6c2 fixed leaks 2012-09-06 17:25:14 +00:00
Kenichi Ishigaki
c6950aa49b updated Changes 2012-09-06 14:55:41 +00:00
Kenichi Ishigaki
5ca2492947 trace/profile/metadata shouldn't clear errs too 2012-09-06 14:49:01 +00:00
Kenichi Ishigaki
fee0a7d32d updated Changes 2012-09-06 14:45:15 +00:00
Kenichi Ishigaki
8371d73f96 implemented ping and db_filename to resolve #64177 2012-09-06 14:44:13 +00:00
Kenichi Ishigaki
00aaa73cea better to use hv_stores 2012-09-05 17:27:29 +00:00
Kenichi Ishigaki
38c7e0e191 updated Changes 2012-09-05 14:56:39 +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
efc60c0f19 VC6 fix part2 2012-09-04 14:54:19 +00:00
Kenichi Ishigaki
7fd6c52493 VC6 fix 2012-09-04 13:44:24 +00:00