Encoding / Collation

IDs (database/table/column/index name)

Database server handle quite well special character, whether database name itself or table table or columns name.

WebDB escape them well. However, for your own interest, the UI don't allow special character input and tell you

Connection Encoding

From 2024, all server set the default collation to a very UTF-8 compatible, so you don't have to worry are different alphabet or special characters

WebDB, by default, let driver choose encoding for the connection. All implemented driver, until now, use UTF-8 as default encoding

Values

On this side, you are obviously free to input any characters, anywhere on the App.

WebDB backend will escape any quote and special symbols before generating queries

Last updated