mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-14 03:37:55 -04:00
833dc984b4
Replace individual autoinc modules (u32, u64, i32, i64) with two consolidated modules that test all 10 integer types (u8, u16, u32, u64, u128, i8, i16, i32, i64, i128), matching the Python tests. - Create autoinc-basic module with macro for all types - Create autoinc-unique module with macro for all types - Update test to iterate over all types in a single test - Remove individual type-specific modules