Skip to content

Commit 8e4bd2c

Browse files
committed
new version 1.0.1
1 parent 5e3ff83 commit 8e4bd2c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+94
-90
lines changed
Binary file not shown.

HsqlDriverOOo.update.xml renamed to HyperSQLOOo.update.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
<description
33
xmlns="http://openoffice.org/extensions/update/2006"
44
xmlns:xlink="http://www.w3.org/1999/xlink">
5-
<identifier value="io.github.prrvchr.HsqlDriverOOo" />
5+
<identifier value="io.github.prrvchr.HyperSQLOOo" />
66
<version value="0.0.1" />
77
<update-download>
8-
<src xlink:href="https://github.com/prrvchr/HsqlDriverOOo/blob/master/HsqlDriverOOo.oxt" />
8+
<src xlink:href="https://github.com/prrvchr/HyperSQLOOo/blob/master/HyperSQLOOo.oxt" />
99
</update-download>
1010
<dependencies xmlns:dep="http://openoffice.org/extensions/description/2006">
1111
<dep:OpenOffice.org-minimal-version value="4.0" dep:name="OpenOffice.org 4.0"/>
1212
</dependencies>
1313
<publisher>
14-
<name xlink:href="https://github.com/prrvchr/HsqlDriverOOo" lang="en">HsqlDriverOOo</name>
14+
<name xlink:href="https://github.com/prrvchr/HyperSQLOOo" lang="en">HyperSQLOOo</name>
1515
</publisher>
1616
<release-notes>
17-
<src xlink:href="https://github.com/prrvchr/HsqlDriverOOo/blob/master/README.md" lang="en" />
18-
<src xlink:href="https://github.com/prrvchr/HsqlDriverOOo/blob/master/README_fr.md" lang="fr" />
17+
<src xlink:href="https://github.com/prrvchr/HyperSQLOOo/blob/master/README.md" lang="en" />
18+
<src xlink:href="https://github.com/prrvchr/HyperSQLOOo/blob/master/README_fr.md" lang="fr" />
1919
</release-notes>
2020
</description>

README.md

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
## Introduction:
1010

11-
**HsqlDriverOOo** is part of a [Suite][5] of [LibreOffice][6] and/or [OpenOffice][7] extensions allowing to offer you innovative services in these office suites.
11+
**HyperSQLOOo** is part of a [Suite][5] of [LibreOffice][6] and/or [OpenOffice][7] extensions allowing to offer you innovative services in these office suites.
1212

1313
This extension allows you:
1414
- To overcome [bug 139538][8] for users of **LibreOffice on Linux**.
@@ -49,7 +49,7 @@ If necessary, rename it before installing it.
4949
- Install ![jdbcDriverOOo logo][16] **[jdbcDriverOOo.oxt][17]** extension version 1.0.1.
5050
This extension is necessary to use HsqlDB version 2.7.2 with all its features.
5151

52-
- Install ![HsqlDriverOOo logo][1] **[HsqlDriverOOo.oxt][18]** extension version 1.0.1.
52+
- Install ![HyperSQLOOo logo][1] **[HyperSQLOOo.oxt][18]** extension version 1.0.1.
5353

5454
Restart LibreOffice / OpenOffice after installation.
5555

@@ -60,20 +60,20 @@ ___
6060

6161
In LibreOffice / OpenOffice go to File -> New -> Database...:
6262

63-
![HsqlDriverOOo screenshot 1][19]
63+
![HyperSQLOOo screenshot 1][19]
6464

6565
In step: Select database:
6666
- select: Create a new database
6767
- in: Emdedded database: choose: Embedded HsqlDB Driver
6868
- click on button: Next
6969

70-
![HsqlDriverOOo screenshot 2][20]
70+
![HyperSQLOOo screenshot 2][20]
7171

7272
In step: Save and proceed:
7373
- adjust the parameters according to your needs...
7474
- click on button: Finish
7575

76-
![HsqlDriverOOo screenshot 3][21]
76+
![HyperSQLOOo screenshot 3][21]
7777

7878
Have fun...
7979

@@ -93,7 +93,7 @@ If you want to migrate an integrated database (HsqlDB version 1.8.0) to a newer
9393
___
9494
## How does it work:
9595

96-
HsqlDriverOOo is an [com.sun.star.sdbc.Driver][26] UNO service written in Python.
96+
HyperSQLOOo is an [com.sun.star.sdbc.Driver][26] UNO service written in Python.
9797
It is an overlay to the [jdbcDriverOOo][9] extension allowing to store the HyperSQL database in an odb file (which is, in fact, a compressed file).
9898

9999
Its operation is quite basic, namely:
@@ -185,6 +185,8 @@ ___
185185

186186
### What has been done for version 1.0.1:
187187

188+
- Renamed the extension from HsqlDriverOOo to HyperSQLOOo.
189+
188190
- Fixed [bug 156511][33] occurring when using the com.sun.star.embed.XStorage interface. The [workaround][34] is to use the copyElementTo() method instead of moveElementTo(). Versions of LibreOffice 7.6.x and higher become usable.
189191

190192
### What remains to be done for version 1.0.1:
@@ -193,37 +195,37 @@ ___
193195

194196
- Anything welcome...
195197

196-
[1]: <img/HsqlDriverOOo.svg>
197-
[2]: <https://prrvchr.github.io/HsqlDriverOOo/README_fr>
198-
[3]: <https://prrvchr.github.io/HsqlDriverOOo/source/HsqlDriverOOo/registration/TermsOfUse_en>
199-
[4]: <https://prrvchr.github.io/HsqlDriverOOo#historical>
198+
[1]: <img/HyperSQLOOo.svg>
199+
[2]: <https://prrvchr.github.io/HyperSQLOOo/README_fr>
200+
[3]: <https://prrvchr.github.io/HyperSQLOOo/source/HyperSQLOOo/registration/TermsOfUse_en>
201+
[4]: <https://prrvchr.github.io/HyperSQLOOo#historical>
200202
[5]: <https://prrvchr.github.io/>
201203
[6]: <https://www.libreoffice.org/download/download/>
202204
[7]: <https://www.openoffice.org/download/index.html>
203205
[8]: <https://bugs.documentfoundation.org/show_bug.cgi?id=139538>
204206
[9]: <https://prrvchr.github.io/jdbcDriverOOo/>
205207
[10]: <https://repo1.maven.org/maven2/org/hsqldb/hsqldb/1.8.0.10/hsqldb-1.8.0.10.jar>
206-
[11]: <https://github.com/prrvchr/HsqlDriverOOo/>
207-
[12]: <https://github.com/prrvchr/HsqlDriverOOo/issues/new>
208+
[11]: <https://github.com/prrvchr/HyperSQLOOo/>
209+
[12]: <https://github.com/prrvchr/HyperSQLOOo/issues/new>
208210
[13]: <http://hsqldb.org/>
209211
[14]: <https://wiki.documentfoundation.org/Documentation/HowTo/Install_the_correct_JRE_-_LibreOffice_on_Windows_10>
210212
[15]: <https://adoptium.net/releases.html?variant=openjdk11>
211213
[16]: <https://prrvchr.github.io/jdbcDriverOOo/img/jdbcDriverOOo.svg>
212214
[17]: <https://github.com/prrvchr/jdbcDriverOOo/raw/master/jdbcDriverOOo.oxt>
213-
[18]: <https://github.com/prrvchr/HsqlDriverOOo/raw/master/HsqlDriverOOo.oxt>
214-
[19]: <img/HsqlDriverOOo-1.png>
215-
[20]: <img/HsqlDriverOOo-2.png>
216-
[21]: <img/HsqlDriverOOo-3.png>
215+
[18]: <https://github.com/prrvchr/HyperSQLOOo/raw/master/HyperSQLOOo.oxt>
216+
[19]: <img/HyperSQLOOo-1.png>
217+
[20]: <img/HyperSQLOOo-2.png>
218+
[21]: <img/HyperSQLOOo-3.png>
217219
[22]: <https://repo1.maven.org/maven2/org/hsqldb/hsqldb/2.4.0/hsqldb-2.4.0.jar>
218220
[23]: <https://repo1.maven.org/maven2/org/hsqldb/hsqldb/2.4.1/hsqldb-2.4.1.jar>
219221
[24]: <https://repo1.maven.org/maven2/org/hsqldb/hsqldb/2.5.0/hsqldb-2.5.0.jar>
220222
[25]: <https://repo1.maven.org/maven2/org/hsqldb/hsqldb/2.7.2/hsqldb-2.7.2.jar>
221223
[26]: <https://www.openoffice.org/api/docs/common/ref/com/sun/star/sdbc/Driver.html>
222-
[27]: <https://github.com/prrvchr/HsqlDriverOOo/blob/master/uno/lib/uno/embedded/documenthandler.py>
224+
[27]: <https://github.com/prrvchr/HyperSQLOOo/blob/master/uno/lib/uno/embedded/documenthandler.py>
223225
[28]: <https://www.openoffice.org/api/docs/common/ref/com/sun/star/util/XCloseListener.html>
224226
[29]: <http://www.openoffice.org/api/docs/common/ref/com/sun/star/document/XStorageChangeListener.html>
225227
[30]: <https://www.openoffice.org/api/docs/common/ref/com/sun/star/sdbc/XConnection.html>
226228
[31]: <https://forum.openoffice.org/en/forum/viewtopic.php?f=13&t=103912>
227-
[32]: <https://github.com/prrvchr/HsqlDriverOOo/blob/master/uno/lib/uno/embedded/driver.py>
229+
[32]: <https://github.com/prrvchr/HyperSQLOOo/blob/master/uno/lib/uno/embedded/driver.py>
228230
[33]: <https://bugs.documentfoundation.org/show_bug.cgi?id=156511>
229231
[34]: <https://github.com/prrvchr/uno/commit/a2fa9f5975a35e8447907e51b0f78ac1b1b76e17>

README_fr.md

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
## Introduction:
1010

11-
**HsqlDriverOOo** fait partie d'une [Suite][5] d'extensions [LibreOffice][6] et/ou [OpenOffice][7] permettant de vous offrir des services inovants dans ces suites bureautique.
11+
**HyperSQLOOo** fait partie d'une [Suite][5] d'extensions [LibreOffice][6] et/ou [OpenOffice][7] permettant de vous offrir des services inovants dans ces suites bureautique.
1212

1313
Cette extension vous permet:
1414
- De surmonter le [dysfonctionnement 139538][8] pour les utilisateurs de **LibreOffice sur Linux**.
@@ -49,7 +49,7 @@ Si nécessaire, renommez-le avant de l'installer.
4949
- Installer l'extension ![jdbcDriverOOo logo][16] **[jdbcDriverOOo.oxt][17]** version 1.0.1.
5050
Cette extension est nécessaire pour utiliser HsqlDB version 2.7.2 avec toutes ses fonctionnalités.
5151

52-
- Installer l'extension ![HsqlDriverOOo logo][1] **[HsqlDriverOOo.oxt][18]** version 1.0.1.
52+
- Installer l'extension ![HyperSQLOOo logo][1] **[HyperSQLOOo.oxt][18]** version 1.0.1.
5353

5454
Redémarrez LibreOffice / OpenOffice après l'installation.
5555

@@ -60,20 +60,20 @@ ___
6060

6161
Dans LibreOffice / OpenOffice aller à: Fichier -> Nouveau -> Base de données...:
6262

63-
![HsqlDriverOOo screenshot 1][19]
63+
![HyperSQLOOo screenshot 1][19]
6464

6565
A l'étape: Sélectionner une base de données:
6666
- selectionner: Créer une nouvelle base de données
6767
- Dans: Base de données intégrée: choisir: Pilote HsqlDB intégré
6868
- cliquer sur le bouton: Suivant
6969

70-
![HsqlDriverOOo screenshot 2][20]
70+
![HyperSQLOOo screenshot 2][20]
7171

7272
A l'étape: Enregistrer et continuer:
7373
- ajuster les paramètres selon vos besoins...
7474
- cliquer sur le bouton: Terminer
7575

76-
![HsqlDriverOOo screenshot 3][21]
76+
![HyperSQLOOo screenshot 3][21]
7777

7878
Maintenant à vous d'en profiter...
7979

@@ -93,7 +93,7 @@ Si vous souhaitez migrer une base de données intégrée (HsqlDB version 1.8.0)
9393
___
9494
## Comment ça marche:
9595

96-
HsqlDriverOOo est un service [com.sun.star.sdbc.Driver][26] UNO écrit en Python.
96+
HyperSQLOOo est un service [com.sun.star.sdbc.Driver][26] UNO écrit en Python.
9797
Il s'agit d'une surcouche à l'extension [jdbcDriverOOo][9] permettant de stocker la base de données HyperSQL dans un fichier odb (qui est, en fait, un fichier compressé).
9898

9999
Son fonctionnement est assez basique, à savoir:
@@ -185,6 +185,8 @@ ___
185185

186186
### Ce qui a été fait pour la version 1.0.1:
187187

188+
- Renommage de l'extension de HsqlDriverOOo en HyperSQLOOo.
189+
188190
- Résolution du [dysfonctionnement 156511][33] survenant lors de l'utilisation de l'interface com.sun.star.embed.XStorage. Le [contournement][34] consiste à utiliser la méthode copyElementTo() au lieu de moveElementTo(). Les versions de LibreOffice 7.6.x et supérieures deviennent utilisables.
189191

190192
### Que reste-t-il à faire pour la version 1.0.1:
@@ -193,37 +195,37 @@ ___
193195

194196
- Tout ce qui est bienvenu...
195197

196-
[1]: <img/HsqlDriverOOo.svg>
197-
[2]: <https://prrvchr.github.io/HsqlDriverOOo/>
198-
[3]: <https://prrvchr.github.io/HsqlDriverOOo/source/HsqlDriverOOo/registration/TermsOfUse_fr>
199-
[4]: <https://prrvchr.github.io/HsqlDriverOOo/README_fr#historique>
198+
[1]: <img/HyperSQLOOo.svg>
199+
[2]: <https://prrvchr.github.io/HyperSQLOOo/>
200+
[3]: <https://prrvchr.github.io/HyperSQLOOo/source/HyperSQLOOo/registration/TermsOfUse_fr>
201+
[4]: <https://prrvchr.github.io/HyperSQLOOo/README_fr#historique>
200202
[5]: <https://prrvchr.github.io/README_fr>
201203
[6]: <https://fr.libreoffice.org/download/telecharger-libreoffice/>
202204
[7]: <https://www.openoffice.org/fr/Telecharger/>
203205
[8]: <https://bugs.documentfoundation.org/show_bug.cgi?id=139538>
204206
[9]: <https://prrvchr.github.io/jdbcDriverOOo/README_fr>
205207
[10]: <https://repo1.maven.org/maven2/org/hsqldb/hsqldb/1.8.0.10/hsqldb-1.8.0.10.jar>
206-
[11]: <https://github.com/prrvchr/HsqlDriverOOo/>
207-
[12]: <https://github.com/prrvchr/HsqlDriverOOo/issues/new>
208+
[11]: <https://github.com/prrvchr/HyperSQLOOo/>
209+
[12]: <https://github.com/prrvchr/HyperSQLOOo/issues/new>
208210
[13]: <http://hsqldb.org/>
209211
[14]: <https://wiki.documentfoundation.org/Documentation/HowTo/Install_the_correct_JRE_-_LibreOffice_on_Windows_10/fr>
210212
[15]: <https://adoptium.net/releases.html?variant=openjdk11>
211213
[16]: <https://prrvchr.github.io/jdbcDriverOOo/img/jdbcDriverOOo.svg>
212214
[17]: <https://github.com/prrvchr/jdbcDriverOOo/raw/master/jdbcDriverOOo.oxt>
213-
[18]: <https://github.com/prrvchr/HsqlDriverOOo/raw/master/HsqlDriverOOo.oxt>
214-
[19]: <img/HsqlDriverOOo-1_fr.png>
215-
[20]: <img/HsqlDriverOOo-2_fr.png>
216-
[21]: <img/HsqlDriverOOo-3_fr.png>
215+
[18]: <https://github.com/prrvchr/HyperSQLOOo/raw/master/HyperSQLOOo.oxt>
216+
[19]: <img/HyperSQLOOo-1_fr.png>
217+
[20]: <img/HyperSQLOOo-2_fr.png>
218+
[21]: <img/HyperSQLOOo-3_fr.png>
217219
[22]: <https://repo1.maven.org/maven2/org/hsqldb/hsqldb/2.4.0/hsqldb-2.4.0.jar>
218220
[23]: <https://repo1.maven.org/maven2/org/hsqldb/hsqldb/2.4.1/hsqldb-2.4.1.jar>
219221
[24]: <https://repo1.maven.org/maven2/org/hsqldb/hsqldb/2.5.0/hsqldb-2.5.0.jar>
220222
[25]: <https://repo1.maven.org/maven2/org/hsqldb/hsqldb/2.7.2/hsqldb-2.7.2.jar>
221223
[26]: <https://www.openoffice.org/api/docs/common/ref/com/sun/star/sdbc/Driver.html>
222-
[27]: <https://github.com/prrvchr/HsqlDriverOOo/blob/master/uno/lib/uno/embedded/documenthandler.py>
224+
[27]: <https://github.com/prrvchr/HyperSQLOOo/blob/master/uno/lib/uno/embedded/documenthandler.py>
223225
[28]: <https://www.openoffice.org/api/docs/common/ref/com/sun/star/util/XCloseListener.html>
224226
[29]: <http://www.openoffice.org/api/docs/common/ref/com/sun/star/document/XStorageChangeListener.html>
225227
[30]: <https://www.openoffice.org/api/docs/common/ref/com/sun/star/sdbc/XConnection.html>
226228
[31]: <https://forum.openoffice.org/en/forum/viewtopic.php?f=13&t=103912>
227-
[32]: <https://github.com/prrvchr/HsqlDriverOOo/blob/master/uno/lib/uno/embedded/driver.py>
229+
[32]: <https://github.com/prrvchr/HyperSQLOOo/blob/master/uno/lib/uno/embedded/driver.py>
228230
[33]: <https://bugs.documentfoundation.org/show_bug.cgi?id=156511>
229231
[34]: <https://github.com/prrvchr/uno/commit/a2fa9f5975a35e8447907e51b0f78ac1b1b76e17>

_config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ plugins:
55
- jekyll-seo-tag
66
- jemoji
77
favicon: true
8-
logo: /img/hsqldriver.svg
8+
logo: /img/hypersql.svg
99
email: prrvchr@gmail.com
10-
title: HsqlDriverOOo
10+
title: HyperSQLOOo
1111
blank_title: true
1212
description: The latest version of HyperSQL database in a single odb file.
1313
sidebar:
1414
- name: Download
1515
icon: <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" style="vertical-align:-0.125em;" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path stroke-dasharray="14" stroke-dashoffset="14" d="M6 19h12"><animate fill="freeze" attributeName="stroke-dashoffset" begin="0.5s" dur="0.4s" values="14;0"/></path><path stroke-dasharray="18" stroke-dashoffset="18" d="M12 4 h2 v6 h2.5 L12 14.5M12 4 h-2 v6 h-2.5 L12 14.5"><animate fill="freeze" attributeName="stroke-dashoffset" dur="0.4s" values="18;0"/><animate attributeName="d" calcMode="linear" dur="1.5s" keyTimes="0;0.7;1" repeatCount="indefinite" values="M12 4 h2 v6 h2.5 L12 14.5M12 4 h-2 v6 h-2.5 L12 14.5;M12 4 h2 v3 h2.5 L12 11.5M12 4 h-2 v3 h-2.5 L12 11.5;M12 4 h2 v6 h2.5 L12 14.5M12 4 h-2 v6 h-2.5 L12 14.5"/></path></g></svg>
16-
link: https://github.com/prrvchr/HsqlDriverOOo/raw/master/HsqlDriverOOo.oxt
16+
link: https://github.com/prrvchr/HyperSQLOOo/raw/master/HyperSQLOOo.oxt
1717
- name: Repository
1818
icon: <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" style="vertical-align:-0.125em;" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 16 16"><g fill="currentColor"><path d="M12.643 15C13.979 15 15 13.845 15 12.5V5H1v7.5C1 13.845 2.021 15 3.357 15h9.286zM5.5 7h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1zM.8 1a.8.8 0 0 0-.8.8V3a.8.8 0 0 0 .8.8h14.4A.8.8 0 0 0 16 3V1.8a.8.8 0 0 0-.8-.8H.8z"/></g></svg>
19-
link: https://github.com/prrvchr/HsqlDriverOOo
19+
link: https://github.com/prrvchr/HyperSQLOOo
2020
- name: GitHub
2121
icon: <i class="fa-brands fa-github"></i>
2222
link: https://github.com/prrvchr?tab=repositories

favicon.svg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
./img/hsqldriver.svg
1+
./img/hypersql.svg
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)