Alex Hermann wrote:
Module: sip-router Branch: master Commit: b1b9d7c41189428671fa03efe88b657a6ae78b12 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b1b9d7c4...
Author: Alex Hermann alex@speakup.nl Committer: Alex Hermann alex@speakup.nl Date: Thu Jul 21 15:24:09 2011 +0200
modules_k/pv: Add s.sql transformation to turn PV into suitable SQL value.
This transformation outputs valid SQL values for various PV values:
- <null> values are output as NULL
- integers are output as integers
- everything else is output as quoted and escaped string
cool!