-
- Downloads
>
> Shouldn't > > throw new PSQLException("metadata unavailable"); > > in getTypeInfo() be something like: > > throw new PSQLException("postgresql.meta.unavailable"); > > to allow translation of the error message in the > errors*.properties files? You're right. Attached is an updated patch that also includes a message in error.properties. I've attempted a French message in errors_fr.properties but beware that I haven't written French in quite a few years. Don't know Italian, German, or Dutch so I can't do those. Liam Stewart
Showing
- src/interfaces/jdbc/org/postgresql/errors.properties 1 addition, 0 deletionssrc/interfaces/jdbc/org/postgresql/errors.properties
- src/interfaces/jdbc/org/postgresql/errors_fr.properties 1 addition, 0 deletionssrc/interfaces/jdbc/org/postgresql/errors_fr.properties
- src/interfaces/jdbc/org/postgresql/jdbc1/DatabaseMetaData.java 14 additions, 9 deletions...nterfaces/jdbc/org/postgresql/jdbc1/DatabaseMetaData.java
- src/interfaces/jdbc/org/postgresql/jdbc2/DatabaseMetaData.java 16 additions, 9 deletions...nterfaces/jdbc/org/postgresql/jdbc2/DatabaseMetaData.java
Loading
Please register or sign in to comment