alfateam / orange-orm

The ultimate ORM for Node and Typescript
https://orange-orm.io
ISC License
675 stars 20 forks source link

Table names should be quoted #91

Closed lroal closed 3 months ago

lroal commented 4 months ago

orange Version

4.0.0

Database

None

Database Version

No response

Operating System

No response

Description

Need to quote table names as they can collide with reserved words. Example a table named 'order' or 'user'

Expected Behavior

No response