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

v0.6.1

Latest
Compare
Choose a tag to compare
@jjeffery jjeffery released this 28 Apr 09:35
· 1 commit to master since this release

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 = ?