On Tue, Jun 06, 2000 at 10:01:47PM +0200, Leon Messerschmidt wrote:
> I'd be happy to.

Great!

> If it is ok with everybody I'll add the following methods to DB (and
> subclasses)
> 
>  ignoreCase()
>  respectCase()   (which for MySQL adds a 'BINARY' prefix to an expression)
>  ignoreCaseInOrderBy()
>  respectCaseInOrderBy()
> 
> I think ignoreCase() and respectCase() should be abstract but
> ignoreCaseInOrderBy() and respectCaseInOrderBy() should by default only call
> ignoreCase() and respectCase() respectively.

+1

When you've done this I'll make the necessary changes to
BasePeer/SqlExpression to have them used where they should be.

> Might also be worthwhile to have a short tutorial of adding new databases
> (i.e. subclassing DB), that explains this (and other) issues.  If I can find
> the time I'll do a quick first draft of one :-)

What an excellent idea :-)

-- 
Sean Legassick
[EMAIL PROTECTED]


------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to