mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
* Start on database-error abstraction layer * Add SQLite error abstraction * Enable SQLite foreign key support * Cleanup sqlite dialect slightly Does it matter? Not really! * Add MySQL error abstraction * WIP Almost done with MSSQL * Add correct error handling for MS SQL * Fix mysql errors by not relying on value order * Don't rely on sql in postgres exception translation * Fix sqlite error parsing * Remove foreign key constraint from activity to collections A collection can be DB-only, but we still want to track activity for non-meta collections * Translate error on update as well