knex-dialect-athena
Version:
A Knex dialect for AWS Athena
76 lines (39 loc) • 1.11 kB
Markdown
knex-dialect-athena
# 0.0.12
## Patch Changes
- af0611a: Make max timeout for queries configurable.
# 0.0.11
## Patch Changes
- 58d4992: Properly handle `null` bindings.
# 0.0.10
## Patch Changes
- 1c0e7ad: Support (almost) all Athena datatypes.
# 0.0.9
## Patch Changes
- 3f38980: Fix checks for whether a request should return an update count or results.
- 3f38980: Stop misusing the terms "DDL" and "DML".
# 0.0.8
## Patch Changes
- 45b45c9: Simplify debug logs.
- 045ec56: Don't error when making DML requests.
# 0.0.7
## Patch Changes
- 5ac9f25: Add debug logs to package.
# 0.0.6
## Patch Changes
- d3a7d14: Fix order of LIMIT and OFFSET statements.
# 0.0.5
## Patch Changes
- ce25a3b: Fix issue with date strings being parsed as number.
# 0.0.4
## Patch Changes
- 3293099: Add CHANGELOG to package files.
# 0.0.3
## Patch Changes
- d5a9e8f: Make queries with no parameters work properly.
# 0.0.2
## Patch Changes
- 2febf5c: Document peer dependencies in README.
# 0.0.1
## Patch Changes
- 8a41949: Fix TypeScript declarations being broken.