Files
francesco-cattoglio cc6a391810 Added a compile time flag to compile SQLite with builtin math functions (#938)
* Added a compile time flag to compile SQLite with builtin math funcions

* Added a test, improved the comments in cargo config file
2025-06-20 21:19:47 +02:00
..
2025-02-17 14:31:41 +01:00
2024-02-24 19:23:13 +01:00
2025-05-26 00:46:04 +02:00
2025-05-26 00:46:04 +02:00
2023-10-26 03:00:23 +02:00
2025-05-26 00:46:04 +02:00
2024-05-08 16:44:10 +02:00
2023-11-24 23:49:53 +01:00
2024-03-09 17:16:47 +01:00
2024-03-09 17:16:47 +01:00
2024-02-24 19:23:13 +01:00
2025-05-26 00:57:29 +02:00

The sql files in this folder are all tested automatically.

it_works_ files

Files with names starting with it_works should all return a page that contains the text "It works !" and does not contain the text "error" (case insensitive) when executed.

If a file name contains nosqlite, nomssql, nopostgres or nomysql, then the test will be ignored when running against the corresponding database. This allows using syntax that is not supported on all databases in some tests.

error_ files

Files with names starting with error should all return a page that contains the text "error" and the rest of the file name when executed.