Skip to content

Tags: cvburgess/SQLDataSource

Tags

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v1.5.0 Add types for `this.db` and `this.context` (#69)

Co-authored-by: Charles Burgess <[email protected]>

v1.3.0

Toggle v1.3.0's commit message
v1.3.0 - bump knex-tiny-logger

v1.2.1

Toggle v1.2.1's commit message
v1.2.1 - knex update

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support specifying a knex instance instead of config object (#52)

* Support specifying a knex instance instead of config object

* bump version and update changelog

* npm audit fix

Co-authored-by: Charles Burgess <[email protected]>

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump acorn from 5.7.3 to 5.7.4 (#51)

Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](acornjs/acorn@5.7.3...5.7.4)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v1.1.0

Toggle v1.1.0's commit message
43: Support both this.db and this.knex (#44)

v1.0.2

Toggle v1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v1.0.2

- Fix issue with repeated constructor calls

v1.0.1

Toggle v1.0.1's commit message
update lock version

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1.0.0 (#30)

- Switch to an extended knex method (.cache) vs the old wrapper fns
- Remove batching support