Diego Reis
9dea335a0a
Add test function with regex
2024-12-27 11:39:02 -03:00
Lauri Virtanen
ca418c2674
Run do_execsql_test_tolerance for each database
2024-12-17 00:14:26 +02:00
Lauri Virtanen
aa82164717
Add FIXME comments about floating point comparison tolerance
2024-12-17 00:14:25 +02:00
Lauri Virtanen
793a85a14c
Tolerate floating point minor differences in compatibility tests
2024-12-16 19:31:20 +02:00
jussisaurio
987a8bfb5d
Run all tcl tests on 2 separate dbs (1. with rowid aliases 2. without rowid aliases)
2024-12-14 17:13:45 +02:00
김선우
910c69aaef
Remove unused tcl proc
2024-09-22 08:43:50 -04:00
Kim Seon Woo
a95fcc0fc1
Fix test to check whether error message is included
2024-08-18 21:00:37 +02:00
Kim Seon Woo
c6402aa341
Add tcl
2024-08-18 21:00:36 +02:00
Pekka Enberg
5251f7a2f8
testing: Fix do_execsql_test() for JSON
...
The current scheme of combining SQL statements corrupts JSON by dropping
the curly braces. Fix the issue by passing the SQL statement almost as-is
to the database. However, for ".schema" to work, we need to trim extra
whitespace.
2024-07-26 09:48:48 +03:00
Pekka Enberg
4751820b2b
testing: Move test harness to tester.tcl
...
Move the generic test harness part into a separate file.
2024-07-15 08:19:21 +03:00