Hi all,

I'm trying to solve this error...

File 
"/home/sfera/release/sicer/BASE/controller/controlli/sopralluogo.py", 
line 645, in verifiche
Piano.c.data_inizio <=data.get('data_sop') ,
File "/usr/lib/python2.4/site-packages/sqlalchemy/sql.py", line 1294, in 
__le__
return self._compare('<=', other)
File "/usr/lib/python2.4/site-packages/sqlalchemy/sql.py", line 1423, in 
_compare
raise exceptions.ArgumentError("Only '='/'!=' operators can be used with 
NULL")
ArgumentError: Only '='/'!=' operators can be used with NULL

-------------------------------------

here the code that originates the above error:

sr = sa.and_(Piano.c.data_inizio <=data.get('data_sop') )

I suppose data.get('data_sop') returns a None value, thus, sa compiles 
the query like so:

where piano.data_inizio <= NULL

Could someone give me, some suggest how to solve this problem?
Thank you

j

-- 
Jose Soares
Sferacarta Net 
Via Bazzanese 69
40033 Casalecchio di Reno
Bologna - Italy
Ph  +39051591054
fax +390516131537
web:www.sferacarta.com

Le informazioni contenute nella presente mail ed in ogni eventuale file 
allegato sono riservate e, comunque, destinate esclusivamente alla persona o 
ente sopraindicati, ai sensi del decreto legislativo 30 giugno 2003, n. 196. La 
diffusione, distribuzione e/o copiatura della mail trasmessa, da parte di 
qualsiasi soggetto diverso dal destinatario, sono vietate. La correttezza, 
l’integrità e la sicurezza della presente mail non possono essere garantite. Se 
avete ricevuto questa mail per errore, Vi preghiamo di contattarci 
immediatamente e di eliminarla. Grazie.

This communication is intended only for use by the addressee, pursuant to 
legislative decree 30 June 2003, n. 196. It may contain confidential or 
privileged information. You should not copy or use it to disclose its contents 
to any other person. Transmission cannot be guaranteed to be error-free, 
complete and secure. If you are not the intended recipient and receive this 
communication unintentionally, please inform us immediately and then delete 
this message from your system. Thank you.

--

You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalch...@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.


Reply via email to