Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread Migrating a database
Thu, Nov 15 2007 8:05 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Tim

When migrating a database is it possible to select which of the following two approaches is used for autoincs?

"three" INTEGER GENERATED ALWAYS AS IDENTITY (START WITH 0, INCREMENT BY 1),
"four" INTEGER GENERATED BY DEFAULT AS IDENTITY (START WITH 0, INCREMENT BY 1)


Roy Lambert

ps - pretty sneaky having a directory for each migrator - took me about 15mins to realise the damn thing wasn't a dll Smiley
Thu, Nov 15 2007 5:03 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Roy,

<< When migrating a database is it possible to select which of the following
two approaches is used for autoincs?

"three" INTEGER GENERATED ALWAYS AS IDENTITY (START WITH 0, INCREMENT BY
1),
"four" INTEGER GENERATED BY DEFAULT AS IDENTITY (START WITH 0, INCREMENT BY
1) >>

I'll see what I can do.  Right now it defaults to the same behavior as
DBISAM, i.e. BY DEFAULT.

<< ps - pretty sneaky having a directory for each migrator - took me about
15mins to realise the damn thing wasn't a dll Smiley>>

It's our build system - it's set up to do a separate directory for every
library (DLL). Wink

--
Tim Young
Elevate Software
www.elevatesoft.com

Image