Skip to content
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.

Generate queries with columns in parentheses #9

Open
Mikado3780 opened this issue Apr 18, 2018 · 0 comments
Open

Generate queries with columns in parentheses #9

Mikado3780 opened this issue Apr 18, 2018 · 0 comments

Comments

@Mikado3780
Copy link
Collaborator

  • Consider entity with property Order and also the same column in the database. KORM will generate query like : SELECT Col1, Col2, Order, Col3 FROM Table. This query will not be executed, because Order is reserved keyword.
  • All columns in query need to be closed in parentheses. If someone writes whole query on its own, query shoud be write correctly (with parentheses).
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants