Skip to content

2.9.0

Compare
Choose a tag to compare
@oguimbal oguimbal released this 31 Jul 12:04
· 38 commits to master since this release

Changes

  • adapter now support newer versions of Slonik
  • newest version of mikoorm #361 thanks to @murbanowicz
  • Fix pg-mem crashes when setval has three arguments instead of two #375 thanks to @neruchev
  • feat(functions): Added concat_ws #378 thanks to @Alexnortung
  • feat: Support clientConfigurationInput forwarding to slonik. #382 thanks to @ovstetun
  • export replaceQueryArgs$ from adapters.ts #385 thanks to @mmkal
  • feat(binary-operators): Added date minus date #388 thanks to @Alexnortung
  • Fix AST coverage check error #389 thanks to @zookatron
  • Add GREATEST and LEAST functions #399 thanks to @Igggr

Breaking change

  • adapter.createSlonik():
    • now does not accept a number argument as query latency (accepts an object as argument)
    • must be awaited