You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. it contains an ORM supporting many databases. it enables different feature by different database character.so we want to add this ability to the Django ORM for TiDB.
Plan
inherit the mysql of Django and overwrite all feature switch.
run all tests and list failure tests.
fix failture tests.
add TiDB feature toggle for different version of tidb.
Brief Motivation
Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. it contains an ORM supporting many databases. it enables different feature by different database character.so we want to add this ability to the Django ORM for TiDB.
Plan
known incompatibility
dml: Missing column name in error message for ERROR 1055 (only_full_group_by) #25196
infer functional dependencies from filters / join conditions and use them for only_full_group_by check #25089
The text was updated successfully, but these errors were encountered: