Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some more cases of missing typings #3223

Merged
merged 2 commits into from May 26, 2019
Merged

Fix some more cases of missing typings #3223

merged 2 commits into from May 26, 2019

Conversation

lorefnon
Copy link
Collaborator

@lorefnon lorefnon commented May 26, 2019

  • Add types for Seed API
  • Add Knex#initialize (Closes knex.initialize() does not exists on TypeScript declaration  #3192)
  • Mark Knex interface as EventEmitter (because it does support the full EventEmitter API)
  • Provide more control over TResult for insert/update for cases where the return type of some intermediate mutating functions was left unused.
  • Relax constraints on raw queries and add tests for mixed bindings

@kibertoad kibertoad merged commit 9c6ab96 into knex:master May 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

knex.initialize() does not exists on TypeScript declaration
2 participants