We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a3570b6 + a1b3a1d commit 268815fCopy full SHA for 268815f
lib/active_record/connection_adapters/oracle_enhanced/quoting.rb
@@ -142,7 +142,7 @@ def column_name_with_order_matcher
142
(
143
(?:
144
# "table_name"."column_name" | function(one or no argument)
145
- ((?:\w+\.|"\w+"\.)?(?:\w+|"\w+")) | \w+\((?:|\g<2>)\)
+ ((?:\w+\.|"\w+"\.)?(?:\w+|"\w+") | \w+\((?:|\g<2>)\))
146
)
147
(?:(?:\s+AS)?\s+(?:\w+|"\w+"))?
148
@@ -155,7 +155,7 @@ def column_name_with_order_matcher
155
156
157
158
159
160
(?:\s+ASC|\s+DESC)?
161
(?:\s+NULLS\s+(?:FIRST|LAST))?
0 commit comments