Re: Does Django care about max_query_params? [feature request]

2022-07-05 Thread Jason
https://github.com/googleapis/python-spanner-django/pull/774 seems like an open PR is addressing this. On Tuesday, July 5, 2022 at 6:13:32 AM UTC-4 gurov...@gmail.com wrote: > It's Cloud Spanner. We're using `django_spanner` as a 3rd party connector: > https://github.com/googleapis/python-spa

Re: Does Django care about max_query_params? [feature request]

2022-07-05 Thread Ilya Gurov
It's Cloud Spanner. We're using `django_spanner` as a 3rd party connector: https://github.com/googleapis/python-spanner-django On Tuesday, June 28, 2022 at 11:36:08 AM UTC+4 Jason wrote: > > What db are you using? This might also be an issue for your db connector > lib > On Monday, June 27, 20

Re: Does Django care about max_query_params? [feature request]

2022-06-28 Thread Jason
What db are you using? This might also be an issue for your db connector lib On Monday, June 27, 2022 at 10:49:40 AM UTC-4 gurov...@gmail.com wrote: > Hi, all! > > Gotta problem with the number of query params. We're using a backend, > which connects to a cloud database, and at some point we s

Does Django care about max_query_params? [feature request]

2022-06-27 Thread Ilya Gurov
Hi, all! Gotta problem with the number of query params. We're using a backend, which connects to a cloud database, and at some point we suddenly started getting such an error: *Number of parameters in query exceeds the maximum allowed limit of 950* Appearing on this step: *django/django/cont