squirrel-sql-client / squirrel-sql-code

Share of the SQuirreL SQL source code originating from SourceForge, see https://squirrelsql.org
GNU Lesser General Public License v2.1
59 stars 11 forks source link

Add UUID support #25

Open alippai opened 8 months ago

alippai commented 8 months ago

Using Vertica and recent JDBC driver running select UUID_GENERATE() returns <Other>. Its getColumnClassName is java.util.UUID

gerdwagner commented 8 months ago

You may try the following: Go to menu Files --> Global Preferences --> tab Data Type Controls --> section "SQL Other (SQL type 1111)" and check "Read contents when table is first loaded and display as string".