DescriptionExport a table from mySQL with columns and table names in uppercase DBeaver Version26.0 Operating SystemUbuntu 26.10 Database and driver
Steps to reproduceAs above Additional contextNo response |
Answered by
E1izabeth
May 7, 2026
Replies: 4 comments
|
@symdeb What version of MariaDB are you using? If I set the connection settings Emtadata to use case-sensitive names in DDL statements, the case sensitivity is upheld. Not the case with MySQL. If I export to INSERT statements, the case sensitivity is kept. |
0 replies
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



@symdeb, you can change the target table and column names at this step
If you want the case to be preserved, put it to quotes.