Skip to content
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.
This repository is currently being migrated. It's locked while the migration is in progress.

Oracle Dialect Quote Brackets #1434

Open
sumiet opened this issue Sep 25, 2019 · 1 comment · May be fixed by #1435
Open

Oracle Dialect Quote Brackets #1434

sumiet opened this issue Sep 25, 2019 · 1 comment · May be fixed by #1435

Comments

@sumiet
Copy link

sumiet commented Sep 25, 2019

I am using this library to generate queries for Oracle (Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production) and it generates table and column names with square brackets around them. For example:

Actual: Select [column_name] from [table_name];
Expected: Select column_name from table_name;

I did some analysis and found that the brackets are coming from the Quote method in oracl_dialect file. Is there a way to disable the quote application? or to go back to "\"" quote format?

If not please consider fixing it. Thanks in advance.

@sumiet
Copy link
Author

sumiet commented Sep 25, 2019

The reference git commit in which this change was brought in: b757473?diff=split

@lunny lunny linked a pull request Oct 1, 2019 that will close this issue
2 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants