aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel
Commit message (Collapse)AuthorAgeFilesLines
* making stuff work on mysqlAaron Patterson2010-09-215-12/+53
|
* supporting ranges for IN statementsAaron Patterson2010-09-205-3/+35
|
* dealing with empty in statementsAaron Patterson2010-09-201-1/+3
|
* removing some debugging code. oops!Aaron Patterson2010-09-201-4/+0
|
* using aliases for terminal nodesAaron Patterson2010-09-201-10/+11
|
* from does not need to be a listAaron Patterson2010-09-205-13/+13
|
* adding crazy code to fix the last two AR testsAaron Patterson2010-09-203-3/+40
|
* if FROM is a string, convert to string literalAaron Patterson2010-09-181-0/+1
|
* returning nil for tables that do not existAaron Patterson2010-09-181-0/+16
|
* remove if defined?Aaron Patterson2010-09-171-1/+1
|
* using a Hash with default proc to memoize dispatch methodsMike Dalessio2010-09-161-9/+4
|
* Revert "Table#[] returns nil when table does not exist"Aaron Patterson2010-09-151-2/+0
| | | | This reverts commit e460aa96ae9bd5f1a24d798b2d22984a54810c70.
* Table#[] returns nil when table does not existAaron Patterson2010-09-151-0/+2
|
* right side set to sqlliteral if it is a stringAaron Patterson2010-09-151-1/+5
|
* JoinSql visitor will visit left side if left is a joinAaron Patterson2010-09-151-3/+9
|
* adding a grouping nodeAaron Patterson2010-09-155-9/+48
|
* refactoring expressions to a moduleAaron Patterson2010-09-143-31/+26
|
* adding sum to sql literalAaron Patterson2010-09-141-0/+4
|
* VALUES are getting better everydayAaron Patterson2010-09-143-5/+6
|
* visiting value nodes in the dot visitorAaron Patterson2010-09-141-0/+4
|
* adding an EXISTS node, update method will generate an IN clauseAaron Patterson2010-09-146-4/+36
|
* adding orders edge to the dot visitorAaron Patterson2010-09-141-0/+1
|
* adding table alias to the TableAlias nodeAaron Patterson2010-09-141-0/+1
|
* Merge branch 'v1' of github.com:flavorjones/arel into v1Aaron Patterson2010-09-142-2/+8
|\ | | | | | | | | | | | | | | | | * 'v1' of github.com:flavorjones/arel: sql visitor should emit a table alias name when visiting an attribute, if a table alias exists. dot visitor for binary nodes Conflicts: lib/arel/visitors/dot.rb
| * sql visitor should emit a table alias name when visiting an attribute, if a ↵Mike Dalessio2010-09-141-1/+2
| | | | | | | | table alias exists.
| * dot visitor for binary nodesMike Dalessio2010-09-141-0/+7
| |
* | adding AND nodes to dot visitorAaron Patterson2010-09-141-0/+1
|/
* totally lame, but arel expects FROM to only be one itemAaron Patterson2010-09-122-6/+2
|
* order accepts symbols for clausesAaron Patterson2010-09-121-1/+1
|
* OUTER JOIN should be LEFT OUTER JOINAaron Patterson2010-09-121-1/+1
|
* supporting symbols for group statementsAaron Patterson2010-09-121-0/+1
|
* using table_alias when :as is passed to the constructorAaron Patterson2010-09-122-1/+10
|
* visiting constraint edges of joinsAaron Patterson2010-09-121-0/+5
|
* adding some backwards compatibilityAaron Patterson2010-09-121-0/+4
|
* only visiting left side if left side is a JOINAaron Patterson2010-09-121-1/+4
|
* supporting StringJoin in the JoinSQL visitorAaron Patterson2010-09-122-0/+5
|
* We can visit hash.Emilio Tagua2010-09-111-0/+1
|
* Add Min node.Emilio Tagua2010-09-114-0/+16
|
* Visit ActiveSupport Multibyte Chars if ActiveSupport is defined.Emilio Tagua2010-09-111-0/+1
|
* Add maximum to SqlLiteral.Emilio Tagua2010-09-111-0/+4
|
* implementing lockedAaron Patterson2010-09-101-0/+4
|
* backwards compatAaron Patterson2010-09-101-0/+2
|
* inserting false works a bit betterAaron Patterson2010-09-101-1/+1
|
* adding some backwards compatibility for ARAaron Patterson2010-09-101-0/+2
|
* adding not equal node, column names are expected to be symbolsAaron Patterson2010-09-107-4/+28
|
* differentiating equality and assignmentAaron Patterson2010-09-104-3/+21
|
* equality should handle nil correctlyAaron Patterson2010-09-102-1/+4
|
* added a greater than nodeAaron Patterson2010-09-104-0/+15
|
* added greater than or equal to nodeAaron Patterson2010-09-104-0/+15
|
* adding "orders" methodAaron Patterson2010-09-101-0/+4
|