https://bugs.freedesktop.org/show_bug.cgi?id=44854

Julien Nabet <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://bugs.freedesktop.or
                   |                            |g/show_bug.cgi?id=53333

--- Comment #9 from Julien Nabet <[email protected]> ---
I gave a try to HSQLDB 2.3.1, here what I did on master sources updated
yesterday:
- retrieved the zip file, rebundle it to remove the hsqldb-2.3.1 directory, and
so get directly hsqldb directory (as the 1.8.0)
- md5sumed it
- updated download.lst (HSQLDB_MD5SUM, HSQLDB_TARBALL)
- added it on Makefile.fetch (I used a localhost to simulate
http://dev-www.libreoffice.org)
- updated external/hsqldb/ExternalProject_hsqldb.mk to replace "jar" by
"hsqldb" (I took a look to the targets, it indicated it was the same)
- in external/hsqldb/UnpackedTarball :
   - removed "src/org/hsqldb/Library.java" line since this file doesn't exist
in 2.3.1 version
   - removed all the references to patches (because seemed obsolete and already
taken into account) except i96823.patch
- updated i96823 patch to remove last block (I was just lazy to dig about this
one)
- updated connectivity/source/drivers/hsqldb/HDriver.cxx to deal with new
values of nMajor, nMinor, nMicro

With this, I could create a brand new DB/open a former (created with 1.8.0) DB
(simple DB in both cases : just 1 table with 2 attributes)
After having done this, I noticed that saving with 2.3.0 upgraded the embedded
DB of the file (since I couldn't open the table anymore with 4.2 version). 

Only then I read all related bugtrackers...
Anyway, thought these described steps above could give some code pointers.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to