Thanks! Maybe I'll just have to try it first...
Jeff
- Original Message
From: Aristedes Maniatis <[EMAIL PROTECTED]>
To: user@cayenne.apache.org
Sent: Friday, February 16, 2007 6:35:40 PM
Subject: Re: AUTO_PK_SUPPORT Error
On 17/02/2007, at 1:17 AM, Pogs wrote:
> Please
hese tables?
The sql you posted looks fine.
On 2/16/07, Pogs wrote:
> Here are the SQL Statements being generated.
>
> Thanks,
> Jeff
>
> CREATE TABLE GALLERY (GALLERY_ID INTEGER NOT NULL, GALLERY_NAME VARCHAR
> (200), PRIMARY KEY (GALLERY_ID))
> ;
>
> CREAT
hese tables?
The sql you posted looks fine.
On 2/16/07, Pogs wrote:
> Here are the SQL Statements being generated.
>
> Thanks,
> Jeff
>
> CREATE TABLE GALLERY (GALLERY_ID INTEGER NOT NULL, GALLERY_NAME VARCHAR
> (200), PRIMARY KEY (GALLERY_ID))
> ;
>
> CREAT
x27;, 200)
;
Michael Gentry <[EMAIL PROTECTED]> wrote: Can you send us the SQL (when you
choose Generate Database Schema) it
is showing so we can see the PK statements the modeler is generating
for you?
Thanks,
/dev/mrg
On 2/16/07, Pogs wrote:
> The only options available a
be an issue with schemas in recent versions of hsqldb.
On 2/16/07, Michael Gentry wrote:
> Can you send us the SQL (when you choose Generate Database Schema) it
> is showing so we can see the PK statements the modeler is generating
> for you?
>
> Thanks,
>
> /dev/mrg
>
&
p this table.
Alternately, choose a different primary key generation strategy other
than the default.
On 2/15/07, Pogs wrote:
> Please advice on what to with the following error.
>
> Thanks,
> Jeff
>
> Complete Stacktrace:
>
> INFO QueryLogger: Created connection pool:
Please advice on what to with the following error.
Thanks,
Jeff
Complete Stacktrace:
INFO QueryLogger: Created connection pool: jdbc:derby:testdb;create=true
Driver class: org.apache.derby.jdbc.EmbeddedDriver
Min. connections in the pool: 1
Max. connections in the pool: 1
INFO Quer