Skip to content

Commit

Permalink
new version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
prrvchr committed Apr 17, 2024
1 parent 87518cb commit b7600d8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,16 +180,15 @@ ___

- Support for the latest version of **jdbcDriverOOo 1.3.1**.
- When saving under a different name, the database if open will be closed correctly.
- 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][44].

### What has been done for version 1.1.5:

- Use of the new data format implemented in version 1.1.4. As a result, if you need to open odb files created with a version lower than 1.1.4 you must first open them with version 1.1.4, otherwise an error will be thrown.

### What has been done for version 1.2.0:

- This version is based on [fix #154989][45] available since LibreOffice 24.2.x. It can therefore work with other extensions offering integrated database services.
- From now on, SQLiteOOo is registered in the LibreOffice embedded drivers under the url: `sdbc:embedded:sqlite`.
- This version is based on [fix #154989][44] available since LibreOffice 24.2.x. It can therefore work with other extensions offering integrated database services.
- Now SQLiteOOo requires LibreOffice 24.2.x minimum and will load for the url: `sdbc:embedded:sqlite`.

### What remains to be done for version 1.2.0:

Expand Down Expand Up @@ -240,5 +239,4 @@ ___
[41]: <https://github.com/prrvchr/sqlite-jdbc/releases/download/3.45.1.3-SNAPSHOT/sqlite-jdbc-3.45.1.3-SNAPSHOT.jar>
[42]: <https://www.openoffice.org/api/docs/common/ref/com/sun/star/sdbc/XGeneratedResultSet.html>
[43]: <https://github.com/prrvchr/sqlite-jdbc/releases/download/3.45.1.6-SNAPSHOT/sqlite-jdbc-3.45.1.6-SNAPSHOT.jar>
[44]: <https://bugs.documentfoundation.org/show_bug.cgi?id=156471#c54>
[45]: <https://gerrit.libreoffice.org/c/core/+/154989>
[44]: <https://gerrit.libreoffice.org/c/core/+/154989>
8 changes: 3 additions & 5 deletions README_fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,16 +180,15 @@ ___

- Prise en charge de la dernière version de **jdbcDriverOOo 1.3.1**.
- Lors de l'enregistrement sous un nom différent, la base de données si ouverte sera fermée correctement.
- 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][44].

### Ce qui a été fait pour la version 1.1.5:

- Utilisation du nouveau format de données implémenté dans la version 1.1.4. Par conséquent, si vous devez ouvrir des fichiers odb créés avec une version inférieure à 1.1.4, vous devez d'abord les ouvrir avec la version 1.1.4, sinon une erreur sera générée.

### Ce qui a été fait pour la version 1.2.0:

- Cette version est basée sur la [correction #154989][45] disponible depuis LibreOffice 24.2.x. Elle peut donc fonctionner avec les autres extensions proposant des services de bases de données intégrées.
- Désormais, SQLiteOOo est enregistré dans les pilotes embarqués de LibreOffice sous l'url : `sdbc:embedded:sqlite`.
- Cette version est basée sur la [correction #154989][44] disponible depuis LibreOffice 24.2.x. Elle peut donc fonctionner avec les autres extensions proposant des services de bases de données intégrées.
- Désormais, SQLiteOOo nécessite LibreOffice 24.2.x minimum et se chargera pour l'URL: `sdbc:embedded:sqlite`.

### Que reste-t-il à faire pour la version 1.2.0:

Expand Down Expand Up @@ -240,5 +239,4 @@ ___
[41]: <https://github.com/prrvchr/sqlite-jdbc/releases/download/3.45.1.3-SNAPSHOT/sqlite-jdbc-3.45.1.3-SNAPSHOT.jar>
[42]: <https://www.openoffice.org/api/docs/common/ref/com/sun/star/sdbc/XGeneratedResultSet.html>
[43]: <https://github.com/prrvchr/sqlite-jdbc/releases/download/3.45.1.6-SNAPSHOT/sqlite-jdbc-3.45.1.6-SNAPSHOT.jar>
[44]: <https://bugs.documentfoundation.org/show_bug.cgi?id=156471#c54>
[45]: <https://gerrit.libreoffice.org/c/core/+/154989>
[44]: <https://gerrit.libreoffice.org/c/core/+/154989>

0 comments on commit b7600d8

Please sign in to comment.