Julien Viet

Results 1136 comments of Julien Viet

_JDBC and ODBC are almost-universally-supported standards_ in Java not strongly against it, but just giving some perspective

it is not clear what is needed from HRX perspective, do you mean that HRX will generate queries with placeholder and then the client will parse it to replace the...

you are saying that a simple tokenization of a query with `?` as delimiter will do the job, however this thread indicates it seems to be more complex than that...

It is not clear to me actually what you are asking to support. Are you asking that the PostgreSQL client is able support rewriting queries using `?` as placeholders instead...

@gavinking yes I see what you mean, I think we can do such API but keep it internal (i.e on `SqlClientInternal` interface) for HRX as I don't want encourage API...

I think we could have a tag on `SqlClientInternal` that will internally rewrite SQL queries to use something like the code you provided when set

I think that most properties should be generically supported and not related to the TCP options at all. currently the code do: ```java default: configuration.put(key, value); break; ``` instead it...

Sure, I think the codec should be in SPI package and not in API. I'll do a review of the rest. can you open an issue for this task that...

this is somehow proprietary to each database, e.g for postgres one need to execute a SQL statement that will do that