Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | to_sql on nodes may be passed an engine | Aaron Patterson | 2010-09-27 | 1 | -1/+1 |
| | |||||
* | deleting lots of unused files | Aaron Patterson | 2010-09-24 | 1 | -17/+4 |
| | |||||
* | TreeManager classes deep-copy their statements. | Mike Dalessio | 2010-08-19 | 1 | -0/+1 |
| | |||||
* | IN seems to work | Aaron Patterson | 2010-08-16 | 1 | -0/+2 |
| | |||||
* | insert manager is starting to take shape | Aaron Patterson | 2010-08-13 | 1 | -0/+4 |
| | |||||
* | stripping the spec helper | Aaron Patterson | 2010-08-12 | 1 | -9/+0 |
| | |||||
* | lib is already in the load path | Aaron Patterson | 2010-08-10 | 1 | -4/+1 |
| | |||||
* | Cleanup the spec helper and spec rake task a bit | Carl Lerche | 2010-03-23 | 1 | -8/+16 |
| | |||||
* | Organize the matchers a bit more | Carl Lerche | 2010-03-12 | 1 | -2/+2 |
| | |||||
* | Move all spec support files into spec/support | Carl Lerche | 2010-03-11 | 1 | -40/+4 |
| | |||||
* | Get the specs to start when an AR connection is not present. | Carl Lerche | 2010-03-11 | 1 | -1/+1 |
| | |||||
* | changes for Oracle support - OracleCompiler and corresponding tests with ↵ | Raimonds Simanovskis | 2010-03-01 | 1 | -7/+16 |
| | | | | Oracle syntax | ||||
* | Switch from rr to RSpec mocks. rr has issues on 1.9.2pre | Bryan Helmkamp | 2009-11-09 | 1 | -1/+1 |
| | |||||
* | Fix almost all Ruby warnings during spec suite | Bryan Helmkamp | 2009-09-20 | 1 | -0/+8 |
| | |||||
* | Added PostgreSQL to build | Bryan Helmkamp | 2009-05-17 | 1 | -1/+13 |
| | |||||
* | moved sql related code to its own engine area | Bryan Helmkamp | 2009-05-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/arel/engine.rb lib/arel/extensions/object.rb lib/arel/predicates.rb lib/arel/primitives/attribute.rb lib/arel/primitives/expression.rb lib/arel/primitives/value.rb lib/arel/relations/operations/join.rb lib/arel/relations/relation.rb lib/arel/relations/utilities/externalization.rb lib/arel/relations/utilities/nil.rb lib/arel/relations/writes/delete.rb lib/arel/relations/writes/insert.rb lib/arel/relations/writes/update.rb spec/arel/unit/relations/skip_spec.rb spec/arel/unit/relations/take_spec.rb spec/spec_helper.rb | ||||
* | Adding spec:mysql and spec:sqlite3 tasks | Bryan Helmkamp | 2009-05-17 | 1 | -2/+17 |
| | |||||
* | Quoting must be required | Emilio Tagua | 2009-04-23 | 1 | -2/+2 |
| | |||||
* | custom matcher | Nick Kallen | 2008-05-16 | 1 | -1/+1 |
| | |||||
* | officially renamed active_relation to arel | Nick Kallen | 2008-04-18 | 1 | -2/+2 |
| | |||||
* | - fixed hash ordering | Nick Kallen | 2008-04-14 | 1 | -11/+6 |
| | | | | - organized doubles (previously called 'fakes') | ||||
* | Fake database implementation. MySQL not required to run the tests | Bryan Helmkamp | 2008-04-15 | 1 | -6/+2 |
| | |||||
* | implementing one pending feature | Nick Kallen | 2008-04-13 | 1 | -0/+1 |
| | |||||
* | Use a git-ignored database.yml file for test DB configuration | Bryan Helmkamp | 2008-04-12 | 1 | -9/+3 |
| | |||||
* | removed binding for attributes and predicates | Nick Kallen | 2008-04-11 | 1 | -1/+1 |
| | |||||
* | refactored session's interaction with engine/connection | Nick Kallen | 2008-03-11 | 1 | -1/+1 |
| | | | | | - follows law of demeter - Table.engine uses AR::Base adapter | ||||
* | implemented hashing macro; implemented custom matcher testing this macro | Nick Kallen | 2008-03-11 | 1 | -1/+1 |
| | |||||
* | introduced engine dependency for sql strategies | Nick Kallen | 2008-03-02 | 1 | -0/+3 |
| | | | | - hacked in default engine for scalars -- BAD | ||||
* | Introduced concept of session. It does not yet support multiple databases, ↵ | Nick Kallen | 2008-02-23 | 1 | -2/+2 |
| | | | | nor transactions, but it's a start! | ||||
* | completed initial functionality for joining with aggregation (the meaning of ↵ | Nick Kallen | 2008-01-21 | 1 | -0/+1 |
| | | | | which is joining on a subselect/derived table); the big change is the introduction of a #projections protected method; this is a private version of #attributes which preserves implementation information (e.g., the name of the function called) | ||||
* | adding grouping functionality; added some dummy code ("Schmoin") for ↵ | Nick Kallen | 2008-01-16 | 1 | -1/+1 |
| | | | | experimenting with aggregate joins. need to resolve the ambiguity in the #as operator between (SELECT * FROM foo AS bar) vs. (SELECT * FROM foo) AS bar | ||||
* | Remove ActiveRelation sub-modules and refactor specs | Bryan Helmkamp | 2008-01-14 | 1 | -4/+1 |
| | |||||
* | bug with aggregation to_Sql | Nick Kallen | 2008-01-12 | 1 | -0/+3 |
| | |||||
* | minor | Nick Kallen | 2008-01-07 | 1 | -3/+4 |
| | |||||
* | integration spec is persuasive, hopefully | Nick Kallen | 2008-01-06 | 1 | -0/+2 |
| | |||||
* | qualified naming | Nick Kallen | 2008-01-05 | 1 | -0/+8 |
| | |||||
* | new usage of builder | Nick Kallen | 2008-01-03 | 1 | -0/+11 |
| | | | | ` | ||||
* | sql builder | Nick Kallen | 2007-12-30 | 1 | -1/+6 |
| | |||||
* | initial import | Nick Kallen | 2007-12-30 | 1 | -0/+3 |