Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Regexp and NotRegexp nodes for PostgreSQL | James Le Cuirot | 2014-04-08 | 1 | -0/+2 |
| | |||||
* | call super from initialize | Aaron Patterson | 2013-05-17 | 1 | -0/+1 |
| | |||||
* | Add equality to ALL THE THINGS (that matter) | Ernie Miller | 2012-08-18 | 1 | -0/+11 |
| | | | | | | | | | | | | People are often trying to use ARel nodes inside ActiveRecord, and when they do so, lots of things can break, because ActiveRecord relies on Array#uniq and sometimes hash key equality to handle values that end up in wheres, havings, etc. By implementing equality for all the nodes, we should hopefully be able to prevent any nodes (even nodes containing other nodes) from failing an equality check they should otherwise pass, and alleviate many of these errors. Fixes #130 | ||||
* | Added support for INTERSECT and EXCEPT | Brian Cardarella | 2011-01-22 | 1 | -0/+2 |
| | |||||
* | Add support for WITH and UNION | Paul Sadauskas | 2011-01-21 | 1 | -0/+2 |
| | | | | | | PostgreSQL WITH RECURSIVE support Make WITH be a unary node | ||||
* | removing commented out code | Aaron Patterson | 2010-12-14 | 1 | -7/+0 |
| | |||||
* | cleaning up more nodes | Aaron Patterson | 2010-12-14 | 1 | -7/+14 |
| | |||||
* | cleaning up more nodes | Aaron Patterson | 2010-12-14 | 1 | -0/+9 |
| | |||||
* | removing more nodes! | Aaron Patterson | 2010-12-14 | 1 | -0/+15 |
| | |||||
* | to_sql on nodes may be passed an engine | Aaron Patterson | 2010-09-27 | 1 | -10/+0 |
| | |||||
* | adding a grouping node | Aaron Patterson | 2010-09-15 | 1 | -9/+1 |
| | |||||
* | AND nodes are supported | Aaron Patterson | 2010-08-23 | 1 | -0/+4 |
| | |||||
* | defaulting to Table.engine for now | Aaron Patterson | 2010-08-16 | 1 | -1/+1 |
| | |||||
* | adding comment to myself | Aaron Patterson | 2010-08-16 | 1 | -0/+2 |
| | |||||
* | OR nodes are somewhat working | Aaron Patterson | 2010-08-16 | 1 | -0/+24 |