[Lift] Schemifier broken for Oracle

2010-01-13 Thread aw
I'm pretty sure that I discovered that a bug was introduced that breaks Schemifier with Oracle... First of all, Oracle's JDBC driver has the odd behavior of being case sensitive when it comes to acquiring metadata. For example: DatabaseMetaData.getColumns(null, MYSCHEMA, MYTABLE, null) is not

Re: [Lift] Schemifier broken for Oracle

2010-01-13 Thread David Pollak
Please try with Lift 2.0-SNAPSHOT. We made a number of significant fixes to Schemifier over the course of the year including improving support for case-sensitive RDBMS. On Wed, Jan 13, 2010 at 6:54 PM, aw anth...@whitford.com wrote: I'm pretty sure that I discovered that a bug was introduced