OracleDriver doesn't work with CRUDify when attempting to view a
list of entries, it gets an SQL error due to use of LIMIT/OFFSET,
which Oracle does not support. Defining brokenLimit_? = true
in OracleDriver makes it work for me. I can do this myself by including
my own copy of Driver.scala, so I don't know if it counts as critical,
but it seems like a pretty localized (and thus low-risk) change.
--
Jim
On Wed, Nov 11, 2009 at 11:54:46AM -0800, David Pollak wrote:
> Date: Wed, 11 Nov 2009 11:54:46 -0800
> From: David Pollak <
feeder.of...@gmail.com>
> To: liftweb <
lif...@googlegroups.com>
> Subject: [Lift] New Milestone coming soon
>
> Folks,
>
> There are two critical issues with M7:
>
> * Issue 164Â
http://github.com/dpp/liftweb/issues#issue/164
> Â JSON/Ajax messages do not carry Notices back to the client.
> * The Session manager is not initialized properly. Â Basically, this