.. |
lib
|
releng 1.51_01
|
2016-02-20 10:02:10 +09:00 |
virtual_table
|
these tests should be skipped if DBD::SQLite is not compiled with FTS3/4
|
2016-01-30 09:48:03 +09:00 |
01_compile.t
|
returning an array should be better
|
2010-05-21 03:58:11 +00:00 |
02_logon.t
|
allow to set busy_timeout to 0 via sqlite_busy_timeout() (#3)
|
2014-03-26 23:14:40 +09:00 |
03_create_table.t
|
applied a patch to fix table_info issue from Vlyon (#46831)
|
2009-06-11 01:20:49 +00:00 |
04_insert.t
|
DBD-SQLite: started using install_method(); ported last_insert_rowid as the first attempt
|
2009-05-05 09:02:02 +00:00 |
05_select.t
|
Increased use of Test::NoWarnings
|
2009-04-10 06:30:07 +00:00 |
06_tran.t
|
set sqlite_use_immediate_transaction to true by default (see #56444)
|
2012-09-01 13:35:02 +00:00 |
07_error.t
|
error messages have been slightly changed since 3.8.2
|
2014-01-09 02:30:37 +09:00 |
08_busy.t
|
skip count was wrong, and SKIP label should be needed; (http://www.cpantesters.org/cpan/report/b764d8a6-ac8f-11e0-a4ca-75a0d72a4e93)
|
2011-08-24 02:31:35 +00:00 |
09_create_function.t
|
fix GH #8
|
2015-04-16 19:59:21 +09:00 |
10_create_aggregate.t
|
fix GH #8
|
2015-04-16 19:59:21 +09:00 |
12_unicode.t
|
DBD::SQLite: applied a failing test patch by Andy Grundman (#54271)
|
2010-02-09 15:04:56 +00:00 |
13_create_collation.t
|
DBD::SQLite: renamed "unicode" attribute to "sqlite_unicode"
|
2009-10-21 02:36:14 +00:00 |
14_progress_handler.t
|
DBD-SQLite: applied @CALL_FUNCS trick and removed several _func tests
|
2009-07-23 14:12:35 +00:00 |
15_ak_dbd.t
|
DBD-SQLite: switched to use :memory: for most of the tests
|
2009-07-02 10:00:51 +00:00 |
16_column_info.t
|
DBD-SQLite: applied a new patch by VLYON (#49716)
|
2009-09-16 04:16:36 +00:00 |
17_createdrop.t
|
Converted another batch of tests from lib.pl to t::lib::Test
|
2009-04-16 03:05:01 +00:00 |
18_insertfetch.t
|
Completed the migration away from and deprecation of t/lib.pl
|
2009-04-17 04:24:04 +00:00 |
19_bindparam.t
|
applied a patch from VOVKASM (#79576)
|
2012-09-12 03:21:10 +00:00 |
20_blobs.t
|
Completed the migration away from and deprecation of t/lib.pl
|
2009-04-17 04:24:04 +00:00 |
21_blobtext.t
|
More Test::NoWarnings
|
2009-04-10 06:32:55 +00:00 |
22_listfields.t
|
Converted another batch of tests from lib.pl to t::lib::Test
|
2009-04-16 03:05:01 +00:00 |
23_nulls.t
|
Converted another batch of tests from lib.pl to t::lib::Test
|
2009-04-16 03:05:01 +00:00 |
24_numrows.t
|
Completed the migration away from and deprecation of t/lib.pl
|
2009-04-17 04:24:04 +00:00 |
25_chopblanks.t
|
Converted another batch of tests from lib.pl to t::lib::Test
|
2009-04-16 03:05:01 +00:00 |
26_commit.t
|
DBD-SQLite: switched to use :memory: for most of the tests
|
2009-07-02 10:00:51 +00:00 |
27_metadata.t
|
Skipping test so we can do a dev release with the SQLite foreign key improvements
|
2009-10-15 03:57:44 +00:00 |
28_schemachange.t
|
resolved #61355
|
2010-09-16 06:59:36 +00:00 |
30_auto_rollback.t
|
disabled (Print)Warn hack (by timbunce's guidance)
|
2010-11-04 16:24:00 +00:00 |
31_bind_weird_number_param.t
|
DBD-SQLite: added a test against binding weird number param
|
2009-04-05 02:35:06 +00:00 |
32_inactive_error.t
|
DBD::SQLite: better hide the intentional error
|
2009-10-19 07:13:08 +00:00 |
33_non_latin_path.t
|
fixed RT-99583
|
2014-10-20 15:55:26 +09:00 |
34_online_backup.t
|
tweaked code and tests for older SQLite libraries (re: RT 101573)
|
2015-02-10 17:07:32 +09:00 |
35_table_info.t
|
applied a patch by mjp++ (rt96494)
|
2014-06-17 15:07:33 +09:00 |
36_hooks.t
|
DBD-SQLite: fixed the perl 5.8 segfault issue for set_authorizer
|
2009-07-21 17:32:31 +00:00 |
37_regexp.t
|
reverse_unordered_selects doesn't make sense for this test
|
2013-04-30 09:52:35 +00:00 |
38_empty_statement.t
|
undef statement does not need to spit a warning
|
2010-01-01 08:55:22 +00:00 |
39_foreign_keys.t
|
tweaked code and tests for older SQLite libraries (re: RT 101573)
|
2015-02-10 17:07:32 +09:00 |
40_multiple_statements.t
|
fixed invalid assumptions about the result order
|
2013-04-30 09:53:19 +00:00 |
41_placeholders.t
|
applied a patch by Yuriy Kaminskiy to fix binding named params
|
2011-10-18 02:54:41 +00:00 |
42_primary_key_info.t
|
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 |
43_fts3.t
|
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 |
44_rtree.t
|
use rtree_i32 for better compatibility (regardless of slight errors introduced in sqlite 3.7.13)
|
2012-09-19 15:09:13 +00:00 |
45_savepoints.t
|
tweaked code and tests for older SQLite libraries (re: RT 101573)
|
2015-02-10 17:07:32 +09:00 |
46_mod_perl.t
|
mod_perl test suggested by siracusa
|
2011-10-19 13:54:53 +00:00 |
47_execute.t
|
applied another patch by Yuriy Kaminskiy to fix finalize issues
|
2011-10-20 16:14:56 +00:00 |
48_bind_param_is_sticky.t
|
applied a patch from Yuriy Kaminskiy
|
2011-10-16 07:27:24 +00:00 |
49_trace_and_profile.t
|
tweaked code and tests for older SQLite libraries (re: RT 101573)
|
2015-02-10 17:07:32 +09:00 |
50_foreign_key_info.t
|
foreign_key_info PKTABLE_SCHEM
|
2012-09-12 05:45:29 +00:00 |
51_table_column_metadata.t
|
oops
|
2015-10-04 14:36:36 +09:00 |
52_db_filename.t
|
tweaked code and tests for older SQLite libraries (re: RT 101573)
|
2015-02-10 17:07:32 +09:00 |
53_status.t
|
fixed test plan for older DBI (SREZIC++)
|
2015-03-29 12:00:17 +09:00 |
54_literal_txn.t
|
use Test::NoWarnings
|
2012-10-10 16:05:18 +00:00 |
55_statistics_info.t
|
applied a patch from DDICK to add statistics_info (RT #86080)
|
2013-06-15 04:26:57 +09:00 |
56_open_flags.t
|
tweaked code and tests for older SQLite libraries (re: RT 101573)
|
2015-02-10 17:07:32 +09:00 |
57_uri_filename.t
|
tweaked code and tests for older SQLite libraries (re: RT 101573)
|
2015-02-10 17:07:32 +09:00 |
58_see_if_its_a_number_and_explicit_binding.t
|
see_if_its_a_number should be ignored for bind values with explicit SQL types (mje++, ilmari++)
|
2014-01-09 00:17:38 +09:00 |
59_extended_result_codes.t
|
Fix version check against 3.7.11 so the test runs
|
2015-11-23 10:40:38 -05:00 |
60_readonly.t
|
sqlite_db_readonly requires SQLite 3.7.11
|
2016-01-11 19:38:17 +09:00 |
61_strlike.t
|
added a test for strlike
|
2016-01-11 19:44:57 +09:00 |
62_regexp_multibyte_char_class.t
|
not to use Japanese multibyte characters directly
|
2016-02-20 10:21:36 +09:00 |
cookbook_variance.t
|
cookbook test
|
2011-09-06 15:23:15 +00:00 |
rt_15186_prepcached.t
|
Completed the migration away from and deprecation of t/lib.pl
|
2009-04-17 04:24:04 +00:00 |
rt_21406_auto_finish.t
|
Now I can have my fancy module without CORION's hated dependency :)
|
2009-04-05 23:42:14 +00:00 |
rt_25371_asymmetric_unicode.t
|
DBD::SQLite: renamed "unicode" attribute to "sqlite_unicode"
|
2009-10-21 02:36:14 +00:00 |
rt_25460_numeric_aggregate.t
|
Completed the migration away from and deprecation of t/lib.pl
|
2009-04-17 04:24:04 +00:00 |
rt_25924_user_defined_func_unicode.t
|
resolved #48048
|
2012-09-01 13:09:29 +00:00 |
rt_26775_distinct.t
|
tweaked code and tests for older SQLite libraries (re: RT 101573)
|
2015-02-10 17:07:32 +09:00 |
rt_27553_prepared_cache_and_analyze.t
|
Completed the migration away from and deprecation of t/lib.pl
|
2009-04-17 04:24:04 +00:00 |
rt_29058_group_by.t
|
oops, forgot to change a variable name, though I believe the result doesn't change...
|
2011-03-07 12:24:23 +00:00 |
rt_29629_sqlite_where_length.t
|
sqlite_see_if_its_a_number attribute to enable sqlite_is_number check
|
2011-03-05 13:28:27 +00:00 |
rt_31324_full_names.t
|
Completed the migration away from and deprecation of t/lib.pl
|
2009-04-17 04:24:04 +00:00 |
rt_32889_prepare_cached_reexecute.t
|
DBD-SQLite: switched to use :memory: for most of the tests
|
2009-07-02 10:00:51 +00:00 |
rt_36836_duplicate_key.t
|
Migrate from lib.pl to t::lib::Test
|
2009-04-16 01:09:20 +00:00 |
rt_36838_unique_and_bus_error.t
|
error messages have been slightly changed since 3.8.2
|
2014-01-09 02:30:37 +09:00 |
rt_40594_nullable.t
|
skip fts3/metadata tests when those are disabled to resolve #65267
|
2011-01-31 03:00:40 +00:00 |
rt_48393_debug_panic_with_commit.t
|
DBD-SQLite: made the debugger test non-interactive
|
2009-08-13 11:39:39 +00:00 |
rt_50503_fts3.t
|
skip fts3/metadata tests when those are disabled to resolve #65267
|
2011-01-31 03:00:40 +00:00 |
rt_52573_manual_exclusive_lock.t
|
avoid confusion by manual commit/rollback
|
2010-01-01 11:59:39 +00:00 |
rt_53235_icu_compatibility.t
|
more icu collation test
|
2010-05-27 14:36:36 +00:00 |
rt_62370_diconnected_handles_operation.t
|
hopefully fixed #62370 (segfaults during operations on disconnected handle
|
2010-11-03 13:44:04 +00:00 |
rt_64177_ping_wipes_out_the_errstr.t
|
implemented ping and db_filename to resolve #64177
|
2012-09-06 14:44:13 +00:00 |
rt_67581_bind_params_mismatch.t
|
fixed the params mismatch test
|
2012-05-07 02:38:49 +00:00 |
rt_71311_bind_col_and_unicode.t
|
fixed invalid assumptions about the result order
|
2013-04-30 09:53:19 +00:00 |
rt_73159_fts_tokenizer_segfault.t
|
resolved #73159
|
2011-12-12 02:39:09 +00:00 |
rt_73787_exponential_buffer_overflow.t
|
resolved #73787
|
2012-01-10 17:16:25 +00:00 |
rt_76395_int_overflow.t
|
added a few test cases for int overflow regression
|
2014-10-24 15:41:14 +09:00 |
rt_77724_primary_key_with_a_whitespace.t
|
NoWarnings
|
2012-09-05 14:54:19 +00:00 |
rt_78833_utf8_flag_for_column_names.t
|
tweaked code and tests for older SQLite libraries (re: RT 101573)
|
2015-02-10 17:07:32 +09:00 |
rt_81536_multi_column_primary_key_info.t
|
applied a patch from VLYON on #81536
|
2012-11-30 02:34:14 +00:00 |
rt_88228_sqlite_3_8_0_crash.t
|
added a test against SQLite 3.8.0 crash (RT#88228)
|
2013-08-30 03:44:01 +09:00 |
rt_96050_db_filename_for_a_closed_database.t
|
sqlite_ function should be tested using @CALL_FUNCS
|
2015-03-29 13:58:12 +09:00 |
rt_96877_unicode_statements.t
|
changed diag to note
|
2014-07-21 08:31:07 +09:00 |
rt_96878_fts_contentless_table.t
|
these tests should be skipped if DBD::SQLite is not compiled with FTS3/4
|
2016-01-30 09:48:03 +09:00 |
rt_97598_crash_on_disconnect_with_virtual_tables.t
|
these tests should be skipped if DBD::SQLite is not compiled with FTS3/4
|
2016-01-30 09:48:03 +09:00 |
rt_106151_outermost_savepoint.t
|
added a workaround for prepared savepoints to fix rt-106950
|
2015-10-10 12:01:32 +09:00 |
rt_106950_extra_warnings_with_savepoints.t
|
added a failing test for rt-106950
|
2015-10-10 09:36:22 +09:00 |