FirebirdSQL / jaybird

JDBC driver for Firebird
https://firebirdsql.org/en/jdbc-driver/
GNU Lesser General Public License v2.1
94 stars 23 forks source link

version error jaybird-full-4.0.5.java8.jar #688

Closed Hugolarson closed 2 years ago

Hugolarson commented 2 years ago

.getMetaData().getDriverVersion() -> "4.0.4". Should be "4.0.5"

mrotteveel commented 2 years ago

I haven't tried to reproduce it yet, but the org/firebirdsql/jaybird/version.properties of the archive reports 4.0.5, and the version information is (or: should be) read from this file. Are you sure you also haven't a Jaybird 4.0.4 on your classpath?

Hugolarson commented 2 years ago

Sorry it was an Eclipse issue.

closing.

Hugo