ilovejs / h2database

Automatically exported from code.google.com/p/h2database
0 stars 1 forks source link

Driver name and version are not coherent between OsgiDataSourceFactory and JdbcDatabaseMetaData #463

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I noticed that I get different values from OsgiDataSourceFactory registration 
properties (OSGI_JDBC_DRIVER_NAME = "H2", OSGI_JDBC_DRIVER_VERSION = 
Constants.getVersion()) and from JdbcDatabaseMetaData (getDriverName() = "H2 
Driver Class", getDriverVersion() = Constants.getFullVersion())

I would ease up things for me if they'd be identical.

I suggest that the OsgiDataSourceFactory registration would be changed because 
this feature was just released and I doubt that there shouldn't yet be many 
implementations relying on these values.

Original issue reported on code.google.com by TuomasKi...@gmail.com on 15 May 2013 at 7:24

GoogleCodeExporter commented 9 years ago
I hope this change doesn't break anything, but it sounds reasonable. I will 
commit it.

Original comment by thomas.t...@gmail.com on 31 May 2013 at 2:27

GoogleCodeExporter commented 9 years ago
Should be fixed in version 1.3.173

Original comment by thomas.t...@gmail.com on 28 Jul 2013 at 2:53