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

1446 commits

Author SHA1 Message Date
Kenichi Ishigaki
791eaba2ac Fix a leak 2021-05-30 22:41:48 +09:00
Kenichi Ishigaki
77f897da5a For ASAN testing 2021-05-30 22:41:37 +09:00
Kenichi Ishigaki
20782166cf Tweak constants.pl 2021-05-30 21:25:28 +09:00
Kenichi Ishigaki
0557f8d315 Update SQLite to 3.35.5 2021-05-30 21:24:14 +09:00
Kenichi Ishigaki
1dc2e1dbe2 Fix to use string_mode 2021-05-30 21:19:18 +09:00
Kenichi Ishigaki
31483a245f Merge branch 'string_mode' 2021-05-30 21:18:42 +09:00
Kenichi Ishigaki
57d2dd7fb5
Merge pull request #76 from DBD-SQLite/#75_fix_fts3_offsets
#75 fix fts3 offsets
2021-05-30 20:44:46 +09:00
Felipe Gasper
9dc75eaead Replace “string_unicode” boolean with “string_mode” enum.
Issue #78 and issue #68: This introduces additional, more robust
schemas for translating strings between SQLite and Perl.
2021-05-29 19:19:58 -04:00
dami
a512146d47 fix #74 -- add a dependency from dbdimp.o to the *.inc files included into dbdimp.c 2021-05-13 19:35:52 +02:00
dami
6669dbc332 cleanup tokenizer code and test 2021-05-13 12:27:57 +02:00
dami
80c7c91ae6 better variable names and comments 2021-05-11 09:40:24 +02:00
dami
f68f79415f test to show that perl tokenizer with unicode is extremely slow 2021-05-11 09:01:59 +02:00
dami
8d5a28cf5c additional test for snippet() 2021-05-09 22:22:39 +02:00
dami
b5c3f9d528 fixed #75 -- lastCharOffset must copy the OLD value of piEndOffset, BEFORE it is recomputed
also fixed 43_fts3.t so that it uses \p{Word} instead of \w, because en-us locale did not handle accented characters
2021-05-09 22:06:28 +02:00
dami
be9f64b2c9 tests for functions snippet() and offets() 2021-05-09 19:25:27 +02:00
Kenichi Ishigaki
aa90eee3a0
Merge pull request #67 from FGasper/fix_svpv_downgrade
Give upgraded strings to SQLite as downgraded when sqlite_unicode==0.
2021-04-25 22:30:53 +09:00
Kenichi Ishigaki
6c4d96adfe Typo 2021-04-18 08:46:11 +09:00
Kenichi Ishigaki
f066bb49ad
Merge pull request #72 from pullhub/sqlite_load_extension-vs-threadsafe
Note conflict between SQLITE_THREADSAFE default and extensions in POD
2021-04-17 22:48:33 +09:00
Bjoern Hoehrmann
0c6d966f1c Note conflict between SQLITE_THREADSAFE default and extensions that need sqlite3_mutex_* functions 2021-04-17 14:13:48 +02:00
Kenichi Ishigaki
768d3a99d2 Update Changes 2021-04-17 18:53:28 +09:00
Kenichi Ishigaki
2cd3f0cb20
Merge pull request #71 from DBD-SQLite/check_pthreads
Check pthreads
2021-04-17 18:49:26 +09:00
Kenichi Ishigaki
cedc9d4657 Test with a few more perls 2021-04-17 18:38:00 +09:00
Kenichi Ishigaki
8861380590 Set THREADSAFE=0 only if usethreads is undef and pthreads is not linked 2021-04-17 18:37:44 +09:00
Kenichi Ishigaki
797b724b43 Revert "Do not force THREADSAFE=0 when perl does not have usethreads (fix #69)"
This reverts commit b56f872c82.
2021-04-17 18:30:10 +09:00
Kenichi Ishigaki
b56f872c82 Do not force THREADSAFE=0 when perl does not have usethreads (fix #69) 2021-04-17 14:24:16 +09:00
Kenichi Ishigaki
020bc9062f Update SQLite to 3.35.4 2021-04-17 14:04:50 +09:00
Felipe Gasper
f1342ec177 Give upgraded strings to SQLite as downgraded when sqlite_unicode==0.
Issue #66: If $a and $b contain the same code points but one is upgraded
and the other isn’t, previously DBD::SQLite would give two different C
strings to SQLite. This changeset fixes that so that SQLite always
translates equivalent Perl strings to the same C string, regardless of the
Perl strings’ internal encoding.
2021-03-31 20:33:57 -04:00
Kenichi Ishigaki
e455116b51 Release 1.67_03 2021-03-31 06:35:06 +09:00
Kenichi Ishigaki
b045ba29b8 Use NVff (Tux++, leont++) #65 2021-03-31 06:30:45 +09:00
Kenichi Ishigaki
7fcca420ba Apply a patch for t/rt_73787_exponential_buffer_overflow.t (Tux++) #64 2021-03-31 06:23:36 +09:00
Kenichi Ishigaki
7bfec13b7e Enable math functions introduced in SQLite 3.35.0 2021-03-31 06:22:27 +09:00
Kenichi Ishigaki
4a81dcf4c7 Upgrade SQLite to 3.35.3 2021-03-31 06:22:09 +09:00
Kenichi Ishigaki
c15f5c5d4f Support versions released in 2021 2021-03-31 06:21:40 +09:00
Kenichi Ishigaki
3dff252633 Use https 2021-03-31 06:21:08 +09:00
Kenichi Ishigaki
242d674a55 Release 1.67_02 2020-12-06 02:04:08 +09:00
Kenichi Ishigaki
2db48b8ca1 Update Changes 2020-12-06 02:01:55 +09:00
Kenichi Ishigaki
4d1b28c393 Expose sqlite3_txn_state 2020-12-06 02:00:27 +09:00
Kenichi Ishigaki
fa6fa30878 Add a few constants 2020-12-06 01:59:56 +09:00
Kenichi Ishigaki
09278cad8e Updated SQLite to 3.34.0 2020-12-05 18:19:38 +09:00
Kenichi Ishigaki
e51324a7a3 Release 1.67_01 2020-11-24 21:57:43 +09:00
Kenichi Ishigaki
9eb89925a8 Add reporter's id 2020-11-24 21:53:18 +09:00
Kenichi Ishigaki
dd6ab32da9 Use av_fetch instead of av_shift, to avoid leaks 2020-11-23 21:41:57 +09:00
Kenichi Ishigaki
c5cce9f54f Strawberry perl seems to be installed already 2020-11-23 21:25:54 +09:00
Kenichi Ishigaki
d380158688 Use quadmath_snprintf if USE_QUADMATH is defined 2020-11-23 21:16:26 +09:00
Kenichi Ishigaki
7c01d15368 Update Changes 2020-11-06 06:16:07 +09:00
Kenichi Ishigaki
bd949a1c5d
Merge pull request #63 from toddr/foo
Switch to XSLoader
2020-11-06 06:14:28 +09:00
Todd Rinaldo
077ce52491 Switch to XSLoader 2020-11-05 10:54:42 -06:00
Kenichi Ishigaki
f6f75fa325 Update SQLite to 3.33.0 2020-08-30 11:16:42 +09:00
Kenichi Ishigaki
108b4a9b54 Release 1.66 2020-08-30 11:12:12 +09:00
Kenichi Ishigaki
3e91167b0c Release 1.65_03 2020-07-27 01:41:36 +09:00