fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [16358] more on json handling


From: sigurdne
Subject: [Fmsystem-commits] [16358] more on json handling
Date: Tue, 21 Feb 2017 08:48:12 -0500 (EST)

Revision: 16358
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=16358
Author:   sigurdne
Date:     2017-02-21 08:48:12 -0500 (Tue, 21 Feb 2017)
Log Message:
-----------
more on json handling

Modified Paths:
--------------
    trunk/property/inc/class.soentity.inc.php

Modified: trunk/property/inc/class.soentity.inc.php
===================================================================
--- trunk/property/inc/class.soentity.inc.php   2017-02-21 05:24:30 UTC (rev 
16357)
+++ trunk/property/inc/class.soentity.inc.php   2017-02-21 13:48:12 UTC (rev 
16358)
@@ -853,7 +853,7 @@
                                        {
                                                if(!empty($attibute['choice']))
                                                {
-                                                       $_querymethod_status = 
"(json_representation->>'status' IS NULL OR 
NULLIF(json_representation->>'status', '')::numeric < 90)";
+                                                       $_querymethod_status = 
"(NULLIF(json_representation->>'status', '')::integer IS NULL OR 
NULLIF(json_representation->>'status', '')::integer < 90)";
                                                }
                                        }
                                }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]