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

959 commits

Author SHA1 Message Date
Laurent Dami
7af00e7edd cleanup
- Emacs settings no longer in dbdimp.c source
- remove duplicated code (generalize cals to stacked_sv_from_sqlite3_value())
- variables renamed
2014-07-19 03:39:07 +02:00
Laurent Dami
bf65db231f various fixes / improvements 2014-07-12 08:20:19 +02:00
Laurent Dami
9018a4683c various code refactorings, completion of the doc 2014-07-11 06:06:19 +02:00
Laurent Dami
d6a77c88ea bug corrections & addition of class VirtualTable/PerlData 2014-07-10 05:45:28 +02:00
Laurent Dami
78984a9de8 initial support for virtual tables in Perl (WORK IN PROGRESS) 2014-07-09 08:31:34 +02:00
Laurent Dami
b6d9f86716 move FTS documentation to a separate file 2014-07-05 04:19:31 +02:00
Laurent Dami
4d03a92da4 git ignore Emass backup files 2014-07-04 22:07:48 +02:00
Laurent Dami
96325b1916 test case for RT#96878 : inserting into a contentless FTS table
OK without bind values
NOK with bind values ("constraint failed")
In the end, it's not really a bug, but rather a matter of usage pattern
2014-07-04 22:07:03 +02:00
Laurent Dami
65f69154bd enable the "unicode61" builtin tokenizer, and update the FTS documentation 2014-07-04 06:38:52 +02:00
Kenichi Ishigaki
b4c4711cec updated Changes 2014-06-17 15:10:29 +09:00
Kenichi Ishigaki
3ccab507a6 applied a patch by mjp++ (rt96494) 2014-06-17 15:07:33 +09:00
Kenichi Ishigaki
938f22eb6c releng 1.43_03 2014-06-12 13:59:25 +09:00
Kenichi Ishigaki
3c5225edb6 replaced 1.57 with $DBI_required 2014-06-12 13:57:33 +09:00
Kenichi Ishigaki
d2b402f87f moved gnu99 stuff to CCFLAGS 2014-06-12 13:56:36 +09:00
Kenichi Ishigaki
509df15588 updated Changes 2014-06-05 12:02:58 +09:00
Kenichi Ishigaki
0e3e760b08 updated SQLite to 3.8.5 2014-06-05 12:02:31 +09:00
Kenichi Ishigaki
0193c3f6ff error is too severe for calling db_filename against a closed connection 2014-05-30 01:08:07 +09:00
Kenichi Ishigaki
1a62d1a0bd updated Changes 2014-05-29 16:09:48 +09:00
Kenichi Ishigaki
81d4d11fa1 fixed rt-96050; sqlite_db_filename returns an error (instead of segfault) if database connection is closed 2014-05-29 16:05:45 +09:00
Kenichi Ishigaki
1831efe1dc updated Changes 2014-05-12 10:23:39 +09:00
Kenichi Ishigaki
354d07f61f applied a fix by Kenneth Kroenlein to support named primary key (RT 95511), and added some tests 2014-05-12 10:18:13 +09:00
Kenichi Ishigaki
ff8699f4f7 added a note on DBD::SQLite and fork() 2014-04-05 15:01:21 +09:00
Kenichi Ishigaki
02816e28d5 updated SQLite to 3.8.4.3 2014-04-04 11:36:04 +09:00
Kenichi Ishigaki
992d2a4793 updated Changes 2014-03-28 00:43:01 +09:00
Kenichi Ishigaki
0c96602837 allow to set busy_timeout to 0 via sqlite_busy_timeout() (#3) 2014-03-26 23:14:40 +09:00
Kenichi Ishigaki
d23dac5eaa releng 1.43_02 2014-03-26 04:56:29 +09:00
Kenichi Ishigaki
73378dc5e4 limit -std=gnu99 to solaris gcc only, though it may be harmless in many cases 2014-03-26 04:56:00 +09:00
Kenichi Ishigaki
d4f1f45a06 releng 1.43_01 2014-03-26 03:47:27 +09:00
Kenichi Ishigaki
aea147ed00 solaris gcc may require -std=gnu99 2014-03-26 03:39:30 +09:00
Kenichi Ishigaki
66083b879c releng 1.42 2014-03-20 00:26:59 +09:00
Kenichi Ishigaki
8a5868b01e releng 1.41_07 2014-03-13 22:34:54 +09:00
Kenichi Ishigaki
6ea4a5de22 bumped up sqlite to 3.8.4.1 2014-03-13 22:27:41 +09:00
Kenichi Ishigaki
73c9a1b56d releng 1.41_06 2014-02-12 11:51:14 +09:00
Kenichi Ishigaki
c743e254e5 bumped up sqlite to 3.8.3.1 2014-02-12 11:46:53 +09:00
Kenichi Ishigaki
bbef4c20a1 releng 1.45_05 2014-01-22 12:51:02 +09:00
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
a0a9703a9c modified dates in Changes 2014-01-12 10:16:11 +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
2770389891 updated SQLite to 3.8.2 2014-01-09 02:28:47 +09:00
Kenichi Ishigaki
3f7a026b91 updated MANIFEST 2014-01-09 00:20:30 +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
8bac853522 updated Changes (again) 2013-11-15 22:21:36 +09:00
Kenichi Ishigaki
793ab56e52 updated Changes 2013-11-15 22:10:54 +09:00
Kenichi Ishigaki
c811601975 Applied doc fixes by Felix Li (RT #90211) 2013-11-15 22:07:34 +09:00
Kenichi Ishigaki
6141905c10 bumped SQLite3 to 3.8.1 2013-10-18 12:34:27 +09:00
Kenichi Ishigaki
497b4b2f1e tweaked .travis.yml to install DBI first 2013-10-09 17:27:54 +09:00
Kenichi Ishigaki
1bad7afc27 added .travis.yml 2013-10-09 17:21:41 +09:00
Kenichi Ishigaki
aa5ec5f585 define SQLITE_TEMP_STORE=2 for cygwin to resolve RT #89351
See also the following for details and patches:
- http://sqlite.1065341.n5.nabble.com/Bug-in-Cygwin-SQLite-temporary-table-creation-fails-tp66277p66295.html
2013-10-09 17:06:20 +09:00