20 Commits

Author SHA1 Message Date
lovasoa 54cb2aab41 move to the datapage.app domain 2024-08-17 20:06:26 +02:00
lovasoa 8c38c6d31a newfunction: sqlpage.version 2023-09-17 19:53:03 +02:00
lovasoa 69a1aab0e4 new sqlpage.current_working_directory() function 2023-09-17 18:18:10 +02:00
lovasoa 1a6f409738 remove the demo from the default "it works" page
move the demo to its own demo folder instead of bundling it with sqlpage

Fixes  #83
2023-09-06 19:56:14 +02:00
lovasoa 9171298ff5 fix some cross-database compatibility issues 2023-07-30 23:24:53 +02:00
lovasoa 95395be315 mssql: fix infinite recursion in parameter replacement, add tests, remove some duplication 2023-07-30 22:52:51 +02:00
lovasoa 25262c4a97 remove recursive query from default index 2023-07-30 13:07:01 +02:00
lovasoa c655360ddb improve comments in index 2023-07-13 19:03:57 +02:00
lovasoa 257ac283ae Fix the default index page in MySQL
Fixes #23
2023-07-11 19:25:07 +02:00
lovasoa 77cb5b85db index and front page improvements 2023-05-21 16:51:00 +02:00
lovasoa bde389b6d6 improve card and hero 2023-05-20 01:08:10 +02:00
lovasoa 6c1db243fe Include index.sql by default 2023-05-14 19:53:54 +02:00
lovasoa 38e1b91cc1 update http headers definition 2022-11-20 09:38:33 +01:00
lovasoa aba304092b Rework sql statement preparation for better error handling
sql syntax errors are handled much better now
2022-09-09 03:47:31 +04:00
lovasoa 953e3664bf Improve demo example 2022-09-09 01:29:28 +04:00
lovasoa 7b841bf24e Add the syntax :xxx to extract an HTTP POST variable named xxx 2022-09-05 23:27:21 +02:00
lovasoa e1b0ff80c8 Adapt example index.sql to latest changes 2022-09-05 23:10:26 +02:00
lovasoa b7af6dbce2 Add support for postgres
The current implementation is quite inefficient.
Parse the SQL on the rust side
Prepare statements and execute them one by one.
2022-09-02 23:58:30 +02:00
lovasoa 143730e1ef remove french from example 2022-09-01 22:27:38 +02:00
lovasoa 99009fbc5c Comment the example 'index.sql' 2022-08-30 21:59:12 +02:00