Skip to content

Releases: utopia-php/query

0.3.3

0.3.3 Pre-release
Pre-release

Choose a tag to compare

@lohanidamodar lohanidamodar released this 06 Jul 04:56
76cd710

What's Changed

  • fix(schema): emit LowCardinality(Nullable(T)) with LowCardinality outermost; the previous Nullable(LowCardinality(T)) nesting is rejected by ClickHouse (#14)
  • fix(schema): quote column names atomically so identifiers containing a literal dot (e.g. ClickHouse nested columns like meta.key) are not split into qualified references (#13)
  • feat(clickhouse): bulk-insert builder with format envelope support (#13)

Full Changelog: 0.3.2...0.3.3

0.3.2

0.3.2 Pre-release
Pre-release

Choose a tag to compare

@lohanidamodar lohanidamodar released this 20 May 05:28
84d3182

What's Changed

  • feat(clickhouse): INSERT FORMAT, DELETE forms+settings, MV, groupByTimeBucket, typed bindings by @lohanidamodar in #11
  • feat(clickhouse): add UUID, Decimal, Array/Tuple, UInt8/Int8, raw ORDER BY, rawColumn passthrough by @lohanidamodar in #10
  • docs(readme): drop Nullable(Array/Tuple) example that the compiler rejects by @lohanidamodar in #12

Full Changelog: 0.3.1...0.3.2

0.3.1

0.3.1 Pre-release
Pre-release

Choose a tag to compare

@lohanidamodar lohanidamodar released this 11 May 06:36
5c8bba8

What's Changed

  • feat(clickhouse): support LowCardinality, FixedString, CODEC, and SAMPLE BY by @lohanidamodar in #8

Full Changelog: 0.3.0...0.3.1

0.3.0

0.3.0 Pre-release
Pre-release

Choose a tag to compare

@abnegate abnegate released this 11 May 03:26
d925101

What's Changed

  • Fluent Schema builder API by @abnegate in #7
  • feat(schema): ClickHouse index algorithms and engine SETTINGS by @lohanidamodar in #6
  • refactor(schema/builder): no methods that throw — gate dialect features per type by @abnegate in #9

Full Changelog: 0.2.0...0.3.0

0.2.0

0.2.0 Pre-release
Pre-release

Choose a tag to compare

@abnegate abnegate released this 28 Apr 07:42
ca96081

What's Changed

New Contributors

Full Changelog: 0.1.1...0.2.0

0.1.0

0.1.0 Pre-release
Pre-release

Choose a tag to compare

@abnegate abnegate released this 03 Mar 07:53
601490f

What's Changed

New Contributors

Full Changelog: https://github.com/utopia-php/query/commits/0.1.0