ADBA feedback
Lukas Eder
lukas.eder at gmail.com
Mon Apr 30 08:35:54 UTC 2018
2018-04-30 10:28 GMT+02:00 Mark Rotteveel <mark at lawinegevaar.nl>:
>
> Retrieval by column label in JDBC is case insensitive by specification,
> and I think that ADBA should maintain that. That is irrespective if the
> label was originally case sensitive or not.
Interesting, thanks I wasn't aware of that (you see, I've never really used
the API) :)
So, in the event of a query like this:
SELECT 1 AS "A", 2 AS "a"
In JDBC, the index-based API is the only one that works, despite the query
being correct SQL, producing two explicitly distinct column names (even if
that's an edge case).
More information about the jdbc-spec-discuss
mailing list