Open vmihailenco opened 2 years ago
E.g. dialect.DBMS() should return mysql or mariadb depending on the database. This should help with writing DBMS specific code.
dialect.DBMS()
mysql
mariadb
This issue has been automatically marked as stale because it has not had activity in the last 30 days. If there is no update within the next 7 days, this issue will be closed.
E.g.
dialect.DBMS()
should returnmysql
ormariadb
depending on the database. This should help with writing DBMS specific code.