- Add
sslmode=verify-full
support e67da29 - Add support for array of fragments 342bf55
- Add uri decode of host in url - fixes #346 1adc113
- Add passing of rest url params to connection (ootb support cockroach urls) 41ed84f
- Fix Deno partial writes 452a30d
- Fix
as
dynamic helper 3300c40 - Fix some nested fragments usage 9bfa902
- Fix missing columns on
Result
when using simple protocol - fixes #350 1e2e298 - Fix fragments in transactions - fixes #333 75914c7
Typescript related
- Upgrade/fix types (#357) 1e6d312
- Add optional
onlisten
callback tolisten()
on TypeScript (#360) 6b749b2 - Add implicit custom type inference (#361) 28512bf
- Fix and improve sql() helper types (#338) c1de3d8
- Fix update query type def for
.writable()
and.readable()
to return promises (#347) 51269ce - Add bigint to typescript Serializable - fixes #330 f1e41c3