sequelize-redis-cache icon indicating copy to clipboard operation
sequelize-redis-cache copied to clipboard

Replacements are not supported

Open MrMaximus opened this issue 8 years ago • 1 comments

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 ":"

MrMaximus avatar Sep 08 '17 12:09 MrMaximus

This would be a great improve

phasath avatar Jun 19 '19 17:06 phasath