Skip to content

Releases: s4cha/SQueaL

ON CONFLICT DO NOTHING

Pre-release

Choose a tag to compare

@s4cha s4cha released this 08 Jun 17:28
e696e7c
0.1.4

Adds support from ON CONFLICT DO NOTHING (#8)

0.1.3

Choose a tag to compare

@s4cha s4cha released this 13 Mar 09:23

What's New

• SquealPostgresNIO extension
• Typed SELECT queries with compile-time column safety
• DELETE and DELETE(FROM:) statement variants
• RETURNING clause support for both DELETE and UPDATE statements
• Additional WHERE, AND, OR, GROUP BY, INSERT, JOIN, LIMIT, OFFSET, and ORDER BY variants
• More test coverage to validate common queries

0.1.2

0.1.2 Pre-release
Pre-release

Choose a tag to compare

@s4cha s4cha released this 12 Mar 08:52
  • Lowers supported platform to macos v14

0.1.1

0.1.1 Pre-release
Pre-release

Choose a tag to compare

@s4cha s4cha released this 12 Mar 08:39
39c2ab6
  • Adds Typed Select statements
  • Adds SquealPostgresNIO extension to call client.query(query, logger: logger) with a SQLQuery

0.1.0

Choose a tag to compare

@s4cha s4cha released this 07 Mar 13:53
07e4b3a
  • Simplifies Database schema definition with @Table macro
  • Improves join Where clauses
  • Adds SELECT RawSWL support
  • Adds WHERE(string) support
  • Fixes query debug string issue when using more than 10 params

0.0.3

Choose a tag to compare

@s4cha s4cha released this 21 Jan 03:51
124f47a
Merge pull request #4 from s4cha/columns

Better syntax enforcement & additions

0.0.2 - Swift 6

Choose a tag to compare

@s4cha s4cha released this 12 Jan 03:15
0964053
Merge pull request #3 from s4cha/swift_6

Use Swift 6 parameter packs enumeration over dodgy parse helper

0.0.1

Choose a tag to compare

@s4cha s4cha released this 12 Apr 08:09
b73b7d7
Merge pull request #2 from s4cha/tsql

Tsql