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

[SQLObject] all-out

2006-10-06 Thread Jim Bass
Show them how your leadership has generated winning results. And, it is well worth the effort. com Blaze Your Own Career Expert. Up-coming interview or dusty resume? So what's a body to do? Contracting is extremely common in some industries, and not so much in others, so certainly part of the

Re: [SQLObject] InheritableSQLObject.addColumn fix

2006-10-06 Thread Oleg Broytmann
Hello! On Tue, Aug 15, 2006 at 04:26:35PM -0300, Johan Dahlin wrote: > InheritableSQLObject.addColumn is not updating sqlmeta.columns, meaning that > you cannot use sqlbuilder to access this column. It should not update columns list. It only should update the q-magic reference to the existing

Re: [SQLObject] sqlite connection and user-defined aggregate

2006-10-06 Thread Oleg Broytmann
Hello. On Thu, Jun 22, 2006 at 11:08:34AM +0200, jt wrote: > I also tried the factory argument of pysqlite connection (could you > add it to the trunk?): > +if 'factory' in kw: > +opts['factory'] = popKey(kw, 'factory')(sqlite) This supposes that one always create