aboutsummaryrefslogtreecommitdiffstats
path: root/History.txt
Commit message (Collapse)AuthorAgeFilesLines
* deprecating SelectManager#wheres methodAaron Patterson2011-04-111-0/+3
|
* fixing the leg order of TableAlias nodesAaron Patterson2011-03-301-0/+1
|
* allowing sql literals for values in insert statementsAaron Patterson2011-03-211-0/+1
|
* adding create_insert methodAaron Patterson2011-03-211-0/+1
|
* cleaning up math operations on attributesAaron Patterson2011-03-071-0/+2
|
* assinging nil to an offset will remove the offset from the ASTAaron Patterson2011-02-251-0/+3
|
* Adding SelectManager#limit= and removing limit nodes when nil is assigned to ↵Aaron Patterson2011-02-251-0/+2
| | | | limit
* adding TOP to sub selects for mssqlAaron Patterson2011-02-021-0/+4
|
* Added Arel::Nodes::NamedFunction for representing generic SQL functionsAaron Patterson2011-01-041-0/+1
|
* Merge branch '2-0-stable' into mergeAaron Patterson2011-01-031-0/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 2-0-stable: updating history Patched Arel v2.0.6 to support MSSQL SQL queries. Based on work of James Abley (https://github.com/jabley/arel). consolidating dot visitor methods refactoring where, fixing subselect implementation for passing a subquery to #in and #not_in tests for passing a subquery to #in and #not_in limit members of the AST are visited quoting limit nodes Conflicts: History.txt lib/arel/nodes.rb lib/arel/nodes/select_core.rb lib/arel/select_manager.rb lib/arel/visitors/to_sql.rb test/visitors/test_to_sql.rb
| * updating historyAaron Patterson2011-01-031-0/+1
| |
| * limit members of the AST are visitedAaron Patterson2010-12-071-0/+6
| |
* | adding deprecation warning for where_clausesAaron Patterson2010-12-261-0/+3
| |
* | sql literals may be used as column attributesAaron Patterson2010-12-221-0/+1
| |
* | deprecating Arel::Table#primary_keyAaron Patterson2010-12-131-0/+3
| |
* | updating changelogAaron Patterson2010-12-091-0/+3
| |
* | Merge branch '2-0-stable'Aaron Patterson2010-12-061-0/+6
|\ \ | | | | | | | | | | | | | | | | | | | | | * 2-0-stable: limit members of the AST are visited Conflicts: History.txt
| * | limit members of the AST are visitedAaron Patterson2010-12-061-0/+6
| |/
* | only break backwards compatibility in major releasesAaron Patterson2010-12-031-3/+3
| |
* | adding deprecated methods to HistoryAaron Patterson2010-12-031-0/+9
| |
* | deprecating the "delete" method in favor of compile_deleteAaron Patterson2010-12-021-0/+3
| |
* | deprecating the update method in favor of compile_updateAaron Patterson2010-12-021-0/+3
| |
* | deprecating "insert"Aaron Patterson2010-12-021-0/+5
| |
* | we actually want enumerable in NodeAaron Patterson2010-12-011-0/+6
|/
* make sure we raise type errors with unknown classesAaron Patterson2010-12-011-0/+6
|
* terrorist version bumpAaron Patterson2010-11-301-1/+1
|
* adding deprecated support for walking ancestor treesAaron Patterson2010-11-301-0/+5
|
* base class works with visitorAaron Patterson2010-11-291-0/+5
|
* adding an AS nodeAaron Patterson2010-11-231-0/+1
|
* adding a "not" factory method for creating Not nodesAaron Patterson2010-11-231-0/+1
|
* mysql will lock for updateAaron Patterson2010-11-221-0/+6
|
* updating changelogAaron Patterson2010-11-171-0/+6
|
* added a visitor for Class objectsAaron Patterson2010-11-161-0/+7
|
* updating changelogAaron Patterson2010-11-111-0/+12
|
* Created syntactic sugar Table(...) methodSnuggs2010-10-161-0/+6
|
* Update release dates.Emilio Tagua2010-03-101-1/+1
|
* Release v0.3.0Emilio Tagua2010-03-101-0/+8
|
* Release v0.2.1Bryan Helmkamp2010-02-051-1/+1
|
* Bump dependency version of activesupport to 3.0.0.betaBryan Helmkamp2010-02-051-0/+6
|
* Release v0.2.0Bryan Helmkamp2010-01-311-3/+3
|
* HistoryBryan Helmkamp2009-11-101-0/+11