Releases: MyJetTools/my-postgres
Releases · MyJetTools/my-postgres
0.5.3
Added limit and offset by default as usize fields
0.5.2
- rust-extensions update
- DbEnumAsStringWithModel now works as JSONB
0.5.0
Increased SQL TAG to 2048
0.4.8
- EnumWithModel is now saved into Single Column
- GroupBy fields work with SqlType
- Db_Sync timeout is 60secs and can be adjusted with Builder
0.4.7
- Reserved work namespace now wrapped into 'namespace'
- NullWhereModel is presented
- 'character varying' SQL type is mapped to Text type for Backwards compatibility
- Bulk Insert 0 entities panics on the verification level
- GroupBy fields are added
- Count;
- Sum;
- Avg;
- Min;
- Max;
0.4.6
- Jsonb support
- TableSchema Default Value is supported
- Exit Connection Loop now in Debug Log Level
- Several Table Schema's can be registered to the single MyPostgres copy
0.4.5
- New underlying architecture;
- Concurrent Insert or Update
- Added retries for SQL operations: