[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.rt.eclipselink] Re: EclipseLink and Firebird

You can switch to using TABLE sequencing to avoid the issue on Firebird. I would never recommend IDENTITY sequencing anyway as it does not support preallocation which can be a major performance issue.

You could also create your own DatabasePlatform subclass for Firebird in EclipseLink, (if you do please submit it to the project).

Please log a bug for adding Firebird support.

-- James