Skip to content

1.3.1002

Latest
Compare
Choose a tag to compare
@seancorfield seancorfield released this 06 Mar 20:45
· 14 commits to develop since this release
24085c4
  • Address #296 by adding an explicit check (and throw) for sql-params in next.jdbc functions.
  • Address #295 by providing a way to tell next.jdbc that certain options should be passed "as-is" in the Properties object when creating a Connection -- :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 for DefaultOptions and SQLLogging to consistently expose the underlying connectable, even when nested.