Zach Schumacher
Zach Schumacher
When you pass a `SQL` object from `psycopg2.sql`, we run into an unexpected error in the [`is_sql_dirty` function](https://github.com/Suor/django-cacheops/blob/1524597c7645ebec6a5880d03c674a78fc210d19/cacheops/transaction.py#L108). When we hit the line that tries to do `sql.lower()`, we may...
It would be amazing that when I change a query on a `PostgresViewModel` or `PostgresMaterializedViewModel`, if psqlextra would generate an alter view migration for me. Currently, I have to either...
# What is this project? A micro ORM that provides more convenient methods for working with databases in python. Has both sync and async apis for multiple databases, see example...
**Is your feature request related to a problem? Please describe.** It would be nice to test your entire workflow without having a local kubernetes cluster and argo running locally. If...