You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
=====================================================
I got error With this settings (Auto):
Settings->SQL: Escaped all object name-> Auto
So when I click the table name (in left panel) this sql run: https://mariadb.com/kb/en/reserved-words/
and I got the error:
(conn:227, no: 1064, SQLState: 42000) You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'signal LIMIT 100' at line 1 sql: SELECT * FROM signal LIMIT 100 - parameters:[]
EDIT: I corrected 'Never' to 'Always' in text.
Hello,
I have a table with name: signal
This is a reserved word: https://mariadb.com/kb/en/reserved-words/
=====================================================
I got error With this settings (Auto):
Settings->SQL: Escaped all object name-> Auto
So when I click the table name (in left panel) this sql run:
https://mariadb.com/kb/en/reserved-words/
and I got the error:
(conn:227, no: 1064, SQLState: 42000) You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'signal LIMIT 100' at line 1 sql: SELECT * FROM signal LIMIT 100 - parameters:[]
=====================================================
With the setting (Always) all works fine but all table and column name are escaped.
I rarely use reserved word in table or in column name -> I don't need the lot of escaping for nothing, so 'Always' settings not so attractive for me.
So I suggest two possible fix:
Use mariadb reserved words (linked) at 'Auto' setting, and then only
signal
will be escaped in sql with 'Auto' mode.Add possibility for 'Auto' settings to add words manually, so I can add 'signal' word manually. So user can add any individual exception if needed.
Thanks to consider my suggestions.
Keep up the great work with the development.
Adam
My database type and version: 11.4.4-MariaDB (windows 11)
I'm on Premium plan.
The text was updated successfully, but these errors were encountered: