Aaron Patterson
f0c4e3713d
Added Arel::Nodes::NamedFunction for representing generic SQL functions
2011-01-04 20:27:34 -08:00
Aaron Patterson
d4259c5ce2
Merge branch '2-0-stable' into merge
...
* 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
2011-01-03 10:31:25 -08:00
Aaron Patterson
1215c28311
updating history
2011-01-03 10:19:31 -08:00
Aaron Patterson
cefad1e213
adding deprecation warning for where_clauses
2010-12-26 19:56:07 -07:00
Aaron Patterson
162e1d8df3
sql literals may be used as column attributes
2010-12-22 18:02:56 -08:00
Aaron Patterson
99816bf8cc
deprecating Arel::Table#primary_key
2010-12-13 13:29:33 -08:00
Aaron Patterson
1d4cfb9895
updating changelog
2010-12-09 14:52:55 -08:00
Aaron Patterson
c480b6fa27
limit members of the AST are visited
2010-12-07 10:48:09 -08:00
Aaron Patterson
05a649efea
Merge branch '2-0-stable'
...
* 2-0-stable:
limit members of the AST are visited
Conflicts:
History.txt
2010-12-06 20:28:59 -08:00
Aaron Patterson
0c205386f3
limit members of the AST are visited
2010-12-06 20:28:33 -08:00
Aaron Patterson
ac6296ab8f
only break backwards compatibility in major releases
2010-12-03 16:07:28 -08:00
Aaron Patterson
7b3e8d6794
adding deprecated methods to History
2010-12-03 16:04:36 -08:00
Aaron Patterson
9e05f7e01b
deprecating the "delete" method in favor of compile_delete
2010-12-02 15:45:00 -08:00
Aaron Patterson
a8521641d5
deprecating the update method in favor of compile_update
2010-12-02 14:31:37 -08:00
Aaron Patterson
baa660f62b
deprecating "insert"
2010-12-02 14:01:08 -08:00
Aaron Patterson
a1662156b3
we actually want enumerable in Node
2010-12-01 09:19:09 -08:00
Aaron Patterson
b68bf40ecc
make sure we raise type errors with unknown classes
2010-12-01 09:11:30 -08:00
Aaron Patterson
58cbd16bb7
terrorist version bump
2010-11-30 11:09:56 -08:00
Aaron Patterson
f62a7267c5
adding deprecated support for walking ancestor trees
2010-11-30 11:06:09 -08:00
Aaron Patterson
f68b7c4e7e
base class works with visitor
2010-11-29 15:31:28 -08:00
Aaron Patterson
6667cfb995
adding an AS node
2010-11-23 18:22:42 -08:00
Aaron Patterson
76932b99d6
adding a "not" factory method for creating Not nodes
2010-11-23 16:24:41 -08:00
Aaron Patterson
3e928ee400
mysql will lock for update
2010-11-22 14:28:34 -08:00
Aaron Patterson
49bc292484
updating changelog
2010-11-17 08:38:35 -08:00
Aaron Patterson
ac38fcae49
added a visitor for Class objects
2010-11-16 08:15:58 -08:00
Aaron Patterson
8cf194bbc9
updating changelog
2010-11-11 10:54:55 -06:00
Snuggs
7959e55ead
Created syntactic sugar Table(...) method
2010-10-16 17:43:44 -04:00
Emilio Tagua
56ff38e2b2
Update release dates.
2010-03-10 19:05:00 -03:00
Emilio Tagua
54359f00b1
Release v0.3.0
2010-03-10 18:51:01 -03:00
Bryan Helmkamp
7caf242cf4
Release v0.2.1
2010-02-05 12:19:55 -05:00
Bryan Helmkamp
9aa076abfb
Bump dependency version of activesupport to 3.0.0.beta
2010-02-05 12:18:40 -05:00
Bryan Helmkamp
7ba3758665
Release v0.2.0
2010-01-31 21:27:16 -05:00
Bryan Helmkamp
9544bb6c8c
History
2009-11-10 15:02:57 -05:00