Hi.
On Mon, Nov 20, 2023 at 2:46 PM Daniele Varrazzo
wrote:
So it turns out that the Django default, at least for 4.2 is ClientCursors :)
https://docs.djangoproject.com/en/4.2/ref/databases/#server-side-parameters-binding
Which means I can get the `quote` based solution work ootb.
Thanks a to
Hello,
On Mon, 20 Nov 2023 at 19:58, Ams Fwd wrote:
> As far as I can tell from the documentation the `sql.DEFAULT` should
> be the appropriate thing to put in the dumper so that generated query
> uses `'DEFAULT'` in the correct place during query generation.
>
> However when I do use this I run