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
refactor: simplify index query, warn on MariaDB connections
Follow-up to #1437. Replace the EXPRESSION/fallback machinery with a
single COLUMN_NAME-only query — functional indexes (NULL COLUMN_NAME)
are silently skipped downstream. Functional-index detection is
temporarily off the menu; no current consumer depends on it.
Add a UserWarning at connect time when the server reports MariaDB.
DataJoint 2.x is officially MySQL/PostgreSQL only; MariaDB
compatibility is best-effort and may break in future releases.
Pin CONTRIBUTING.md MySQL minimum to 8.0.13+ and reframe PostgreSQL
as a peer production backend (not "an alternative").
0 commit comments