Re: 2-to-3 Question about adapter using AsIs

2023-11-20 Thread Ams Fwd
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

Re: 2-to-3 Question about adapter using AsIs

2023-11-20 Thread Daniele Varrazzo
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