Ophir LOJKINE
Ophir LOJKINE
Bonjour ! Je suis au courant de la campagne de mésinformation lancée par Cision concernant ophirofox auprès de ses clients. Je pense que le plus raisonnable à faire est de...
You can avoid the ambiguity by defining *strict* fields, that only accept elements of the expected type. Here is an example: ```python def checkType(value, typ, many=False, err: Type[Exception] = TypeError):...
The documentation is here: https://github.com/lovasoa/SQLpage/blob/b2f646aac0924c066fc0e942d6536e460d64c9bb/examples/official-site/sqlpage/migrations/01_documentation.sql#L761 You can edit the existing migration, since the official website's database is a volatile in-memory sqlite.
Hello and welcome to SQLPage! Thank you for reporting this, I'll look into it. In the meantime you should be able to work around this by putting the merge into...
> E.g.: im currently browsing ```https://sql.ophir.dev/examples/tabs.sql``` and select ```blog``` from the menu. The url will be ```https://sql.ophir.dev/examples/blog.sql``` instead of ```https://sql.ophir.dev/blog.sql``` and you will get a ```404 not found```. It sounds...
I'll change SQLPage's behavior to include trailing semicolons in what we send to the database in the next release. Currently, the easiest is probably to do an update followed by...
Let's keep this opened until the semicolon fix is pushed
0.21 is now live, with the fix
Would you be ok with just adding a `favicon` and a `manifest` properties to the shell component ? Could you make a pr with just these changes ? I'm not...
0.21 is now live with `sqlpage.request_method()`