UNPKG

orange-orm

Version:

Object Relational Mapper

10 lines (8 loc) 152 B
function _new(column) { return function(_context, value) { if (value == column.dbNull) return null; return value; }; } module.exports = _new;