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
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
2abb10acb3
removed no_warnings test from t/37_regexp.t to ignore locale warnings (Locale '...' may not work well)
2016-12-26 15:05:42 +09:00
Kenichi Ishigaki
89f70e54e7
reverse_unordered_selects doesn't make sense for this test
2013-04-30 09:52:35 +00:00
Kenichi Ishigaki
6e8c062baa
resolved #61958
2010-11-14 06:18:08 +00:00
Kenichi Ishigaki
895897258b
DBD::SQLite: renamed "unicode" attribute to "sqlite_unicode"
2009-10-21 02:36:14 +00:00
Kenichi Ishigaki
0db63f3f9e
DBD-SQLite: moved the plan tests calculation out of a BEGIN block, as it uses a variable/configuration initialized outside the block
2009-07-21 14:42:14 +00:00
Kenichi Ishigaki
1d6d87ffc1
DBD-SQLite: made svn:eol-style property to native
2009-07-21 14:16:07 +00:00
Kenichi Ishigaki
cb8a0ec896
DBD-SQLite: skip_all should be in a BEGIN block and be placed before use Test::NoWarnings
2009-07-21 14:05:06 +00:00
Kenichi Ishigaki
9b62d7a2aa
DBD-SQLite: don't need to (in fact, shouldn't) check DBI version explicitly if we use @CALL_FUNCS (as it checks DBI version)
2009-07-21 14:00:28 +00:00
Laurent Dami
3714dc6954
- Added support for commit/rollback/update hooks (DAMI)
...
- Added support for set_authorizer (DAMI)
- Added support for collation_needed(), and reorganised driver API
for user-defined collations (DAMI)
- Exported constants from sqlite3.h into DBD::SQLite namespace (DAMI)
- Added support in t/lib/Test.pm for checking both versions of
driver-private methods ("func" / "sqlite_*") (DAMI)
- Removed unused and obsolete "list_tables" from SQLite.xs (DAMI)
- Added a default implementation for the REGEXP infix operator (DAMI)
2009-07-20 10:20:09 +00:00