Skip to content

Tags: testinfected/Kabinet

Tags

v0.3.7

Toggle v0.3.7's commit message
Bump version number to 0.3.7

v0.3.6

Toggle v0.3.6's commit message
Convert Query to Expression<T> for usage as subquery

Query can now be converted to a typed expression to support use of subqueries.

Introduce SqlStatement to replace awkward usages of Expression when no type is needed
nor known.

v0.3.5

Toggle v0.3.5's commit message
Support NULLS LAST and NULLS FIRST options in ORDER BY clauses

v0.3.4

Toggle v0.3.4's commit message
Move specific operations to Select

Remove grouping, distinct and having from Query and make them specific to Select.
Other types of queries, such as unions, might not some of them.

v0.3.3

Toggle v0.3.3's commit message
Set version number to 0.3.3

v0.3.2

Toggle v0.3.2's commit message
Bump version number to 0.3.2

v0.3.1

Toggle v0.3.1's commit message
Accept any type of expression in ORDER BY clauses

v0.3.0

Toggle v0.3.0's commit message
Bump version number to 0.3.0

v0.2.5

Toggle v0.2.5's commit message
Use TIMESTAMP WITH TIMEZONE for Instant type columns

Change SQL type for Instant columns to TIMESTAMP WITH TIMEZONE
using the UTC timezone. This better fits the fact that a
timestamp is a point on the timeline. Some drivers (e.g. Postgres)
always store timestamps in UTC and getting the timestamp
in the client timezone (see JDBC spec) is confusing.

TIMESTAMP (WITHOUT TIMEZONE) is reserved for LocalDate.

v02.2.4

Toggle v02.2.4's commit message
Bump version number to 0.2.4