Skip to content

Releases: hiimtmac/psql-kit

Swift 5.9 & Parameter Pack Builders

24 Feb 22:53
748c33d
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: 0.17.0...0.18.0

Remove coalesce typing

18 Nov 16:05
f4c218f
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: 0.16.1...0.17.0

Mark builder methods public

08 Nov 19:43
82c6f39
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: 0.16.0...0.16.1

Count Distinct & Enums

08 Nov 19:21
e382324
Compare
Choose a tag to compare
Pre-release

What's Changed

New Contributors

Full Changelog: 0.15.0...0.16.0

Date functions added

09 Sep 13:40
84a9595
Compare
Choose a tag to compare
Date functions added Pre-release
Pre-release

DATE_PART and DATE_TRUNC functions added by @Maxim-Inv

Remove Types

30 Apr 19:21
56a7cd0
Compare
Choose a tag to compare
Remove Types Pre-release
Pre-release
  • support for optional function builder method allowing if with no else and if let
  • removes all XTouple types and need for grouping (decided the built up types are of no benefit and just make things harder - don't need to traverse a type tree to diff like swiftUI)
  • No need for groupings anymore as not limited by the touples
  • no some all over the place anymore

Swift 5.4

29 Apr 20:08
1d1a83f
Compare
Choose a tag to compare
Swift 5.4 Pre-release
Pre-release
swift update (#19)

* swift update
* readme bump
* CI update

Changes to CONCAT/COALESCE

12 Mar 21:27
dd50763
Compare
Choose a tag to compare
Pre-release
Concat/Coalesce changes (#14)

* concat / coalesce / jsonbextract changes

INSERT INTO, UPDATE, DELETE FROM, RETURNING

08 Feb 17:55
0f9fa9d
Compare
Choose a tag to compare
Mutations (#12)

* signature cleanups, alias move to nested types where possible
* add RETURNING
* INSERT INTO
* UPDATE
* DELETE FROM
* tests

Additional Array Expressions

22 Jan 21:08
33d6d7d
Compare
Choose a tag to compare
Pre-release
More expressions (#10)

* file cleanup
* Array expressions
* coalsce rename
* psqlarray