Skip to content

Commit ef7132c

Browse files
committed
new version 1.0.4
1 parent 8323cde commit ef7132c

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ ___
168168

169169
- Requires the latest version of **jdbcDriverOOo 1.4.4**.
170170
- In the extension options it is possible to define the options: **View system tables**, **Use bookmarks** and **Force SQL mode** which will be specific to this driver.
171+
- In order not to conflict with LibreOffice's embedded Firebird driver, the driver has been renamed to **Embedded Jaybird Driver**.
171172

172173
### What remains to be done for version 1.0.4:
173174

README_fr.md

+1
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ ___
168168

169169
- Nécessite la dernière version de **jdbcDriverOOo 1.4.4**.
170170
- Dans les options de l'extension il est possible de définir les options: **Afficher les tables système**, **Utiliser les signets** et **Forcer le mode SQL** qui seront spécifiques à ce pilote.
171+
- Afin de ne pas entrer en conflit avec le pilote Firebird intégré à LibreOffice, le pilote a été renommé en **Pilote Jaybird intégré**.
171172

172173
### Que reste-t-il à faire pour la version 1.0.4:
173174

source/JaybirdOOo/Drivers.xcu

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
<value>io.github.prrvchr.JaybirdOOo.Driver</value>
3636
</prop>
3737
<prop oor:name="DriverTypeDisplayName" oor:type="xs:string">
38-
<value xml:lang="en-US">Embedded Firebird Driver</value>
39-
<value xml:lang="fr-FR">Pilote Firebird intégré</value>
38+
<value xml:lang="en-US">Embedded Jaybird Driver</value>
39+
<value xml:lang="fr-FR">Pilote Jaybird intégré</value>
4040
</prop>
4141
<node oor:name="Properties">
4242
<node oor:name="TypeInfoSettings" oor:op="replace">

0 commit comments

Comments
 (0)