Right now, if `None` is passed as second arguement we automatically query singles, in 99% cases this just results in `None` with extra steps... But why do that? Better to terminate query early and return nothing if `pk==null` is requested. |
||
|---|---|---|
| .. | ||
| mariadb | ||
| postgres | ||
| sqlite | ||
| __init__.py | ||
| database.py | ||
| db_manager.py | ||
| operator_map.py | ||
| query.py | ||
| schema.py | ||
| sequence.py | ||
| utils.py | ||