Kenichi Ishigaki
d4aea379d4
Add sqlite_error_offset
2022-02-23 19:43:21 +09:00
Kenichi Ishigaki
6d0744549a
Update SQLite to 3.38.0
2022-02-23 19:37:15 +09:00
Kenichi Ishigaki
01077fa8a3
Release 1.71_02
2022-01-07 05:50:25 +09:00
Kenichi Ishigaki
30a08cebd1
Update SQLite to 3.37.2
2022-01-07 05:48:22 +09:00
Kenichi Ishigaki
1bfcf7c38e
Add 2022 to SQLiteUtil::year
2022-01-07 05:48:02 +09:00
Kenichi Ishigaki
4266881e66
Update Changes
2021-12-15 06:55:08 +09:00
Kenichi Ishigaki
f278c800b3
Merge pull request #94 from d-lamb/patch-1
...
Clarify which method to use when loading extension
2021-12-15 06:49:28 +09:00
Derek Lamb
5fde7cf0d1
Clarify which method to use when loading extension
...
Loading an extension using "select" statements does not work if the extension provides new functions. But the extension given as an example in sqlite_enable_load_extension, libsqlitefunctions.so, does define functions, so loading that particular (very commonly used) extension with a "select" statement will not work. I changed the example in sqlite_enable_load_extension to an extension that does not provide new functions, clarified the description of sqlite_load_extension, and added the libsqlitefunctions.so example to the description of sqlite_load_extension.
2021-12-14 14:30:50 -07:00
Kenichi Ishigaki
d465ea9219
Release 1.71_01
2021-12-02 02:00:43 +09:00
Kenichi Ishigaki
3b75eb3796
Hide SESSION_OBJCONFIG_SIZE
2021-12-02 01:39:35 +09:00
Kenichi Ishigaki
8bf916dbd7
Let create_function unregister an existing function
2021-12-02 01:32:01 +09:00
Kenichi Ishigaki
7848525aeb
Update constants
2021-12-02 01:28:49 +09:00
Kenichi Ishigaki
ba4f472e73
Tweak for 3.37.0
2021-12-02 01:25:48 +09:00
Kenichi Ishigaki
d83bd84606
Update SQLite to 3.37.0
2021-12-02 01:25:24 +09:00
Kenichi Ishigaki
951617af45
Update Changes
2021-08-03 21:51:50 +09:00
Kenichi Ishigaki
428148d2cd
Merge pull request #90 from HaraldJoerg/utf_pod
...
Fix accented characters in SQLite.pm's POD
2021-08-03 21:50:14 +09:00
Harald Jörg
b4a573259f
Fix accented characters in SQLite.pm's POD
2021-08-03 13:55:13 +02:00
Kenichi Ishigaki
711f90b8c7
Merge pull request #89 from FGasper/fix_sqlite_unicode_pod
...
Remove mention of now-deprecated “sqlite_unicode” parameter.
2021-08-03 10:40:08 +09:00
Felipe Gasper
ab0022890a
Remove mention of now-deprecated “sqlite_unicode” parameter.
2021-08-02 20:49:33 -04:00
Kenichi Ishigaki
87e1545ccb
Release 1.70
2021-08-01 19:20:26 +09:00
Kenichi Ishigaki
631cc94f17
Release 1.69_02
2021-07-30 23:18:42 +09:00
Kenichi Ishigaki
f949de6ab6
Fix an encoding issue of naive
2021-07-30 23:17:55 +09:00
Kenichi Ishigaki
0a455850e8
Fix doc that uses string_mode without the sqlite_ prefix ( #86 )
2021-07-30 23:12:04 +09:00
Kenichi Ishigaki
43225fd7eb
No need to check unicode twice
2021-07-30 23:09:47 +09:00
Kenichi Ishigaki
6bac0136b3
Release 1.69_01
2021-07-30 06:07:43 +09:00
Kenichi Ishigaki
6e7986e8d4
Silence the deprecation warning of sqlite_unicode as it's so widely used
2021-07-30 06:05:13 +09:00
Kenichi Ishigaki
0f476b9904
Fix typo ( #85 )
2021-07-26 11:43:57 +09:00
Kenichi Ishigaki
d2abfe2752
Release 1.68
2021-07-22 14:28:47 +09:00
Kenichi Ishigaki
95a360a6a4
Release 1.67_07
2021-06-19 09:56:55 +09:00
Kenichi Ishigaki
f587238ff3
Update SQLite to 3.36.0
2021-06-19 09:49:56 +09:00
Kenichi Ishigaki
a7e04d785c
Release 1.67_06
2021-06-14 12:48:15 +09:00
Kenichi Ishigaki
1aaf18dbf7
Experiment with quadmath patch from Tux to see if it works with older version of FreeBSD
2021-06-14 12:46:37 +09:00
Kenichi Ishigaki
076a7fd814
Release 1.67_05
2021-06-13 08:38:29 +09:00
Kenichi Ishigaki
fd0ecce1b0
Tweak doc
2021-06-06 01:56:56 +09:00
Kenichi Ishigaki
f14744d31a
Use imported constants
2021-06-06 01:53:52 +09:00
Kenichi Ishigaki
9e59c780a7
Update Changes
2021-05-31 08:33:58 +09:00
Kenichi Ishigaki
dddc12423a
Make DBD_SQLITE_STRING_MODE_ constants exportable
2021-05-31 08:31:22 +09:00
Kenichi Ishigaki
5c7779f889
Release 1.67_04
2021-05-31 07:53:52 +09:00
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