I should have a fix in 30 minutes or so. On Thu, Nov 26, 2009 at 9:56 AM, Mathias Sulser <[email protected]> wrote:
> I think the MappedBoolean isn't properly done in the OracleDriver: > > scala> User.findAll(By(User.superUser, false)) > java.sql.SQLException: Invalid column type > at oracle.jdbc.driver.DatabaseError.throwSqlException > (DatabaseError.java:112) > at oracle.jdbc.driver.DatabaseError.throwSqlException > (DatabaseError.java:146) > at oracle.jdbc.driver.DatabaseError.throwSqlException > (DatabaseError.java:208) > at oracle.jdbc.driver.OraclePreparedStatement.setObjectCritical > (OraclePreparedStatement.java:9168) > at ora... > > And if you look at the generated DDL: > > CREATE TABLE USERS > ( > ... > SUPERUSER decimal(22), > ... > ); > > Any hints on how to solve this? Btw, it's a 10g data base > > On Nov 26, 4:14 pm, Mathias Sulser <[email protected]> wrote: > > All right. Figuring out the proper JDBC string was all. Schemifyer > > seems to then pick the right driver and produce DDL for the specific > > DB. > > > > Great stuff. > > > > On Nov 26, 3:17 pm, suls <[email protected]> wrote: > > > > > Hi, > > > > > I see that there is a DriverType and OracleDriver in 1.1-m7 but again > > > I don't know how to connect the dots. > > > > > How would a DB.defineConnectionManager method call that uses an oracle > > > db look like? > > > > > Thanks, suls > > > > > > -- > > You received this message because you are subscribed to the Google Groups > "Lift" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<liftweb%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/liftweb?hl=en. > > > -- You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/liftweb?hl=en.
