UNPKG

orange-orm

Version:

Object Relational Mapper

6 lines (5 loc) 137 B
module.exports = function(_context, lock) { if (lock) throw new Error('select for update is not supported by SQLite'); return ''; };