·
14 commits
to develop
since this release
- Address #296 by adding an explicit check (and
throw
) forsql-params
innext.jdbc
functions. - Address #295 by providing a way to tell
next.jdbc
that certain options should be passed "as-is" in theProperties
object when creating aConnection
--:next.jdbc/as-is-properties
accepts a sequence (or set) of keywords, identifying properties that should not be converted to strings. - Fix #181 (again!) by adding
Wrapped
protocol as a way forDefaultOptions
andSQLLogging
to consistently expose the underlying connectable, even when nested.