aboutsummaryrefslogtreecommitdiffstats
path: root/spec/arel
Commit message (Expand)AuthorAgeFilesLines
...
* starting a spec for the tableAaron Patterson2010-08-121-18/+19
* stripping the spec helperAaron Patterson2010-08-121-0/+38
* We're obviously writing specs for arel. No need for a sub directory.Carl Lerche2010-03-1257-3966/+0
* Add a bunch of specs for attribute type casting.Carl Lerche2010-03-121-50/+8
* Attributes should be typedCarl Lerche2010-03-1210-26/+33
* Start writing integration specs for arel.Carl Lerche2010-03-111-0/+120
* Release v0.3.0Emilio Tagua2010-03-101-1/+1
* Arel doesn't has to know if a table or column exists.Emilio Tagua2010-03-103-4/+21
* Remove " AS " keyword from table aliasing.Emilio Tagua2010-03-014-36/+36
* changes for Oracle support - OracleCompiler and corresponding tests with Orac...Raimonds Simanovskis2010-03-0126-63/+638
* Added support for RETURNING primary key when available, only forEmilio Tagua2010-02-181-1/+12
* Fix test which depends on the RUBY_VERSION when using sqlite3 adapter.Emilio Tagua2010-02-171-1/+5
* Quoting every part of a Range. Calling .to_s is not enough for Range with two...Eugene Pimenov2010-02-012-2/+26
* Fix the generated SQL when In predicate is supplied an empty ArrayPratik Naik2010-01-301-0/+19
* Make sure string join relations can be chainedPratik Naik2010-01-131-1/+30
* Make sure not to use alias if it's same as the table namePratik Naik2010-01-121-0/+19
* Add support for table aliasingPratik Naik2010-01-012-2/+74
* Added having to use in combination with group to filter records.Emilio Tagua2009-12-281-0/+36
* Don't try to lock reads when using any SQLite adapter, it's redundantEmilio Tagua2009-12-281-2/+16
* Added lock to Arel, allowing a locking read if required.Emilio Tagua2009-12-271-0/+47
* Added "from" method, allowing to specify custom from clauses.Emilio Tagua2009-12-271-0/+50
* Ruby 1.9: Improve the way we spec thisBryan Helmkamp2009-11-091-2/+2
* Switch from rr to RSpec mocks. rr has issues on 1.9.2preBryan Helmkamp2009-11-093-10/+10
* Ruby 1.9: the constants must be qualifiedBryan Helmkamp2009-11-096-10/+10
* Create Predicates module to match directory structureBryan Helmkamp2009-09-309-260/+274
* Fix almost all Ruby warnings during spec suiteBryan Helmkamp2009-09-206-15/+14
* WhitespaceBryan Helmkamp2009-09-202-3/+3
* Merge remote branch 'miloops/master' into miloopsBryan Helmkamp2009-09-2053-69/+86
|\
| * Use load path rather than relative path for spec_helper requires. Also fixes ...Jeremy Kemper2009-09-1453-53/+53
| * Allow SQL strings to insert query. Insert should better return engine's result.Emilio Tagua2009-07-012-10/+9
| * Build valid SQL query for SQLite3 and PostgreSQL when updating records with l...Emilio Tagua2009-06-231-6/+12
| * Allow expressions on literal SQL fragmentsEmilio Tagua2009-05-281-0/+12
* | Bug fix: Don't use #delegate to declare delegations when intentionally delega...Lee Bankewitz2009-08-101-0/+15
|/
* Adding SqlLiteral with spec for countsBryan Helmkamp2009-05-191-0/+23
* Expand sql engine CRUD specsBryan Helmkamp2009-05-181-5/+14
* Better inspect output for ExpressionsBryan Helmkamp2009-05-181-0/+6
* Remvoing unused variable from specBryan Helmkamp2009-05-181-1/+0
* Adding skeleton of spec for CRUD operations in Sql::EngineBryan Helmkamp2009-05-171-0/+36
* Fix bug in Order equality where Descending.new(attribute) was == Ascending.ne...Bryan Helmkamp2009-05-172-2/+12
* Moving SQL predicates spec to correct dirBryan Helmkamp2009-05-171-1/+1
* Added PostgreSQL to buildBryan Helmkamp2009-05-175-12/+89
* Add spec for Attribute#inspectBryan Helmkamp2009-05-171-0/+6
* WhitespaceBryan Helmkamp2009-05-1739-128/+128
* joining across engines in either directionBryan Helmkamp2009-05-171-11/+28
* initial implementation of cross-engine joinBryan Helmkamp2009-05-171-0/+31
* basic implementation of in memory insertionsBryan Helmkamp2009-05-171-0/+28
* using in memory relations as results from sql relationNick Kallen2009-05-173-8/+16
* performing in memory joinsNick Kallen2009-05-171-0/+32
* better test orderingBryan Helmkamp2009-05-176-86/+145
* recursive memory operations now possibleBryan Helmkamp2009-05-171-26/+57