Skip to content
Snippets Groups Projects
Unverified Commit bd8beadb authored by Cam Saul's avatar Cam Saul Committed by GitHub
Browse files

Attempt to infer better base type than type/* for native queries; fix H2 NPE (#12197)

*  If a driver returns base type `:type/*` (i.e., unknown type) in column metadata for native query results, attempt to infer better type by scanning values sample
*  Fix NPE in H2 native query results for columns where JDBC metadata `.getColumnClassName` returned nil
*  Rename `annotate/column-info*` to `annotate/merged-column-info` (makes the purpose of the function clearer)
parent 10d4e043
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment