Skip to content

Commit 34c9531

Browse files
committed
new version 1.1.3
1 parent e60a8b1 commit 34c9531

File tree

5 files changed

+21
-16
lines changed

5 files changed

+21
-16
lines changed

HyperSQLOOo.update.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
xmlns="http://openoffice.org/extensions/update/2006"
2929
xmlns:xlink="http://www.w3.org/1999/xlink">
3030
<identifier value="io.github.prrvchr.HyperSQLOOo"/>
31-
<version value="1.1.2"/>
31+
<version value="1.1.3"/>
3232
<update-download>
3333
<src xlink:href="https://github.com/prrvchr/HyperSQLOOo/releases/latest/download/HyperSQLOOo.oxt"/>
3434
</update-download>
@@ -40,7 +40,7 @@
4040
<name xlink:href="https://prrvchr.github.io/HyperSQLOOo/README_fr" lang="fr">HyperSQLOOo</name>
4141
</publisher>
4242
<release-notes>
43-
<src xlink:href="https://prrvchr.github.io/HyperSQLOOo/#what-has-been-done-for-version-112" lang="en"/>
44-
<src xlink:href="https://prrvchr.github.io/HyperSQLOOo/README_fr#ce-qui-a-%C3%A9t%C3%A9-fait-pour-la-version-112" lang="fr"/>
43+
<src xlink:href="https://prrvchr.github.io/HyperSQLOOo/#what-has-been-done-for-version-113" lang="en"/>
44+
<src xlink:href="https://prrvchr.github.io/HyperSQLOOo/README_fr#ce-qui-a-%C3%A9t%C3%A9-fait-pour-la-version-113" lang="fr"/>
4545
</release-notes>
4646
</description>

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
**The use of this software subjects you to our [Terms Of Use][4].**
3131

32-
# version [1.1.2][5]
32+
# version [1.1.3][5]
3333

3434
## Introduction:
3535

@@ -254,7 +254,11 @@ ___
254254
- When saving under a different name, the database if open will be closed correctly.
255255
- When opening an odb file, if the connection fails, to avoid data destruction, recompression of the database files will not take place. Thanks to Robert for being able to detect this [issue][47].
256256

257-
### What remains to be done for version 1.1.2:
257+
### What has been done for version 1.1.3:
258+
259+
- Use of the new data format implemented in version 1.1.2. As a result, if you need to open odb files created with a version lower than 1.1.2 you must first open them with version 1.1.2, otherwise an error will be thrown.
260+
261+
### What remains to be done for version 1.1.3:
258262

259263
- Add new language for internationalization...
260264

@@ -264,7 +268,7 @@ ___
264268
[2]: <https://prrvchr.github.io/HyperSQLOOo/>
265269
[3]: <https://prrvchr.github.io/HyperSQLOOo/README_fr>
266270
[4]: <https://prrvchr.github.io/HyperSQLOOo/source/HyperSQLOOo/registration/TermsOfUse_en>
267-
[5]: <https://prrvchr.github.io/HyperSQLOOo#what-has-been-done-for-version-112>
271+
[5]: <https://prrvchr.github.io/HyperSQLOOo#what-has-been-done-for-version-113>
268272
[6]: <https://prrvchr.github.io/>
269273
[7]: <https://www.libreoffice.org/download/download/>
270274
[8]: <https://www.openoffice.org/download/index.html>
@@ -285,7 +289,7 @@ ___
285289
[23]: <https://img.shields.io/github/v/tag/prrvchr/jdbcDriverOOo?label=latest#right>
286290
[24]: <img/HyperSQLOOo.svg#middle>
287291
[25]: <https://github.com/prrvchr/HyperSQLOOo/releases/latest/download/HyperSQLOOo.oxt>
288-
[26]: <https://img.shields.io/github/downloads/prrvchr/HyperSQLOOo/latest/total?label=v1.1.2#right>
292+
[26]: <https://img.shields.io/github/downloads/prrvchr/HyperSQLOOo/latest/total?label=v1.1.3#right>
289293
[27]: <img/HyperSQLOOo-1.png>
290294
[28]: <img/HyperSQLOOo-2.png>
291295
[29]: <img/HyperSQLOOo-3.png>

README_fr.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
**L'utilisation de ce logiciel vous soumet à nos [Conditions d'utilisation][4].**
3131

32-
# version [1.1.2][5]
32+
# version [1.1.3][5]
3333

3434
## Introduction:
3535

@@ -254,7 +254,11 @@ ___
254254
- Lors de l'enregistrement sous un nom différent, la base de données si ouverte sera fermée correctement.
255255
- Lors de l'ouverture d'un fichier odb, si la connexion échoue, pour éviter la destruction des données, la recompression des fichiers de la base de données n'aura pas lieu. Merci à Robert d'avoir su détecter ce [dysfonctionnement][47].
256256

257-
### Que reste-t-il à faire pour la version 1.1.2:
257+
### Ce qui a été fait pour la version 1.1.3:
258+
259+
- Utilisation du nouveau format de données implémenté dans la version 1.1.2. Par conséquent, si vous devez ouvrir des fichiers odb créés avec une version inférieure à 1.1.2, vous devez d'abord les ouvrir avec la version 1.1.2, sinon une erreur sera générée.
260+
261+
### Que reste-t-il à faire pour la version 1.1.3:
258262

259263
- Ajouter de nouvelles langue pour l'internationalisation...
260264

@@ -264,7 +268,7 @@ ___
264268
[2]: <https://prrvchr.github.io/HyperSQLOOo/>
265269
[3]: <https://prrvchr.github.io/HyperSQLOOo/>
266270
[4]: <https://prrvchr.github.io/HyperSQLOOo/source/HyperSQLOOo/registration/TermsOfUse_fr>
267-
[5]: <https://prrvchr.github.io/HyperSQLOOo/README_fr#ce-qui-a-%C3%A9t%C3%A9-fait-pour-la-version-112>
271+
[5]: <https://prrvchr.github.io/HyperSQLOOo/README_fr#ce-qui-a-%C3%A9t%C3%A9-fait-pour-la-version-113>
268272
[6]: <https://prrvchr.github.io/README_fr>
269273
[7]: <https://fr.libreoffice.org/download/telecharger-libreoffice/>
270274
[8]: <https://www.openoffice.org/fr/Telecharger/>
@@ -285,7 +289,7 @@ ___
285289
[23]: <https://img.shields.io/github/v/tag/prrvchr/jdbcDriverOOo?label=latest#right>
286290
[24]: <img/HyperSQLOOo.svg#middle>
287291
[25]: <https://github.com/prrvchr/HyperSQLOOo/releases/latest/download/HyperSQLOOo.oxt>
288-
[26]: <https://img.shields.io/github/downloads/prrvchr/HyperSQLOOo/latest/total?label=v1.1.2#right>
292+
[26]: <https://img.shields.io/github/downloads/prrvchr/HyperSQLOOo/latest/total?label=v1.1.3#right>
289293
[27]: <img/HyperSQLOOo-1_fr.png>
290294
[28]: <img/HyperSQLOOo-2_fr.png>
291295
[29]: <img/HyperSQLOOo-3_fr.png>

source/HyperSQLOOo/description.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
╚════════════════════════════════════════════════════════════════════════════════════╝
2626
-->
2727
<description xmlns="http://openoffice.org/extensions/description/2006" xmlns:d="http://openoffice.org/extensions/description/2006" xmlns:xlink="http://www.w3.org/1999/xlink">
28-
<version value="1.1.2"/>
28+
<version value="1.1.3"/>
2929
<identifier value="io.github.prrvchr.HyperSQLOOo"/>
3030
<platform value="all"/>
3131
<dependencies>

uno/lib/uno/embedded/documenthandler.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -245,10 +245,7 @@ def _extractStorage(self, sf, source, url):
245245
count = 0
246246
if source.hasElements():
247247
for name in source.getElementNames():
248-
# FIXME: if we want to be able to open files
249-
# FIXME: from previous versions we need to rename the files
250-
newname = name.replace(self._folder, g_catalog)
251-
path = self._getPath(url, newname)
248+
path = self._getPath(url, name)
252249
if source.isStreamElement(name):
253250
input = source.openStreamElement(name, SEEKABLEREAD).getInputStream()
254251
sf.writeFile(path, input)

0 commit comments

Comments
 (0)