-
Notifications
You must be signed in to change notification settings - Fork 98
OpenSep 9, 2026
No due date
•Last updated Bug fixes and small enhancements on the 2.3 line (e.g. #1512 PostgreSQL FK-column indexing).
100% complete
List view
0 of 10 selected 0 issues of 10 selected
PostgreSQL: foreign-key columns left unindexed (declare.py emits an FK index only for unique FKs)
enhancementIndicates new improvementsIndicates new improvementsneeds-discussionIssues requiring further development review and verify impact.Issues requiring further development review and verify impact.Status: Closed (completed).#1512 In datajoint/datajoint-python;Bug: GarbageCollector deletes live files on Windows due to backslash/forward-slash path mismatch in file-protocol stores
bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behaviortriageIndicates issues, pull requests, or discussions need to be reviewed for the first timeIndicates issues, pull requests, or discussions need to be reviewed for the first timeStatus: Closed (completed).#1520 In datajoint/datajoint-python;Use POSIX separators in file-protocol storage URLs and paths
bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behaviorStatus: Merged (completed).datajoint/datajoint-pythonnumber 1521#1521 In datajoint/datajoint-python;Regression: decimal(M,D) with unsigned/zerofill or as dec/fixed is rejected, where numeric(M,D) unsigned passes
bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behaviorStatus: Closed (completed).#1528 In datajoint/datajoint-python;migrate.py stamps :uint32:/:int24: markers for core types that do not exist; guide documents a different mapping
bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behaviorStatus: Closed (completed).#1529 In datajoint/datajoint-python;match_type uses re.match with an unanchored INTEGER alternative, so misspelled types (int24, intbanana) classify as native integers
bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behaviorStatus: Closed (completed).#1530 In datajoint/datajoint-python;Native blob attribute silently stores str(array) on MySQL — no error on insert or fetch
bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behaviorStatus: Closed (completed).#1527 In datajoint/datajoint-python;fix: validate attribute types at declaration and insert (#1527, #1528, #1529, #1530)
bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behaviorStatus: Merged (completed).datajoint/datajoint-pythonnumber 1531#1531 In datajoint/datajoint-python;IMPR: allow s3 stores without static credentials, matching gcs/azure
enhancementIndicates new improvementsIndicates new improvementsStatus: Closed (completed).#1537 In datajoint/datajoint-python;fix(#1537): allow s3 stores without static credentials
enhancementIndicates new improvementsIndicates new improvementsStatus: Merged (completed).datajoint/datajoint-pythonnumber 1538#1538 In datajoint/datajoint-python;