Peter Francq wrote:
> 
> Hi list,
> 
> Has anyone running a turbine on sybase?
> 
> I have some issues that need explanation ;-)
> 
> Were the sql scripts tested? Seems not to me, if they where tested on which
> version of Sybase (I'm using sybase 12)
> So are there newer scripts or should I mail the adapted scripts that I made
> to the community?
> 
> In the package org.apache.turbine.util.db there is a class called IDBroker
> I think there's a bug on line 752 of method updateRow() where following code
> can be found
> 
>             .append( " SET next_id= " )
> 
> should it not say
>         .append(" SET NEXT_ID= ")
> with capital letters for NEXT_ID ?

Is this the only case sensitive issue that is preventing easy use of
Sybase?  Please send a patch of any changes that would help with using
idbroker with sybase.

john mcnally

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to