I was looking at the Criteria class today to diagnose my problem.  The
class would not let me add multiple search criteria under a table and
field name.  For example, it is not possible to generate the clause:

SELECT TABLE.* from TABLE WHERE TABLE.DESCR LIKE "%text%"
AND TABLE.DESCR LIKE "%text2%";

This is because the Criteria class associates the value to search for in
a hash table with the table and fieldname.  Is this behaviour
desirable?  Am I way off base here?  It seems like it would require big
changes to the code to change this behaviour.  Comments on how this
should work and what should happen?

Thanks,

Dan Diephouse



------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to