Kenichi Ishigaki
|
74244341cd
|
updated Changes
|
2014-08-16 22:15:41 +09:00 |
|
Kenichi Ishigaki
|
302741f5f3
|
updated to SQLite 3.8.6
|
2014-08-16 22:13:54 +09:00 |
|
Kenichi Ishigaki
|
69a785e173
|
releng 1.43_07
|
2014-07-30 02:01:31 +09:00 |
|
Kenichi Ishigaki
|
539d79f080
|
Applied a patch from Rob to fix RT-97598, and added a test
|
2014-07-30 01:57:50 +09:00 |
|
Kenichi Ishigaki
|
371cfe83a1
|
releng 1.43_06
|
2014-07-22 09:29:45 +09:00 |
|
Kenichi Ishigaki
|
b792b5f9bd
|
fixed two issues for older perls (reported by ribasushi++)
|
2014-07-22 09:25:58 +09:00 |
|
Kenichi Ishigaki
|
153040e776
|
releng 1.43_05
|
2014-07-21 14:43:44 +09:00 |
|
Kenichi Ishigaki
|
dbc21164e8
|
Revert "bumped up the minimum perl version to 5.8.1 (the same as DBI)"
This reverts commit 1dcd2228d1 .
|
2014-07-21 14:36:52 +09:00 |
|
Kenichi Ishigaki
|
1dcd2228d1
|
bumped up the minimum perl version to 5.8.1 (the same as DBI)
|
2014-07-21 14:22:03 +09:00 |
|
Kenichi Ishigaki
|
6ab97143c8
|
oops, overlooked unnecessary non-core deps
|
2014-07-21 14:16:52 +09:00 |
|
Kenichi Ishigaki
|
550849a2ab
|
releng 1.43_04
|
2014-07-21 10:13:05 +09:00 |
|
Kenichi Ishigaki
|
29814af5a9
|
added .el and SQLite.c to MANIFEST.SKIP
|
2014-07-21 10:12:25 +09:00 |
|
Kenichi Ishigaki
|
68a73aba1b
|
updated MANIFEST
|
2014-07-21 10:10:27 +09:00 |
|
Kenichi Ishigaki
|
590d084b3d
|
not to depend on YAML::XS/List::MoreUtils
|
2014-07-21 09:02:08 +09:00 |
|
Kenichi Ishigaki
|
297f997471
|
Revert "silenced yet another 'unused' warning"
This reverts commit 0a618d811a .
|
2014-07-21 08:43:58 +09:00 |
|
Kenichi Ishigaki
|
0a618d811a
|
silenced yet another 'unused' warning
|
2014-07-21 08:38:37 +09:00 |
|
Kenichi Ishigaki
|
db5df57c93
|
removed unused local variables
|
2014-07-21 08:34:30 +09:00 |
|
Kenichi Ishigaki
|
defae5918a
|
changed diag to note
|
2014-07-21 08:31:07 +09:00 |
|
Kenichi Ishigaki
|
58b49b8bdb
|
Merge branch 'rt_96877_unicode_statements'
|
2014-07-21 08:28:53 +09:00 |
|
Kenichi Ishigaki
|
6a68dbadb3
|
Merge branch 'vtab'
|
2014-07-21 08:27:35 +09:00 |
|
Kenichi Ishigaki
|
c1ddd22120
|
fixes for VC6
|
2014-07-21 08:22:47 +09:00 |
|
Laurent Dami
|
5661c0855f
|
fix typo
|
2014-07-20 20:32:47 +02:00 |
|
Laurent Dami
|
ab008be4e3
|
test the example described in L<DBD::SQLite::VirtualTable::PerlData/"Hashref example : unicode characters">
|
2014-07-20 20:29:02 +02:00 |
|
Laurent Dami
|
0ec13083f1
|
implementation of FIND_FUNCTION, plus a couple of cosmetic changes in various places
|
2014-07-20 18:57:19 +02:00 |
|
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 |
|
Kenichi Ishigaki
|
28ea4bfad7
|
moved utf8::upgrade in dbdimp.c for performance
- and uprade occurs only if imp_dbh->unicode is true so that we can minimize impact on existing applications
|
2014-07-07 09:42:23 +09: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
|
6c57a3e2aa
|
fix RT#96877 ...
but this breakx some previous tests which made incorrect assumptions about utf8 in statements :-(
|
2014-07-04 11:29:16 +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 |
|