Julien Cigar
2006-11-07 10:45:18 UTC
Hello list !
is it me or the "in_" clause disappeared in 0.3 ?
File "<stdin>", line 1, in ?
ImportError: cannot import name in_
--
Julien Cigar
Belgian Biodiversity Platform
http://www.biodiversity.be
Université Libre de Bruxelles
Campus de la Plaine CP 257
Bâtiment NO, Bureau 4 N4 115C (Niveau 4)
Boulevard du Triomphe, entrée ULB 2
B-1050 Bruxelles
office: ***@ulb.ac.be
home: ***@mordor.ath.cx
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "sqlalchemy" group.
To post to this group, send email to ***@googlegroups.com
To unsubscribe from this group, send email to sqlalchemy-***@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---
is it me or the "in_" clause disappeared in 0.3 ?
from sqlalchemy import *
'and_' in dir()
True'and_' in dir()
'in_' in dir()
Falsefrom sqlalchemy.sql import and_, or_
from sqlalchemy.sql import in_
Traceback (most recent call last):from sqlalchemy.sql import in_
File "<stdin>", line 1, in ?
ImportError: cannot import name in_
--
Julien Cigar
Belgian Biodiversity Platform
http://www.biodiversity.be
Université Libre de Bruxelles
Campus de la Plaine CP 257
Bâtiment NO, Bureau 4 N4 115C (Niveau 4)
Boulevard du Triomphe, entrée ULB 2
B-1050 Bruxelles
office: ***@ulb.ac.be
home: ***@mordor.ath.cx
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "sqlalchemy" group.
To post to this group, send email to ***@googlegroups.com
To unsubscribe from this group, send email to sqlalchemy-***@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---