Roman Meier

Results 9 comments of Roman Meier

there is, but it's not very flexible - since there are a lot of possible formats: https://docs.coinapi.io/#time i would leave this to the user - especially to reduce errors like...

Hi @vietj, thanks for your response. Here is the PR: https://github.com/eclipse-vertx/vertx-sql-client/pull/1112

that's why im looking for an integration test - i suspect we _might_ be able to use a String as long as we pass it as UTF8. Then we could...

Hi @vietj, So turns out we might as well use String. Or do you think there is value in an extra class like the PgSQLXML i added? otherwise i will...

> this PR changes a lot of things that should not be changed (like reformatting), can you keep only to the essential changes ? Hi @vietj, thanks for the feedback...

There is these 2 cases for the Map: ``` static DataType valueOf(int oid) { DataType value = oidToDataType.get(oid); if (value == null) { logger.debug("Postgres type OID=" + oid + "...

@purshink, very nice - you found the issue. But it's missing from `npm start`. `npm run build` works now. Thanks

Hi @purshink, no problem on the deployed version!

This should be noted in the readme, aswell as the npm version used for it (though they come bundled together)