Zmiany pomiędzy wersją 14 and wersją 15 dla DeployerGuide/Custumization/AdvancedReporting/SQLExamples

Pokaż
Ignoruj:
Data i czas:
05/29/14 15:39:00 (10 years temu)
Autor:
MK (IP: 213.227.67.33)
Komentarz:

--

Legend:

Bez zmian
Dodane
Usunięte
Zmienione
  • DeployerGuide/Custumization/AdvancedReporting/SQLExamples

    v14 v15  
    227227}}} 
    228228 
    229 Sposób na zmianę wartości jednego pola w obiekcie typu JSON: 
     229Sposób na zmianę wartości jednego pola w obiekcie typu JSON (dla ): 
    230230{{{ 
    231231CREATE OR REPLACE FUNCTION "json_set_value"( 
     
    250250$function$; 
    251251 
    252 UPDATE cregisters.register_field SET params = json_set_value(params, 'do_refresh', true) WHERE id____ = 1; 
     252UPDATE cregisters.register_field SET params = json_set_value(params, 'doRefresh', true) WHERE id____ = 1; 
    253253}}} 
    254254