Oracle dialect suppresses AS
This commit is contained in:
parent
f6a38e4024
commit
9ec447109f
1 changed files with 1 additions and 1 deletions
|
|
@ -245,7 +245,7 @@ The most visible difference between dialects is how SQL entities
|
|||
should be quoted (if the `:quoted true` option is provided to `format`).
|
||||
Most databases use `"` for quoting (the `:ansi` and `:oracle` dialects).
|
||||
The `:sqlserver` dialect uses `[`..`]` and the `:mysql` dialect uses
|
||||
```..```.
|
||||
```..```. In addition, the `:oracle` dialect disables `AS` in aliases.
|
||||
|
||||
Currently, the only dialect that has substantive differences from
|
||||
the others is `:mysql` which has a `:lock` clause (that is very
|
||||
|
|
|
|||
Loading…
Reference in a new issue