]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_odbc patch by tilghman to fix integers with null values
authorJonathan Rose <jrose@digium.com>
Thu, 7 Jul 2011 16:04:51 +0000 (16:04 +0000)
committerJonathan Rose <jrose@digium.com>
Thu, 7 Jul 2011 16:04:51 +0000 (16:04 +0000)
commit971be243e1343fa74d1adb63a6e14c650b9e948e
treed31e4ba7132bfe21ea53a0703b179fc4828d2daa
parentb13cfc92ec5ebef1e07875e2de020c9235d70b2d
res_odbc patch by tilghman to fix integers with null values

Addresses some improper sql statements in res_odbc that would cause an update to fail on
realtime peers due to trying to set as "(NULL)" rather than an actual NULL.

(closes issue #1922STERISK-17791)
Reported by: marcelloceschia
Patches:
      20110505__issue19223.diff.txt uploaded by tilghman (license 14)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@326689 65c4cc65-6c06-0410-ace0-fbb531ad65f3
res/res_config_odbc.c