UNPKG

orange-orm

Version:

Object Relational Mapper

14 lines (9 loc) 330 B
let newParameterized = require('../query/newParameterized'); let getSessionContext = require('../getSessionContext'); module.exports = function(context) { let command = newParameterized(getSessionContext(context).begin || 'BEGIN'); command.endEdit = empty; command.matches = empty; function empty() {} return command; };