This file is indexed.

/usr/share/flamerobin/code-templates/insert.template is in flamerobin 0.9.3~+20150308.6c0559c-1build1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
{%--:Uncomment to edit template info visually.%}{%--:{%edit_info%}{%abort%}%}{%edit_conf%}{%wrap:{%kw:insert into%} {%object_name%} ({%getconf:{%object_path%}/columnNames%})%}
{%kw:values%} ({%foreach:column:, :{%ifcontains:{%getconf:{%object_path%}/columnNames%}:{%object_name%}:
{%tab%}'{%object_name%}{%if:{%columninfo:is_nullable%}::*%}'%}%}
);