[Libreoffice-bugs] [Bug 127040] HSQLDB to Firebird automated migration failure when IDENTITY sequence has altered start number
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Mon Sep 9 20:33:01 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=127040
--- Comment #13 from Julien Nabet <serval2412 at yahoo.fr> ---
Also present here:
http://www.firebirdfaq.org/faq61/
I retrieved last Firebird sources from github (see
https://github.com/FirebirdSQL/firebird/commits/master), no evolution about
src/jrd/val.h
still const ULONG MAX_RECORD_SIZE = 65535
Git grepping on this const only gives:
src/jrd/dfw.epp:5581: if (offset > MAX_RECORD_SIZE)
src/jrd/val.h:54:const ULONG MAX_RECORD_SIZE = 65535;
First line concerns an error message.
Taking a look at the bugtracker, I noticed
http://tracker.firebirdsql.org/browse/CORE-755
So increasing record size is a very old demand
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190909/4948ae4a/attachment.html>
More information about the Libreoffice-bugs
mailing list