Re: Too many SQL variable

2019-02-18 Thread HEMENDRA SINGH HADA
Hi, Could you give me some quick fix, I am using django currently, or could be please suggest me how to take the parent table data with prefetch related filter. Thanks On Monday, February 18, 2019 at 6:21:33 PM UTC+5:30, Sebastian Henschel wrote: > > Heya, > > Am 18.02.19 um 10:52 schrieb

Re: Too many SQL variable

2019-02-18 Thread Sebastian Henschel
Heya, Am 18.02.19 um 10:52 schrieb HEMENDRA SINGH HADA: > In my current project we are using sqlite3, When I am fetching data from > sqlite3 db tables and counting the query-set length it is giving me error > "Too many SQL query" when the length is more than 999. till 999 its working > fine, P

Too many SQL variable

2019-02-18 Thread HEMENDRA SINGH HADA
Hi All, In my current project we are using sqlite3, When I am fetching data from sqlite3 db tables and counting the query-set length it is giving me error "Too many SQL query" when the length is more than 999. till 999 its working fine, Please suggest some quick fix for this, Thanks in Advance