index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
arel
/
visitors
/
oracle.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove Unused variable - offset_bind
Gaurish Sharma
2017-07-29
1
-1
/
+0
*
Address `undefined method `value_for_database'` in Oracle visitor
Yasuo Honda
2017-07-25
1
-3
/
+4
*
Refactor `substitute_binds` to perform substitution immediately
Sean Griffin
2017-07-21
1
-1
/
+1
*
Merge pull request #447 from ojab/master
Rafael França
2016-10-07
1
-1
/
+2
|
\
|
*
Freeze all the strings in visitors
ojab
2016-08-31
1
-1
/
+2
*
|
Fix issue #438 when oracle visitor gets BindParams
Rodrigo Castro
2016-10-07
1
-2
/
+13
|
/
*
Follow up #370 for Oracle, to fix undefined method `expr' for 10:Fixnum bug.
Eric Guo
2015-07-14
1
-1
/
+1
*
Support Oracle bind parameter value
Yasuo Honda
2014-11-20
1
-0
/
+4
*
Wrap group_by sql with a subquery for limiting rows in Oracle.
Chris Dinger
2014-09-16
1
-1
/
+1
*
Support to add the casting node to the AST at build time
Yasuo Honda
2014-05-05
1
-1
/
+1
*
Add collector argument to address ArgumentError: wrong number of arguments (2...
Yasuo Honda
2014-05-02
1
-1
/
+1
*
oracle tests passing
Aaron Patterson
2014-04-08
1
-19
/
+28
*
remove the default parameter and updated comment
Alex Lin
2014-03-25
1
-1
/
+1
*
Removed all the fiels in lib/arel/visitors/ which needs dependency on 'a' als...
Alex Lin
2014-03-24
1
-15
/
+15
*
Support `columns_for_distinct`
Yasuo Honda
2013-10-14
1
-2
/
+2
*
Make visitors threadsafe by removing @last_column
Ernie Miller
2013-04-28
1
-17
/
+17
*
Revert issue #99 fixes
Eduardo Mourao
2013-03-15
1
-1
/
+2
*
Add oracle paging optimization discussed in issue 99
tom
2013-01-08
1
-1
/
+1
*
Oracle limit and offset issue when query is ordered, issue #99 solved.
babinho
2012-02-17
1
-2
/
+1
*
Support locking by default and disable it only for SQLite.
Edgars Beigarts
2011-08-26
1
-4
/
+0
*
Support locking in Oracle
Edgars Beigarts
2011-08-26
1
-0
/
+4
*
Oracle does not allow ORDER BY/LIMIT in UPDATE queries.
thedarkone
2011-07-26
1
-0
/
+12
*
Added MINUS for Oracle
Brian Cardarella
2011-01-23
1
-0
/
+4
*
Merge branch '2-0-stable'
Aaron Patterson
2011-01-03
1
-1
/
+0
|
\
|
*
should return nil instead of empty string
Aaron Patterson
2011-01-03
1
-1
/
+0
*
|
Merge branch '2-0-stable'
Aaron Patterson
2011-01-03
1
-3
/
+4
|
\
|
|
*
we do not need to modify the AST
Aaron Patterson
2011-01-03
1
-3
/
+4
|
*
fisting lots of oracle errors
Aaron Patterson
2011-01-03
1
-4
/
+4
*
|
fisting lots of oracle errors
Aaron Patterson
2011-01-03
1
-4
/
+4
*
|
cleaning up more nodes
Aaron Patterson
2010-12-14
1
-2
/
+2
|
/
*
small additional fix for order_hacks method for Oracle
Raimonds Simanovskis
2010-11-16
1
-2
/
+6
*
fix one more time order_hacks method for Oracle
Raimonds Simanovskis
2010-11-16
1
-8
/
+17
*
fix order_hacks method for Oracle when complex functions are used in order by
Raimonds Simanovskis
2010-11-06
1
-1
/
+17
*
generate correct select if only offset is present (in Oracle)
Raimonds Simanovskis
2010-10-21
1
-0
/
+14
*
use subquery for limit when DISTINCT is used (in Oracle)
Raimonds Simanovskis
2010-09-29
1
-2
/
+4
*
yay, more oracle hacks
Aaron Patterson
2010-09-24
1
-2
/
+2
*
fixing formatting
Aaron Patterson
2010-09-24
1
-10
/
+11
*
avoid modifying the ast in certain cases
Aaron Patterson
2010-09-24
1
-2
/
+4
*
adding more oracle hacks
Aaron Patterson
2010-09-24
1
-0
/
+19
*
dealing with limits and offsets
Aaron Patterson
2010-09-24
1
-1
/
+23
*
creating a subquery when there is an order and a limit
Aaron Patterson
2010-09-24
1
-1
/
+9
*
adding an oracle visitor
Aaron Patterson
2010-09-24
1
-0
/
+15