Skip to content
This repository has been archived by the owner on Feb 26, 2022. It is now read-only.

Releases: jjeffery/sqlr

v0.6.1

28 Apr 09:35
Compare
Choose a tag to compare

Adds the ability to exclude columns in the column list. So it is possible to write queries like:

insert into some_table(version, name, {exclude version, name})
select ? as version, ? as name, {exclude version, name} 
from some_table
where some_column = ?

Version 0.6 API

14 Dec 07:14
Compare
Choose a tag to compare

Many breaking changes from v0.5

v0.5.1

30 Jun 11:31
Compare
Choose a tag to compare

A few bug fixes. This is probably the last v0.5 release. Version 0.6 will contain some breaking changes.

First release

19 Aug 06:30
Compare
Choose a tag to compare

The purpose of this release is to create a tag for use with the new dep tool.

The API is still subject to some change so I have chosen a pre version 1 label for now.