liquid_feedback_frontend

view env/encode/pg_hstore_value.lua @ 1071:58f48a8a202a

Imported and merged LDAP patch
author bsw
date Fri Jul 18 21:42:59 2014 +0200 (2014-07-18)
parents
children
line source
1 -- Formats a value (or a key) for usage in the text representation of
2 -- hstore fields
4 function encode.pg_hstore_value(value)
5 return '"' .. string.gsub(value, '([\\"])', "\\%1") .. '"'
6 end

Impressum / About Us