Files
luos/thirdparty/propel-generator/templates/sql/load/sqlite/val.tpl
Paula Quispe 9eb7d6cac2 HOR-2689
2017-08-03 17:00:30 -04:00

4 lines
138 B
Smarty

<?php
// SQLite is typeless, so we'll treat everything like string
print "'" . sqlite_escape_string($column->getValue()) . "'";
?>