Commit 1d6fd3b
committed
feat: Remove unsigned integer types from core types
Remove uint8, uint16, uint32, and uint64 from CORE_TYPES dictionary.
These unsigned integer types are MySQL-specific and not portable to
PostgreSQL and other database backends.
Unsigned types can still be used as native types (with existing
warning system for non-core types), but are no longer recommended
as part of DataJoint's portable core type system.
This establishes a clean foundation for multi-database support in v2.1.
Part of v2.0 core type system revision.1 parent 3f1d072 commit 1d6fd3b
1 file changed
+0
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | 28 | | |
30 | | - | |
31 | 29 | | |
32 | | - | |
33 | 30 | | |
34 | | - | |
35 | 31 | | |
36 | 32 | | |
37 | 33 | | |
| |||
0 commit comments