Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
2.9.0 source code.tar.gz | 2024-07-31 | 660.0 kB | |
2.9.0 source code.zip | 2024-07-31 | 840.6 kB | |
README.md | 2024-07-31 | 819 Bytes | |
Totals: 3 Items | 1.5 MB | 0 |
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