Commit Graph

  • 5354d6a460 fix(chart) :: change tootltip title colour to be visible (#1401) main Prayag Bhakar 2026-08-24 18:46:34 -04:00
  • f454791323 feat(chart) :: draw vertical reference lines (#1376) Prayag Bhakar 2026-08-24 10:31:23 -04:00
  • f7ebba6230 fix(fetch_with_meta) :: document json bodies under json_body (#1393) Prayag Bhakar 2026-08-23 11:42:39 -04:00
  • bca732e98f fix(ci): avoid rebuilding email example image (#1400) Ophir LOJKINE 2026-08-23 17:42:09 +02:00
  • dface22adb chore: update git blame ignore revisions Ophir Lojkine 2026-08-23 15:29:05 +00:00
  • 9690e3cf23 fix(rust) :: format the files cargo fmt could not see (#1378) Prayag Bhakar 2026-08-23 11:23:56 -04:00
  • 0f7eba52e3 fix(config): support list options from environment variables (#1399) Ophir LOJKINE 2026-08-23 17:22:50 +02:00
  • ae69528f5d Stop casting variables to TEXT on PostgreSQL, MySQL and SQL Server (#1397) Ophir LOJKINE 2026-08-23 16:55:00 +02:00
  • 217286f8a8 fix(datagrid): distinguish missing and empty descriptions (#1398) Ophir LOJKINE 2026-08-23 16:53:05 +02:00
  • 29b1b12439 fix(config) :: document the real configuration defaults' (#1391) Prayag Bhakar 2026-08-23 03:58:25 -04:00
  • 5c288b0ac9 Move database-specific SQL tests into per-database subdirectories simplify-variable-casts lovasoa 2026-08-23 09:47:58 +02:00
  • 08988a9c64 clippy lovasoa 2026-08-23 09:45:08 +02:00
  • 2c2819f29e feat(chart) :: draw horizontal reference lines (#1375) Prayag Bhakar 2026-08-23 03:34:02 -04:00
  • e62a91f856 Refactor SQL variable cast tests to use typed assertions lovasoa 2026-08-23 09:05:47 +02:00
  • 342a5fa522 fix: mssql test escaping and improve changelog Ophir Lojkine 2026-08-22 21:21:09 +00:00
  • 0355fc444d test: make variable fixtures self-contained Ophir Lojkine 2026-08-22 21:09:22 +00:00
  • c96bbc0fe2 test: simplify variable cast tests and add focused repros for #516 and #1154 Ophir Lojkine 2026-08-22 21:03:39 +00:00
  • 11ab19233d docs(changelog): add issue references for variable cast fix Ophir Lojkine 2026-08-22 20:55:27 +00:00
  • 45695116df docs(changelog): make variable cast entry concise and user-oriented Ophir Lojkine 2026-08-22 20:52:16 +00:00
  • 903be5b185 refine: drop the text cast on MySQL, SQL Server and DuckDB behind ODBC too Ophir Lojkine 2026-08-22 20:39:39 +00:00
  • 42cf5b619a fix(odbc) :: keep the text cast around variables on ODBC connections Ophir Lojkine 2026-08-22 20:19:20 +00:00
  • 7e9adb14e5 feat(database) :: stop casting variables to TEXT on PostgreSQL, MySQL and SQL Server Ophir Lojkine 2026-08-22 15:44:13 +00:00
  • 6fb9a35336 fix(rust): enforce lint on all files + fix lint issues (#1394) Prayag Bhakar 2026-08-21 01:38:45 -04:00
  • 071d4df034 fix(docs) :: address documentation gaps (#1390) Prayag Bhakar 2026-08-20 05:06:02 -04:00
  • e99957bc93 fix(request_body) :: return NULL when the request has no body' (#1392) Prayag Bhakar 2026-08-18 06:39:54 -04:00
  • 6859b560ee fix(form): close searchable single-select dropdown (#1381) Ophir LOJKINE 2026-08-17 14:41:57 +02:00
  • 71609f2251 feat(typescript) :: typecheck browser JavaScript in CI (#1373) Prayag Bhakar 2026-08-14 16:48:38 -04:00
  • bfd6d33812 fix(npm) :: install dependencies only once at root level (#1372) Prayag Bhakar 2026-08-13 04:29:29 -04:00
  • e15b16d211 fix(chart) :: line series up on a category axis for every chart type (#1371) Prayag Bhakar 2026-08-13 03:27:51 -04:00
  • f603aa88e5 thank you very much @81reap! Ophir LOJKINE 2026-08-12 15:55:18 +02:00
  • 8b7eb16bd7 fix(chart) :: align stacked series on their X values 81reap 2026-08-08 01:02:51 -04:00
  • b8f10adc7f feat(chart) :: render column charts as bar charts + filter malformed stack points (#1369) Prayag Bhakar 2026-08-11 11:59:15 -04:00
  • 98fc68a781 fix(map) :: ignore map coordinates that are not a pair of numbers (#1368) Prayag Bhakar 2026-08-10 15:48:42 -04:00
  • e44f993a20 fix(modal) :: give modal component an accessible name (#1367) Prayag Bhakar 2026-08-10 11:14:47 -04:00
  • fb519dc347 fix(biome.js) :: fix remaining lint issues (#1366) Prayag Bhakar 2026-08-10 08:59:42 -04:00
  • 7457370b8d Add toast notification component with JS init, template, examples, migration, and tests (#1360) Ophir LOJKINE 2026-08-03 15:50:18 +02:00
  • d603e8e660 Simplify toast template styling ajouter-un-composant-toast Ophir LOJKINE 2026-08-03 14:22:47 +02:00
  • 6cbb525802 Configure toasts declaratively Ophir LOJKINE 2026-08-03 12:43:50 +02:00
  • fd2ff4b027 Fix white toast foreground color Ophir LOJKINE 2026-07-31 23:21:11 +02:00
  • 80dec2e891 Avoid reopening initialized toasts Ophir LOJKINE 2026-07-31 23:01:40 +02:00
  • a4292149ac Render toast positioning in template Ophir LOJKINE 2026-07-31 22:44:40 +02:00
  • 2b0258f9a6 Address toast review feedback Ophir LOJKINE 2026-07-31 22:16:06 +02:00
  • ffdc35f8f0 Support hash-triggered toasts Ophir LOJKINE 2026-07-31 21:35:22 +02:00
  • ae3c3c874f Update AWS Lambda runtime to Amazon Linux 2023 (#1361) Ophir LOJKINE 2026-08-02 19:37:08 +02:00
  • a3f128c9bb Fix AWS Lambda release packaging mettre-a-jour-la-documentation-pour-le-runtime lovasoa 2026-08-02 19:33:16 +02:00
  • 559de0b14b Update AWS Lambda runtime to Amazon Linux 2023 Ophir LOJKINE 2026-08-02 18:41:56 +02:00
  • a065bb8d0f Fix form options source query parameters (#1356) Ophir LOJKINE 2026-07-29 11:37:36 +02:00
  • 7da90f63a3 Fix form options source query parameters fix-options_source-concatenation-issue Ophir LOJKINE 2026-07-29 11:19:20 +02:00
  • 217702550e update deps lovasoa 2026-07-25 23:36:05 +02:00
  • b12b85f5db improve docs lovasoa 2026-07-25 23:28:30 +02:00
  • 0e9673a6ff Add body_md parameter to sqlpage.send_mail lovasoa 2026-07-25 00:12:28 +02:00
  • e60fda48c0 update send mail docs lovasoa 2026-07-24 23:57:13 +02:00
  • c6554a213d Add HTML body alternative to send_mail lovasoa 2026-07-24 23:51:43 +02:00
  • dadb3228fe v0,45: update deps and changelog v0.45.0 Ophir LOJKINE 2026-07-21 22:00:25 +02:00
  • 83cb41b4a7 Document dependency optimization results Ophir LOJKINE 2026-07-18 00:15:30 +02:00
  • b113f3c213 Update frontend development dependencies Ophir LOJKINE 2026-07-18 00:07:30 +02:00
  • e6302767e8 Pin CI to Node 24 Ophir LOJKINE 2026-07-18 00:05:43 +02:00
  • aa83898bf1 Disable unused CSV serde support Ophir LOJKINE 2026-07-18 00:05:14 +02:00
  • 85fef09f8e Disable unused multipart derive support Ophir LOJKINE 2026-07-18 00:03:05 +02:00
  • f3f9085ba1 Remove unused async and build dependencies Ophir LOJKINE 2026-07-18 00:00:21 +02:00
  • e257d06c2b Limit configuration parsers to documented formats Ophir LOJKINE 2026-07-17 23:57:54 +02:00
  • 91a28d1631 Remove unused SQLx macro facade Ophir LOJKINE 2026-07-17 23:54:40 +02:00
  • 69699b23cb Replace stale Lambda web adapter Ophir LOJKINE 2026-07-17 23:48:42 +02:00
  • 98f15b9566 v0.45 Ophir LOJKINE 2026-07-17 22:43:03 +02:00
  • e704af902b Update dependencies Ophir LOJKINE 2026-07-17 22:40:37 +02:00
  • d3ea2a24db Merge pull request #1346 from sqlpage/add-documented-send_mail-function Ophir LOJKINE 2026-07-17 22:39:10 +02:00
  • 889277f942 Support dev profile in Docker builds Ophir LOJKINE 2026-07-17 21:46:11 +02:00
  • 71d0837117 Link email results to Mailpit Ophir LOJKINE 2026-07-17 21:44:52 +02:00
  • e71fe455d3 build mail example from repo source Ophir LOJKINE 2026-07-17 21:14:34 +02:00
  • e8e590d340 Expand sending email example Ophir LOJKINE 2026-07-17 15:36:15 +02:00
  • 93afed919c Email sending improvement Ophir LOJKINE 2026-07-17 15:22:53 +02:00
  • 1839738f67 Merge branch 'main' into add-documented-send_mail-function Ophir LOJKINE 2026-07-17 13:53:51 +02:00
  • 214a986adf Merge remote-tracking branch 'origin/main' into add-documented-send_mail-function Ophir LOJKINE 2026-07-17 13:40:14 +02:00
  • d85c3dcf87 Merge pull request #1348 from sqlpage/lazy-fn-eval-in-set Ophir LOJKINE 2026-07-17 00:27:20 +02:00
  • 06459c4071 fmt Ophir LOJKINE 2026-07-16 17:17:32 +02:00
  • 04a94ddf31 fix mysql incompatibility in tests Ophir LOJKINE 2026-07-16 17:16:03 +02:00
  • ca8d94baa5 fix bug in test error formatting Ophir LOJKINE 2026-07-16 17:15:48 +02:00
  • 91160ff9c7 Clarify per-row function evaluation Ophir LOJKINE 2026-07-16 15:31:24 +02:00
  • 099366e4e4 Validate WHERE clause for invalid references Ophir LOJKINE 2026-07-16 11:58:32 +02:00
  • 5449033f7b Comments Ophir LOJKINE 2026-07-16 11:51:25 +02:00
  • 7be608212f fix tests on oracle odbc Ophir LOJKINE 2026-07-16 11:01:29 +02:00
  • f5fddf8ea1 oracle syntax Ophir LOJKINE 2026-07-15 18:29:35 +02:00
  • 2276b31b91 Merge branch 'main' into lazy-fn-eval-in-set Ophir LOJKINE 2026-07-15 18:11:18 +02:00
  • 5731544b1d Update AGENTS.md Ophir LOJKINE 2026-07-15 18:10:44 +02:00
  • 614c6303f5 Handle parentheses around computed projections Ophir LOJKINE 2026-07-15 18:03:14 +02:00
  • b60d834fd7 Reject computed aliases in database clauses Ophir LOJKINE 2026-07-15 17:55:50 +02:00
  • c2d27314bf quotes Ophir LOJKINE 2026-07-15 17:33:12 +02:00
  • f4052d3b83 Order positional bindings by rendered SQL Ophir LOJKINE 2026-07-15 17:21:03 +02:00
  • bf27e3e711 Restore Oracle container health check Ophir LOJKINE 2026-07-15 17:08:26 +02:00
  • a175fd4215 Avoid dropping shared filesystem test tables Ophir LOJKINE 2026-07-15 16:06:18 +02:00
  • b0145c6d1c Reject grouping by computed projections Ophir LOJKINE 2026-07-15 16:06:11 +02:00
  • 8a35fa1e0d Match concat operator null semantics Ophir LOJKINE 2026-07-15 15:53:08 +02:00
  • 85254539fb improve error messages Ophir LOJKINE 2026-07-15 15:42:20 +02:00
  • 365ea0fd43 fix tests on mssql Ophir LOJKINE 2026-07-15 15:41:55 +02:00
  • c84eb68d77 Keep private inputs after wildcard projections Ophir LOJKINE 2026-07-15 15:33:39 +02:00
  • 11cc16a95d Clarify scalar SET row semantics Ophir LOJKINE 2026-07-15 15:18:44 +02:00
  • 556c62a573 Match CONCAT null semantics to the database Ophir LOJKINE 2026-07-15 15:05:54 +02:00
  • 709153b0e9 Validate SET columns before computed expressions Ophir LOJKINE 2026-07-15 15:01:07 +02:00
  • 3b5fccab2f Make no-row SQL tests portable Ophir LOJKINE 2026-07-15 14:57:11 +02:00
  • 5c45103eb2 Preserve backend scalar subquery semantics Ophir LOJKINE 2026-07-15 14:43:15 +02:00