Ensure django database wrappers always have a connection before creating a cursor
- Mar 27, 2024
-
-
Bastien Abadie authored
-
Bastien Abadie authored
-
Only used during ocrpus export. The .using()
calls work properly.
I guess the low-level code expect that DB to be used at least once before calling the .cursor()