Commit Graph

5 Commits

Author SHA1 Message Date
Ophir LOJKINE 23f834de71 null variables (#136)
* update dependencies

* Add support for resetting variables to a `NULL` value using `SET`. Previously, storing `NULL` in a variable would store the string `'null'` instead of the `NULL` value.
2023-11-19 20:09:18 +01:00
lovasoa d466981b3c rewrite the user authentication example to use the latest features 2023-07-10 23:24:05 +02:00
lovasoa 8352a913ad new builtin function sqlpage.random_string 2023-07-10 20:45:16 +02:00
lovasoa c9f14280cf Implement the full user authentication flow in the example 2023-07-07 20:07:25 +02:00
lovasoa 7f2e1f8ed4 start work on auth example
see https://github.com/lovasoa/SQLpage/issues/12
2023-07-07 03:54:33 +02:00