Skip to content

SQL: Move away internally from JDBCType to SQLType#33913

Merged
costin merged 1 commit intoelastic:masterfrom
costin:fix-33094
Sep 22, 2018
Merged

SQL: Move away internally from JDBCType to SQLType#33913
costin merged 1 commit intoelastic:masterfrom
costin:fix-33094

Conversation

@costin
Copy link
Copy Markdown
Member

@costin costin commented Sep 20, 2018

This is a first step in allowing our own custom types (such as Interval) internally and within JDBC as we're moving away from a fixed enum to a pluggable interface (which is implemented by JDBCType as well).

Fix #33904

@elasticmachine
Copy link
Copy Markdown
Collaborator

Pinging @elastic/es-search-aggs

Copy link
Copy Markdown
Contributor

@astefan astefan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Copy Markdown
Contributor

@matriv matriv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@costin costin merged commit 17605bf into elastic:master Sep 22, 2018
costin added a commit that referenced this pull request Sep 22, 2018
Replace JDBCType enum with SQLType interface for extensibility

Fix #33094

(cherry picked from commit 17605bf)
@costin costin deleted the fix-33094 branch September 22, 2018 08:18
kcm pushed a commit that referenced this pull request Oct 30, 2018
Replace JDBCType enum with SQLType interface for extensibility

Fix #33094
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

SQL: Move away from JDBCType to SQLType

5 participants