liquid_feedback_frontend

annotate env/encode/pg_hstore_value.lua @ 1073:f9c1acb859d0

Fixed errors in registration after import of LDAP patch, updated registration layout
author bsw
date Fri Jul 18 23:13:19 2014 +0200 (2014-07-18)
parents 58f48a8a202a
children
rev   line source
bsw@1071 1 -- Formats a value (or a key) for usage in the text representation of
bsw@1071 2 -- hstore fields
bsw@1071 3
bsw@1071 4 function encode.pg_hstore_value(value)
bsw@1071 5 return '"' .. string.gsub(value, '([\\"])', "\\%1") .. '"'
bsw@1071 6 end

Impressum / About Us