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

23 commits

Author SHA1 Message Date
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
Kenichi Ishigaki
fa6a2c7040 fixed no if conditions 2019-01-26 07:10:10 +09:00
Kenichi Ishigaki
bfe71db88f locale warning is only available for perl 5.22+ 2019-01-20 08:27:04 +09:00
Kenichi Ishigaki
4dd0bf8167 no warnings 'locale' 2019-01-18 05:13:34 +09:00
Kenichi Ishigaki
627666e888 not to use Test::FailWarnings except for developers environment 2019-01-07 03:48:10 +09:00
Kenichi Ishigaki
f56689d929 use more test utility functions 2019-01-07 03:41:09 +09:00
Kenichi Ishigaki
fdde5b98ef use Test::FailWarnings as Test::NoWarnings does not play well with done_testing 2019-01-06 09:17:14 +09:00
Kenichi Ishigaki
c84a0a9781 use done_testing and remove plan tests 2019-01-06 09:03:41 +09:00
Kenichi Ishigaki
fc55eeb0d7 fixed mixed EOLs and removed redundant blank lines 2019-01-06 05:55:34 +09:00
Kenichi Ishigaki
11c2f4e70f use warnings 2019-01-02 21:17:30 +09:00
Kenichi Ishigaki
12ab284322 removed shebang from tests 2019-01-02 21:10:51 +09:00
Kenichi Ishigaki
72fd3e009e Remove NoWarnings test from t/43_fts.t because Perl may spit a locale warning under some environment 2018-01-20 16:07:33 +09:00
Peter Rabbitson
c4eab85ff7 Workaround for upcoming lack of dot in @INC ( RT#120444, sigh )
Zero functional changes, simply executed the following:

find . -name '*.t' -exec perl -0777 -p -i -e 's|^use t::lib::SQLiteTest|use lib "t/lib";\nuse SQLiteTest|m' {} +

Also had to do a manual (but identical) fix in t/01_compile.t
2017-05-05 00:48:33 +02:00
Kenichi Ishigaki
434aea6479 rename t/lib/Test.pm to t/lib/SQLiteTest.pm 2017-03-04 15:04:39 +09:00
Kenichi Ishigaki
e17149317a re-enable perl tokenizer by calling sqlite3_db_config if SQLite >= 3.12 2016-11-26 10:07:24 +09:00
Kenichi Ishigaki
abed684c43 two-arg fts3_tokenizer() is disabled by default for security concerns as of SQLite 3.11.0, unless DBD::SQLite is compiled with -DSQLITE_ENABLE_FTS3_TOKENIZER 2016-02-16 11:55:27 +09:00
Kenichi Ishigaki
eb10c7ce6f tweaked code and tests for older SQLite libraries (re: RT 101573) 2015-02-10 17:07:32 +09:00
Laurent Dami
6835c13898 updated doc and tests for FTS4 (but no change in code was required) 2012-12-30 16:29:03 +00:00
Kenichi Ishigaki
764b446776 skip fts3/metadata tests when those are disabled to resolve #65267 2011-01-31 03:00:40 +00:00
Kenichi Ishigaki
734ea7ab4b applied a patch from paul@city-fan.org to resolve # 61361 2010-09-16 07:08:36 +00:00
Laurent Dami
fb64180af4 actually, this test does not need Search::Tokenizer, so no need to skip 2010-07-19 21:09:34 +00:00
Kenichi Ishigaki
1422eb5427 skip unless Search::Tokenizer is not installed 2010-07-14 18:46:18 +00:00
Laurent Dami
d43cf63ad0 added support for FTS3 fulltext searches : perl tokenizers, documentation and tests 2010-07-13 06:28:21 +00:00