knex-redshift
Advanced tools
Changelog
0.10.0 - 15 Feb, 2016
insert
and update
now ignore undefined
values. Back compatibility is provided through the option useNullAsDefault
. #1174, #1043countDistinct
, avgDistinct
and sumDistinct
. #1046schema.jsonb
. Deprecated schema.json(column, true)
. #991??
. #1103query
event when triggered by transactions. #855.
. #1181batchInsert
. #1182knex.raw
.query-error
event. #1163batchInsert
. #1182acquireConnectionTimeout
default 60 seconds preventing #1040 from happening. #1177.raw
queries in debug output. #1169cli
to use basic configuration without specific environment set. #1101