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
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
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
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