[postmodern-devel] set
28 Feb
2011
28 Feb
'11
8:29 p.m.
I have a query like this: (query (sql (:update 'kupci :set 'ime (parameter "ime") 'prezime (parameter "prezime") 'adresa (parameter "adresa") and I want now for the next parameter to check if something is passed, I tried (:raw (if (/= (length (parameter "sobnost")) 0) (sql (:set 'sobnost (parameter "sobnost"))))) but it doesn't work. Do I have to use sql-compile maybe ?
5091
Age (days ago)
5091
Last active (days ago)
0 comments
1 participants
participants (1)
-
Haris