Re: [SQLObject] Case sensitivity

2006-10-07 Thread Oleg Broytmann
On Sat, Oct 07, 2006 at 03:26:00AM +0200, Mathias Winkler wrote: > Speaking of that func function: [skip] > exceptions.TypeError Traceback (most recent > call last) > > [...] > TypeError: argument 1 must be str, not unicode > > Is this a known bug? Is there a work

Re: [SQLObject] Case sensitivity

2006-10-06 Thread Mathias Winkler
Oleg Broytmann schrieb: > On Sun, Sep 10, 2006 at 11:01:48PM +0200, Andres Freund wrote: > >> Currently sqlboject uses LIKE for all its comparisons which is case >> sensitive >> in some databases (eg. postgres) (I _think_ this is standard compliant, im >> on >> the road currently, so i cant

Re: [SQLObject] Case sensitivity

2006-09-11 Thread Oleg Broytmann
On Sun, Sep 10, 2006 at 11:01:48PM +0200, Andres Freund wrote: > Currently sqlboject uses LIKE for all its comparisons which is case sensitive > in some databases (eg. postgres) (I _think_ this is standard compliant, im on > the road currently, so i cant check) others do not (eg mysql). > At leas

[SQLObject] Case sensitivity

2006-09-10 Thread Andres Freund
Hi, Currently sqlboject uses LIKE for all its comparisons which is case sensitive in some databases (eg. postgres) (I _think_ this is standard compliant, im on the road currently, so i cant check) others do not (eg mysql). At least I sometimes need a case sensitive LIKE and sometimes not. Is the