Skip to content

Commit

Permalink
new version 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
prrvchr committed Sep 4, 2024
1 parent 0246676 commit bc366f6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ It embeds the drivers for the following databases:
- [Apache Derby][18] version 10.15.2.0
- [Firebird via Jaybird][19] version 5.0.5
- [MySQL via Connector/J][20] version 8.4.0 (currently being integrated, use with caution)
- [Trino or PrestoSQL][21] version 453 (currently being integrated, use with caution)
- [Trino or PrestoSQL][21] version 455 (currently being integrated, use with caution)

Thanks to drivers providing an integrated database engine such as: HsqlDB, H2, SQLite or Derby, it is possible in Base to very easily create and manage databases, as easily as creating Writer documents.
You will find the information needed to create a database with these drivers in the section: [Connection URL][30]
Expand Down Expand Up @@ -558,6 +558,7 @@ Clients using the jdbcDriverOOo driver can access features of the underlying JDB
- The options button is now accessible in the list of installed extensions obtained by the menu: **Tools -> Extensions Manager...**
- The extension options are now accessible via: **Tools -> Options... -> LibreOffice Base -> Pur Java JDBC Driver**
- The extension options: **View system tables**, **Use bookmarks** and **Force SQL mode** will be searched in the information provided when connecting and will take precedence if present.
- Updated Trino driver to version 455.

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

Expand Down
3 changes: 2 additions & 1 deletion README_fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Elle embarque les pilotes pour les base de données suivantes:
- [Apache Derby][18] version 10.15.2.0
- [Firebird via Jaybird][19] version 5.0.5
- [MySQL via Connector/J][20] version 8.4.0 (en cours d'intégration, à utiliser avec prudence)
- [Trino ou PrestoSQL][21] version 453 (en cours d'intégration, à utiliser avec prudence)
- [Trino ou PrestoSQL][21] version 455 (en cours d'intégration, à utiliser avec prudence)

Grâce aux pilotes fournissant un moteur de base de données intégré tels que: HsqlDB, H2, SQLite ou Derby, il est possible dans Base de créer et gérer très facilement des bases de données, aussi facilement que de créer des documents Writer.
Vous trouverez les informations nécessaires à la création d'une base de données avec ces pilotes dans la section: [URL de connexion][30]
Expand Down Expand Up @@ -558,6 +558,7 @@ Les clients utilisant le pilote jdbcDriverOOo peuvent accéder aux fonctionnalit
- Le bouton options est désormais accessible dans la liste des extensions installées obtenue par le menu : **Outils -> Gestionnaire d'extensions...**
- Les options de l'extension sont désormais accessibles via: **Outils -> Options... -> LibreOffice Base -> Pilote JDBC pure Java**
- Les options de l'extension: **Voir les tables système**, **Utiliser les signets** et **Forcer le mode SQL** seront recherchées dans les informations fournies lors de la connexion et auront la priorité si elles sont présentes.
- Pilote Trino mis à jour vers la version 455.

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

Expand Down
2 changes: 1 addition & 1 deletion source/jdbcDriverOOo/Drivers.xcu
Original file line number Diff line number Diff line change
Expand Up @@ -1516,7 +1516,7 @@
</node>
<node oor:name="JavaDriverClassPath" oor:op="replace">
<prop oor:name="Value" oor:type="xs:string">
<value>%origin%/driver/trino-jdbc-453.jar</value>
<value>%origin%/driver/trino-jdbc-455.jar</value>
</prop>
</node>
<node oor:name="JavaDriverClass" oor:op="replace">
Expand Down
Binary file not shown.

0 comments on commit bc366f6

Please sign in to comment.