Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

chore(sql): support UUID column type in PostgreSQL #9247

Merged
merged 1 commit into from
Dec 24, 2020

Conversation

zregvart
Copy link
Member

When we encounter a column of JDBC type OTHER we now look at the type
name to see if it equals UUID (regardless of case), and report the
column having VARCHAR JDBC type instead.

Ref. https://issues.redhat.com/browse/ENTESB-13689

When we encounter a column of JDBC type `OTHER` we now look at the type
name to see if it equals `UUID` (regardless of case), and report the
column having `VARCHAR` JDBC type instead.

Ref. https://issues.redhat.com/browse/ENTESB-13689
@zregvart zregvart added the backport 1.12.x Needs to be backported to 1.12.x label Dec 23, 2020
@zregvart zregvart merged commit 9d80453 into syndesisio:master Dec 24, 2020
@zregvart zregvart deleted the issue/ENTESB-13689 branch December 24, 2020 10:02
@zregvart zregvart added backport 1.12.x Needs to be backported to 1.12.x and removed backport 1.12.x Needs to be backported to 1.12.x labels Jan 4, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
backport 1.12.x Needs to be backported to 1.12.x
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant