mirror of
https://github.com/Hopiu/django-cachalot.git
synced 2026-05-13 15:13:12 +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. |
||
|---|---|---|
| .. | ||
| tests | ||
| __init__.py | ||
| api.py | ||
| cache.py | ||
| models.py | ||
| monkey_patch.py | ||
| settings.py | ||
| transaction.py | ||
| utils.py | ||