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

Typo in sqlite plugin method #323

Closed
marcinwadon opened this issue Jul 18, 2016 · 2 comments
Closed

Typo in sqlite plugin method #323

marcinwadon opened this issue Jul 18, 2016 · 2 comments

Comments

@marcinwadon
Copy link
Contributor

Typo in sqlite.d.ts: addSatement(sql, values): Promise<any> { return; }

The method should be addStatement

@ihadeed
Copy link
Collaborator

ihadeed commented Jul 18, 2016

Thanks, will fix soon.

On Jul 18, 2016 4:59 AM, "Marcin Wadoń" notifications@github.com wrote:

Typo in sqlite.d.ts: addSatement(sql, values): Promise { return; }

The method should be addStatement


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#323, or mute the thread
https://github.com/notifications/unsubscribe-auth/ANJ8dLp6vzl6Tue5_q8NlevowzyAahcsks5qW0BegaJpZM4JOhU7
.

@marcinwadon
Copy link
Contributor Author

PR for this: #324

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

No branches or pull requests

2 participants