diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2017-12-28 10:35:15 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-28 10:35:15 -0800 |
commit | df2b74b53664cc3ce3a49156c555b84c134bb75a (patch) | |
tree | 89d2a363ead699b4e8916c9ddb7ffccd8d429f1d /lib/arel/nodes/unary.rb | |
parent | 6cf061ed6f3f9c8128385765c07eaa4f8a43bd34 (diff) | |
parent | d8f463a3b87ff9f69eef2a3ed5718b198c2072a1 (diff) | |
download | rails-df2b74b53664cc3ce3a49156c555b84c134bb75a.tar.gz rails-df2b74b53664cc3ce3a49156c555b84c134bb75a.tar.bz2 rails-df2b74b53664cc3ce3a49156c555b84c134bb75a.zip |
Merge pull request #481 from lautis/lateral
Lateral expressions for PostgreSQL
Diffstat (limited to 'lib/arel/nodes/unary.rb')
-rw-r--r-- | lib/arel/nodes/unary.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/arel/nodes/unary.rb b/lib/arel/nodes/unary.rb index 5711d91dce..e458d87ab3 100644 --- a/lib/arel/nodes/unary.rb +++ b/lib/arel/nodes/unary.rb @@ -28,6 +28,7 @@ module Arel Group GroupingElement GroupingSet + Lateral Limit Lock Not |