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

Support SQLite #28

Open
pmcnr-hx opened this issue May 29, 2016 · 0 comments
Open

Support SQLite #28

pmcnr-hx opened this issue May 29, 2016 · 0 comments

Comments

@pmcnr-hx
Copy link
Contributor

pmcnr-hx commented May 29, 2016

SQLite doesn't support nested transactions which this project seems to depend on. The project doesn't announce support for SQLite, but it should technically be possible to support it alongside the other Sequelize supported dialects.

SequelizeDatabaseError: SQLITE_ERROR: cannot start a transaction within a transaction
  at Query.formatError (node_modules/sequelize/lib/dialects/sqlite/query.js:348:14)
  at Statement.afterExecute (node_modules/sequelize/lib/dialects/sqlite/query.js:112:29)
  at Statement.replacement (node_modules/sqlite3/lib/trace.js:20:31)
  at Statement.replacement (node_modules/sqlite3/lib/trace.js:20:31)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant