All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.clickntap.square.sql.mysql_touch.sql Maven / Gradle / Ivy

[%f(objects).each(function(object){%]
[%if(object.name == q.bo){%]
update [%=name%]_[%=object.name%] set
[%f(object.columns).each(function(column){ if(column.name == 'last_modified'){%]
  [%if(column.name != 'id'){%]`[%=column.name%]`= [%=q.param(q.camel(column.name))%],[%}%]
[%}})%]
where id = [%=q.param('id')%]
[%}%]
[%})%]




© 2015 - 2025 Weber Informatics LLC | Privacy Policy