Re: [PyWrapper-devel] search on enumerations
Status: Alpha
Brought to you by:
jatorre
From: Javier de la T. <ja...@gm...> - 2006-07-27 11:35:23
|
Is there any sense for doing a like in an enumeration? I think equals is more than enough and probably more correct. Javi. On 7/27/06, Markus D=F6ring <wi...@go...> wrote: > hi, > id like to implement searching on schema enumerations. > I allow to setup a translation between local database terms and > schema/concept terms. > So when searching I need to translate the argument as well. Thats horribl= e > for LIKEs. So I will only allow an equal operation for now on enumeration= s. > Do you think this is very bad? > > Markus > > |