Skip to content

Releases: MyJetTools/my-postgres

0.5.6

06 Nov 17:18

Choose a tag to compare

Fixed Retries

0.5.5

15 Apr 13:35

Choose a tag to compare

Added IsNull which has Debug trait

0.5.4

12 Nov 11:16

Choose a tag to compare

my-telemetry:1.2.0

0.5.3

07 Nov 21:57

Choose a tag to compare

Added limit and offset by default as usize fields

0.5.2

15 Apr 15:53

Choose a tag to compare

  • rust-extensions update
  • DbEnumAsStringWithModel now works as JSONB

0.5.0

19 Oct 09:34

Choose a tag to compare

Increased SQL TAG to 2048

0.4.8

12 Sep 18:24

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

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

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

Choose a tag to compare

  • New underlying architecture;
  • Concurrent Insert or Update
  • Added retries for SQL operations: