UNPKG

orange-orm

Version:

Object Relational Mapper

12 lines (9 loc) 194 B
var purify = require('./purify'); function _new(column) { return function(context, value) { if (value == column.dbNull) return null; return purify(value); }; } module.exports = _new;