databases-orm

600 threads · Page 5 of 12

How to achieve this using django orm? 12 messages
ORM
Search query on Boolean not working for `None` 17 messages
SQLite ORM
multiple db_refreshes 2 messages
ORM PostgreSQL
Save on objects update? 6 messages
ORM MySQL
Migration messup 34 messages
SQLite ORM
Surprising behavior: "reverse" attribute for OneToOneField *vanishes* instead of being set to None 16 messages
ORM
How to Rank Students Based on Total Points in Django QuerySet When Filtering Results 8 messages
ORM
pgbouncer vs built in connection pooling 7 messages
PostgreSQL
Prevent QuerySet update on model.save() 3 messages
ORM
Annotation vs query in serializer 2 messages
ORM
Database design feedback / data integrity 9 messages
PostgreSQL
Prefetch Filter complex relationship 63 messages
PostgreSQL ORM
Support Request for Implementing Multi-Tenancy in Django 7 messages
MySQL
Django + Google BigQuery DWH 3 messages
ORM Other database
OIDC and roles 4 messages
ORM PostgreSQL
what is faster, or no difference? 4 messages
ORM PostgreSQL
Can't use non nullable field (null=False) 25 messages
ORM
How to create annotate expression, so it will use composite index? 8 messages
ORM PostgreSQL
Annotate to DB field name 12 messages
ORM
Many to Many relationship 25 messages
ORM
Object Level Permissioning Design 5 messages
ORM PostgreSQL
Bug Report: DataError on Migration with Reduced CharField Max Length 7 messages
ORM PostgreSQL
Models.py 4 messages
ORM
ManyToManyField reverse query 11 messages
PostgreSQL ORM
Using DB2 with Django 7 messages
Other database
Sum on a subquery used in annotate 6 messages
ORM SQLite
Trouble setting up postgres with POSTGIS 11 messages
PostgreSQL
Can someone help design schema? 3 messages
ORM
Filter QuerySet by checking if pk is in annotated array 11 messages
ORM
Using non-standard UUID classes with the ORM 13 messages
ORM PostgreSQL
Need help with model design to show latest set of data 24 messages
ORM
Is there a way to re-use a model instance when using it to filter for a related model via filter 27 messages
ORM
How do I skip migration files and apply them later without reverting the others? 4 messages
ORM
serializer.save() is saving the instance in my Default_DB while testing. 8 messages
PostgreSQL ORM
How come EmailField doesn't have any validation? 11 messages
ORM
Store computed aggregated query result in a column 2 messages
PostgreSQL ORM
Transferring data from sqlite3 db to heroku postgres db 5 messages
PostgreSQL
Modeling a polymorphic relationship for easy use 4 messages
ORM
model setup returning an array of another model 56 messages
PostgreSQL
`.iterator(chunk_size)` performance issue 4 messages
PostgreSQL ORM
max_connections exceeding 4 messages
ORM PostgreSQL
Postgres Mirroring 10 messages
PostgreSQL
Integrating Existing Databases 14 messages
Other database
Is there an easy way to have Django let me know that I've set an "unknown" attribute on a model? 40 messages
ORM
When to use an explicit Subquery? 3 messages
ORM
Error when migrating: django.db.utils.OperationalError 1832, "Cannot change column"... 34 messages
MariaDB
GenericForeignKey not working how I planned 10 messages
PostgreSQL ORM
How to design an efficient database design? 10 messages
ORM PostgreSQL
FileField Migration Using Custom FileSystemStorage Location 5 messages
PostgreSQL ORM
Database Security 9 messages
SQLite