Re: Fwd: Re: [Modeling-users] ec.fetch and SQL "in"
Status: Abandoned
Brought to you by:
sbigaret
From: Yannick G. <yan...@sa...> - 2003-07-08 14:26:54
|
=2D----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On July 8, 2003 10:11 am, Yannick Gingras wrote: > > * The syntax really is '<attr> in/not in [ <v1>, <v2>, ...]', i.e. with > > square brackets, and it will remain as-is --as said in the docs I'm > > not a grammar nor a spark expert, and it would take me too long to > > allow parens '(v1, v2, ...)' here. > > This patch works like a charm ! > > : ) > > Thanks and congratulation for this instant implementation ! > > : ) Of course it should be documented that this kind of fetch is super simpler to build with: "val in %s" % repr(list(vallist)) repr() of a list spit out exactly the string you want. BTW there is and option in mailman for the replies to go directly to the list instead of the sender. I think it would be nice to turn it on... =2D --=20 Yannick Gingras Byte Gardener, Savoir-faire Linux inc. (514) 276-5468 =2D----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQE/CtSsrhy5Fqn/MRARAlByAJwMgiY9+pjodJQ+jvEB4dPTzAObjgCeI6vu spifkPkxzfBlXMVj35SzgwM=3D =3DJggD =2D----END PGP SIGNATURE----- |