Skip to content

Releases: MyJetTools/my-postgres

0.5.5

20 Nov 10:57
Compare
Choose a tag to compare

0.5.4

12 Nov 11:16
Compare
Choose a tag to compare
my-telemetry:1.2.0

0.5.3

07 Nov 21:57
Compare
Choose a tag to compare
Added limit and offset by default as usize fields

0.5.2

15 Apr 15:53
Compare
Choose a tag to compare
  • rust-extensions update
  • DbEnumAsStringWithModel now works as JSONB

0.5.0

19 Oct 09:34
Compare
Choose a tag to compare
Increased SQL TAG to 2048

0.4.8

12 Sep 18:24
Compare
Choose a tag to compare
  • 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

14 Aug 07:44
Compare
Choose a tag to compare
  • 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

24 Jul 14:18
Compare
Choose a tag to compare
  • 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

12 Jul 08:17
Compare
Choose a tag to compare
  • New underlying architecture;
  • Concurrent Insert or Update
  • Added retries for SQL operations:

0.4.4

20 Jun 10:17
Compare
Choose a tag to compare
Debugging