aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | Merged pull request #48 from ernie/down_with_to_s.Aaron Patterson2011-04-294-7/+7
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | Stop calling to_s on aliases, require them to be strings already.Ernie Miller2011-04-294-7/+7
| | * | | | | | | | | updating manifest and specAaron Patterson2011-04-292-4/+8
| | |/ / / / / / / /
| | * | | | | | | | Move #as to AliasPredication, stop overriding Function's #as.Ernie Miller2011-04-299-9/+33
| | * | | | | | | | Revert "Merged pull request #40 from gmile/master."Aaron Patterson2011-04-291-11/+1
| | * | | | | | | | Merge branch 'master' of github.com:rails/arelAaron Patterson2011-04-294-1/+52
| | |\ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ Merged pull request #40 from gmile/master.Aaron Patterson2011-04-291-1/+11
| | | |\ \ \ \ \ \ \ \
| | | | * | | | | | | | Generate more sqlish queue.gmile2011-03-241-1/+11
| | | * | | | | | | | | Merged pull request #46 from semmons99/master.Aaron Patterson2011-04-293-0/+41
| | | |\ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | replace 'LIMIT n' with 'FETCH FIRST n ROWS ONLY' when using ibm_dbShane Emmons2011-04-293-0/+41
| | | |/ / / / / / / / /
| | * / / / / / / / / / removing the aliased orders method from the pg visitorAaron Patterson2011-04-281-13/+0
| | |/ / / / / / / / /
| | * | | | | | | | | updating manifest and gemspecAaron Patterson2011-04-283-17/+22
| | * | | | | | | | | Merged pull request #45 from codders/master.Aaron Patterson2011-04-289-9/+43
| | |\ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/master'Arthur Taylor2011-04-280-0/+0
| | | |\ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | Fixed deep copy bug in SelectManager cloneArthur Taylor2011-04-152-0/+15
| | | * | | | | | | | | | Updated manifest, gemspecArthur Taylor2011-04-282-1/+2
| | | * | | | | | | | | | Add support for ordering on expressionsArthur Taylor2011-04-287-8/+41
| | |/ / / / / / / / / /
| | * | | | | | | | | | Merged pull request #44 from chrisberkhout/master.Aaron Patterson2011-04-271-2/+2
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | Fixed first example in README (it was attempting to call #to_sql on an Arel::...Chris Berkhout2011-04-271-2/+2
| | |/ / / / / / / / / /
| | * | | | | | | | | | adding attribute#lower for lowercasing an attributeAaron Patterson2011-04-252-0/+14
| | * | | | | | | | | | add a factory method for production LOWER functionsAaron Patterson2011-04-252-0/+13
| | * | | | | | | | | | raising not implemented exceptions for distinct on where it is not supportedAaron Patterson2011-04-212-0/+15
| | * | | | | | | | | | adding Distinct ON nodeAaron Patterson2011-04-218-36/+29
| | * | | | | | | | | | adding a DISTINCT nodeAaron Patterson2011-04-214-21/+44
| | * | | | | | | | | | adding a spec to demonstrate subqueriesAaron Patterson2011-04-181-0/+12
| | * | | | | | | | | | fixing Table testsAaron Patterson2011-04-181-1/+1
| | * | | | | | | | | | Fixed deep copy bug in SelectManager cloneArthur Taylor2011-04-192-0/+15
| | * | | | | | | | | | Improve performance of grouping_any/grouping_allErnie Miller2011-04-191-11/+4
| | |/ / / / / / / / /
| | * | | | | | | | | deprecating SelectManager#wheres methodAaron Patterson2011-04-112-0/+4
| | * | | | | | | | | adding a Bin node to emit mysql BINARY keywordsAaron Patterson2011-04-114-0/+32
| | * | | | | | | | | updating the readme a littleAaron Patterson2011-04-111-1/+8
| | * | | | | | | | | use TableAlias nodes for aliasing subselectsAaron Patterson2011-03-304-3/+7
| | * | | | | | | | | fixing the leg order of TableAlias nodesAaron Patterson2011-03-303-3/+4
| | * | | | | | | | | Make SelectManager#as act like node predicationsJohn Mileham2011-03-252-4/+20
| | |/ / / / / / / /
| | * | | | | | | | supporting any node in SelectManager#fromAaron Patterson2011-03-232-2/+23
| | * | | | | | | | allowing sql literals for values in insert statementsAaron Patterson2011-03-213-1/+15
| | * | | | | | | | added a factory method for creating values nodesAaron Patterson2011-03-212-1/+15
| | * | | | | | | | adding create_insert methodAaron Patterson2011-03-213-1/+12
| | * | | | | | | | Merge branch 'master' of github.com:rails/arelAaron Patterson2011-03-218-33/+68
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | Make as factory method convert alias name to SqlLiteralErnie Miller2011-03-122-1/+7
| | | * | | | | | | | Replace MathOperation with InfixOperation to support more operatorsErnie Miller2011-03-096-32/+61
| | * | | | | | | | | Fixes rails bug #6058.Hugo Peixoto2011-03-212-0/+15
| | * | | | | | | | | zenspider says we do not need these linesAaron Patterson2011-03-111-2/+0
| | |/ / / / / / / /
| | * | | | | | | | Merge branch 'master' of github.com:rails/arelAaron Patterson2011-03-075-1/+21
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | Add an #table_name method to Table and TableAlias, which always returns the a...Jon Leighton2011-03-045-1/+21
| | * | | | | | | | | cleaning up math operations on attributesAaron Patterson2011-03-075-14/+13
| | * | | | | | | | | Merge remote branch 'stiff/master' into omgAaron Patterson2011-03-079-5/+106
| | |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| | | | | | | |
| | | * | | | | | | | implemented support for math operations in numeric attributesVladimir Meremyanin2011-01-299-5/+106
| | * | | | | | | | | assinging nil to an offset will remove the offset from the ASTAaron Patterson2011-02-253-1/+39
| | * | | | | | | | | Adding SelectManager#limit= and removing limit nodes when nil is assigned to ...Aaron Patterson2011-02-253-2/+19