No need to open a ticket, I've fixed the typo directly in master.
commit 090aff91793a8b9cc67f55ff77e7407c46c2545b
Author: Alex Boisvert <[email protected]>
Date: Fri Dec 4 07:05:06 2009 -0800
Fixed typo in DerbyDriver.integerIndexColumnType: IDENITY -> IDENTITY
(Change recorded in changes.xml)
alex
On Fri, Dec 4, 2009 at 12:27 AM, David Brooks <[email protected]>wrote:
> Hi,
>
> I've searched the 1-1-SNAPSHOT sources and found:
>
>
> lift-persistence/lift-mapper/src/main/scala/net/liftweb/mapper/Driver.scala:
> def integerIndexColumnType = "INTEGER NOT NULL GENERATED BY DEFAULT AS
> IDENITY"
>
> so it looks as if someone's made a typo.
>
> I suggest you open a ticket at http://github.com/dpp/liftweb/issues
>
> Regards,
> Dave
>
>
> On 4/12/09 5:24 PM, James Black wrote:
>
> I had used LIFT 1.0 to build my framework, and I am curious what I
> need to do to get beyond this error.
>
> I tried to use
> mvn -U clean install compile jetty:run
>
> I had set my dependency in pom.xml to point to LIFT 1.0, 1.0.2 and
> 1.1, but none of these made any difference, so I am not certain it
> made any change.
>
> INFO - CREATE TABLE educationinfo (key_c VARCHAR(100) , school VARCHAR
> (100) , de
> gree VARCHAR(100) , startyear INTEGER NOT NULL GENERATED ALWAYS AS
> IDENITY , end
> year INTEGER NOT NULL GENERATED ALWAYS AS IDENITY , resume BIGINT , id
> BIGINT NO
> T NULL GENERATED ALWAYS AS IDENTITY)
> ERROR - Failed to Boot
>
>
>
>
> --
> 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.