aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
|\ | | | | | | | | | | * 'master' of github.com:rails/arel: Make as factory method convert alias name to SqlLiteral Replace MathOperation with InfixOperation to support more operators
| * 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
| | | | | | | | Propagates 'where' clauses when subquerying is triggered on the UpdateManager.
* | 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
|\ | | | | | | | | * 'master' of github.com:rails/arel: Add an #table_name method to Table and TableAlias, which always returns the actual table name, not the alias. Then fix ToSql#column_for to use this table name when checking whether the table exists (rather than before, where it was checking whether a table with the alias name exists, which was incorrect).
| * Add an #table_name method to Table and TableAlias, which always returns the ↵Jon Leighton2011-03-045-1/+21
| | | | | | | | actual table name, not the alias. Then fix ToSql#column_for to use this table name when checking whether the table exists (rather than before, where it was checking whether a table with the alias name exists, which was incorrect).
* | cleaning up math operations on attributesAaron Patterson2011-03-075-14/+13
| |
* | Merge remote branch 'stiff/master' into omgAaron Patterson2011-03-079-5/+106
|\ \ | |/ |/| | | | | * stiff/master: implemented support for math operations in numeric attributes
| * 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
| | | | | | | | limit
* | one more spec updateAaron Patterson2011-02-241-2/+2
| |
* | updating gemspec and manifestAaron Patterson2011-02-242-9/+7
| |
* | refactoring custom lock logic to use sql literalsAaron Patterson2011-02-215-17/+15
| |
* | Lock should be a unary nodeAaron Patterson2011-02-218-18/+8
| |
* | Merge remote branch 'jstorimer/master' into omgAaron Patterson2011-02-216-12/+38
|\ \ | | | | | | | | | | | | * jstorimer/master: Allow database specific locking clauses to be used
| * | Allow database specific locking clauses to be usedJesse Storimer2011-01-206-12/+38
| | |
* | | adding failing tests for rails #6384Aaron Patterson2011-02-211-0/+18
| | |
* | | Fix #not to stop wrapping in a grouping nodeErnie Miller2011-02-112-8/+5
| | |
* | | Fix modification of input on *_any/*_all predicationsErnie Miller2011-02-082-0/+18
| | |
* | | use the cache mechanism in the connection pool rather than our own cacheAaron Patterson2011-02-073-29/+19
| | |
* | | Merge branch 'named-function-predicates'Aaron Patterson2011-02-022-0/+8
|\ \ \ | | | | | | | | | | | | | | | | | | | | * named-function-predicates: Test for NamedFunction predication chaining Chain predications off of named functions
| * | | Test for NamedFunction predication chainingDaniel Azuma2011-01-191-0/+6
| | | |
| * | | Chain predications off of named functionsDaniel Azuma2011-01-191-0/+2
| |/ /
* | | adding TOP to sub selects for mssqlAaron Patterson2011-02-023-9/+23
| | |
* | | fixing whitespace errorsAaron Patterson2011-02-021-1/+1
| | |
* | | Added test, thanks josephholstenBrian Dunn2011-02-021-0/+9
| | |
* | | Make #with chainablePaul Sadauskas2011-02-022-4/+3
| |/ |/|
* | Added MINUS for OracleBrian Cardarella2011-01-233-0/+14
| | | | | | | | Aliased :minus to :except for the SelectManager
* | no need for is_a? checkAaron Patterson2011-01-221-1/+1
| |
* | other should not be optionalAaron Patterson2011-01-221-6/+4
| |
* | Added support for INTERSECT and EXCEPTBrian Cardarella2011-01-224-0/+74
| |
* | udpating manifest and gemspecAaron Patterson2011-01-212-6/+7
| |
* | WTF, tabs?Paul Sadauskas2011-01-214-69/+69
| |
* | WITH expr as array in visitorPaul Sadauskas2011-01-212-4/+3
| |
* | With node takes an array, less code to determine alternative nodesPaul Sadauskas2011-01-212-18/+3
| |
* | Don't need with_recursivePaul Sadauskas2011-01-212-3/+1
| |
* | Add support for WITH and UNIONPaul Sadauskas2011-01-218-6/+149
|/ | | | | | PostgreSQL WITH RECURSIVE support Make WITH be a unary node
* Regenerating arel.gemspec so the gemspec file is valid for gem buildKen Chau2011-01-061-10/+10
|
* Added Arel::Nodes::NamedFunction for representing generic SQL functionsAaron Patterson2011-01-0414-12/+102
|
* Merge branch '2-0-stable'Aaron Patterson2011-01-041-1/+0
|\ | | | | | | | | * 2-0-stable: visiting via superclass is OK, since module definitions help delegate
| * visiting via superclass is OK, since module definitions help delegateAaron Patterson2011-01-041-1/+0
| |
* | Merge branch '2-0-stable'Aaron Patterson2011-01-034-6/+8
|\| | | | | | | | | * 2-0-stable: adding better tests surrounding limits in adapter visitors
| * adding better tests surrounding limits in adapter visitorsAaron Patterson2011-01-034-6/+8
| |