[Zope] zgadfly and zsql problem

2000-06-23 Thread Luc Tonin
i m using da zgadfly database and i m still trying to use this type of query SELECT* FROMtable_name WHEREfield_name LIKE 'test' but it s seems that zgadfly doesn t support da LIKE sql tag! anyone have an ID ???

Re: [Zope] zgadfly and zsql problem

2000-06-23 Thread Adam Karpierz
[...] but it s seems that zgadfly doesn t support da LIKE sql tag! anyone have an ID ??? From gadfly FAQ: """ Where is the LIKE predicate? The LIKE predicate for string matching is still not supported at the SQL level. For what it's worth, it is easy to use Python's string matching (regex,

Re: [Zope] zgadfly and zsql problem

2000-06-23 Thread Graham Chiu
In article 00b201bfdcf9$5bb7e8d0$6200a8c0@longwy, Luc Tonin ltonin@lw .multithematiques.com writes i m using da zgadfly database and i m still trying to use this type of query SELECT * FROM table_name WHERE field_name LIKE 'test'   but it s seems that zgadfly doesn t