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

Replacements are not supported #35

Open
MrMaximus opened this issue Sep 8, 2017 · 1 comment
Open

Replacements are not supported #35

MrMaximus opened this issue Sep 8, 2017 · 1 comment

Comments

@MrMaximus
Copy link

Replacements are supported in Sequalize:
sequalizeDb.query( 'SELECT name FROM users WHERE id = :id', { replacements: { id: userId } } );

However this throws an error using sequelize-redis-cache
syntax error at or near ":"

@phasath
Copy link

phasath commented Jun 19, 2019

This would be a great improve

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