mirror of
https://github.com/Hopiu/django-cachalot.git
synced 2026-05-16 08:33:11 +00:00
`cursor.executemany` should never accept SELECTs. In practice, MySQL accepts it but returns erroneous data. But SQLite and PostgreSQL are raising an exception, as expected. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| api.py | ||
| loaddata_fixture.json | ||
| models.py | ||
| multi_db.py | ||
| read.py | ||
| settings.py | ||
| thread_safety.py | ||
| transaction.py | ||
| write.py | ||