1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 06:08:38 -04:00
DBD-SQLite-SQLcipher/t
2010-08-31 15:23:24 +00:00
..
lib updated Changes and versions just in case 2010-08-31 15:23:24 +00:00
01_compile.t returning an array should be better 2010-05-21 03:58:11 +00:00
02_logon.t DBD::SQLite: reverted 11571 2010-03-10 13:01:38 +00: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 Increased use of Test::NoWarnings 2009-04-10 06:30:07 +00:00
07_error.t DBD-SQLite: Tweaked not to hide a real error by a "not an error" issued by another sqlite3 function between the failed sqlite3 function and the sqlite_error to report. 2009-10-06 04:29:05 +00:00
08_busy.t DBD-SQLite: "Your env might be too slow" message should be directed to STDERR to make it visible while doing "make test" 2009-08-15 10:33:39 +00:00
09_create_function.t DBD-SQLite: applied @CALL_FUNCS trick and removed several _func tests 2009-07-23 14:12:35 +00:00
10_create_aggregate.t DBD-SQLite: applied @CALL_FUNCS trick and removed several _func tests 2009-07-23 14:12:35 +00: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 DBD-SQLite: switched to use :memory: for most of the tests 2009-07-02 10:00:51 +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 DBD-SQLite: switched to use :memory: for most of the tests 2009-07-02 10:00:51 +00:00
29_cppcomments.t DBD::SQLite: use 3-args open 2009-11-03 17:36:38 +00:00
30_auto_rollback.t Now I can have my fancy module without CORION's hated dependency :) 2009-04-05 23:42:14 +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 DBD::SQLite: renamed "unicode" attribute to "sqlite_unicode" 2009-10-21 02:36:14 +00:00
34_online_backup.t backup tests require SQLite 3.6.11 and newer 2010-06-10 06:56:11 +00:00
35_table_info.t applied a patch to fix table_info issue from Vlyon (#46831) 2009-06-11 01:20:49 +00: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 DBD::SQLite: renamed "unicode" attribute to "sqlite_unicode" 2009-10-21 02:36:14 +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 foreign keys tests requires SQLite 3.6.19 and newer 2010-06-10 06:38:22 +00:00
40_multiple_statements.t oops, forgot to rename 2010-01-11 07:36:26 +00:00
41_placeholders.t one of the placeholder tests requires SQLite 3.6.19 and newer 2010-06-10 06:30:23 +00:00
42_primary_key_info.t DBD::SQLite: sqlite administrator uses square blackets to quote 2010-03-27 19:14:40 +00:00
43_fts3.t actually, this test does not need Search::Tokenizer, so no need to skip 2010-07-19 21:09:34 +00:00
44_fts3_transitional.t fixed missing Test::NoWarnings issue 2010-08-27 13:36:11 +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 DBD::SQLite: renamed "unicode" attribute to "sqlite_unicode" 2009-10-21 02:36:14 +00: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 disabled sqlite_is_number related stuff 2010-08-25 02:28:02 +00:00
rt_29629_sqlite_where_length.t disabled sqlite_is_number related stuff 2010-08-25 02:28:02 +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 Completed the migration away from and deprecation of t/lib.pl 2009-04-17 04:24:04 +00:00
rt_40594_nullable.t DBD-SQLite: added a test for NULLABLE 2009-04-05 10:17:19 +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 fts tests requires SQLite 3.6.6 and newer 2010-06-10 07:00:34 +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