[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.rt.eclipselink] Re: EclipseLink and Firebird
|
Thank you for your answer,
I'll try to create my own DatabasePlatform subclass and if I get it working, I'll contribute it back.
I haven't got enough time now, but I'll try to do it.
Bugzilla link:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=244125
Nicolas
James a écrit :
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