-
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 |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
|
@symdeb Thank you for your report. |
Beta Was this translation helpful? Give feedback.
-
|
@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. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
@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. |
Beta Was this translation helpful? Give feedback.



@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.