Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | full sql statement generation | Aaron Patterson | 2010-08-12 | 1 | -0/+44 | |
| | ||||||
* | to_sql visitor started | Aaron Patterson | 2010-08-12 | 2 | -0/+18 | |
| | ||||||
* | adding first node | Aaron Patterson | 2010-08-12 | 1 | -0/+17 | |
| | ||||||
* | tables can fetch attributes | Aaron Patterson | 2010-08-12 | 2 | -1/+52 | |
| | ||||||
* | starting a spec for the table | Aaron Patterson | 2010-08-12 | 1 | -18/+19 | |
| | ||||||
* | stripping the spec helper | Aaron Patterson | 2010-08-12 | 2 | -9/+0 | |
| | ||||||
* | lib is already in the load path | Aaron Patterson | 2010-08-10 | 1 | -4/+1 | |
| | ||||||
* | unfactoring module inclusion | Aaron Patterson | 2010-08-06 | 1 | -1/+1 | |
| | ||||||
* | add an operator to inequality | Aaron Patterson | 2010-08-06 | 1 | -0/+6 | |
| | ||||||
* | removing test code from implementation | Aaron Patterson | 2010-08-06 | 8 | -43/+67 | |
| | ||||||
* | removing test code from implementation | Aaron Patterson | 2010-08-06 | 1 | -1/+4 | |
| | ||||||
* | removing test code from implementation | Aaron Patterson | 2010-08-06 | 1 | -4/+17 | |
| | ||||||
* | unfactoring more module inclusion | Aaron Patterson | 2010-08-06 | 1 | -1/+1 | |
| | ||||||
* | separating test code from implementation code | Aaron Patterson | 2010-08-04 | 1 | -1/+4 | |
| | ||||||
* | adding a spec for Group#to_sql | Aaron Patterson | 2010-08-04 | 1 | -0/+2 | |
| | ||||||
* | removing Group#==, improving Group test | Aaron Patterson | 2010-08-04 | 1 | -1/+4 | |
| | ||||||
* | removing module for faster method lookup | Aaron Patterson | 2010-07-30 | 1 | -1/+1 | |
| | ||||||
* | removing Table#== as it is not actually used | Aaron Patterson | 2010-07-30 | 1 | -8/+0 | |
| | ||||||
* | PERF: removing another def engine | Aaron Patterson | 2010-07-30 | 1 | -1/+1 | |
| | ||||||
* | PERF: removing another def engine | Aaron Patterson | 2010-07-30 | 1 | -1/+1 | |
| | ||||||
* | PERF: removing another def engine | Aaron Patterson | 2010-07-30 | 1 | -1/+1 | |
| | ||||||
* | PERF: removing def engine | Aaron Patterson | 2010-07-30 | 1 | -2/+7 | |
| | ||||||
* | better tests for Taken constructor, removing Take#== | Aaron Patterson | 2010-07-30 | 1 | -1/+3 | |
| | ||||||
* | better tests for Where construction, removing Where#== | Aaron Patterson | 2010-07-30 | 1 | -2/+11 | |
| | ||||||
* | PERF: removing many splats | Aaron Patterson | 2010-07-29 | 6 | -19/+19 | |
| | ||||||
* | refactor for faster method lookup | Aaron Patterson | 2010-07-28 | 1 | -1/+1 | |
| | ||||||
* | implementing hash is a non-requirement | Aaron Patterson | 2010-07-28 | 1 | -7/+0 | |
| | ||||||
* | initializing variables, removing == | Aaron Patterson | 2010-07-28 | 1 | -2/+4 | |
| | ||||||
* | Enumerable implements #first | Aaron Patterson | 2010-07-28 | 1 | -1/+1 | |
| | ||||||
* | adding tests for the christener | Aaron Patterson | 2010-07-28 | 1 | -0/+78 | |
| | ||||||
* | speed up method lookup and reduce API footprint | Aaron Patterson | 2010-07-28 | 1 | -1/+1 | |
| | ||||||
* | #hash #eql? and #== were only used in tests. removed them and wrote better tests | Aaron Patterson | 2010-07-28 | 2 | -12/+17 | |
| | ||||||
* | fixing spec case for method lookup improvement | Aaron Patterson | 2010-07-27 | 1 | -1/+1 | |
| | ||||||
* | PERF: *args is slow. also removing a non-feature | Aaron Patterson | 2010-07-27 | 1 | -2/+2 | |
| | ||||||
* | PERF: eliminating method_missing | Aaron Patterson | 2010-07-27 | 1 | -7/+0 | |
| | ||||||
* | replacing "let" with "tap" | Aaron Patterson | 2010-07-25 | 7 | -9/+9 | |
| | ||||||
* | fixing incompatibilities with AR | Aaron Patterson | 2010-07-21 | 1 | -0/+27 | |
| | ||||||
* | inequality is a special case of equality | Aaron Patterson | 2010-07-20 | 2 | -0/+48 | |
| | ||||||
* | CRUD is not being reused, so we should not expose it | Aaron Patterson | 2010-07-20 | 1 | -1/+1 | |
| | ||||||
* | use Session.instance rather than Session.new for easier code | Aaron Patterson | 2010-07-20 | 2 | -12/+12 | |
| | ||||||
* | a short inspect is not helpful | Aaron Patterson | 2010-07-20 | 2 | -12/+0 | |
| | ||||||
* | Don't use a subquery when there are joins. Use a required alias for the ↵ | Emilio Tagua | 2010-06-23 | 1 | -4/+4 | |
| | | | | subquery. | |||||
* | Add support for counting rows with conditions or limit using a subquery. | Emilio Tagua | 2010-06-23 | 1 | -0/+18 | |
| | ||||||
* | use subquery to get first records if DISTINCT is used (in Oracle compiler) | Raimonds Simanovskis | 2010-06-19 | 1 | -0/+8 | |
| | ||||||
* | Whitespace cleanup | Ernie Miller | 2010-05-27 | 2 | -3/+3 | |
| | ||||||
* | Merge branch 'brynary' | Ernie Miller | 2010-05-26 | 18 | -33/+33 | |
|\ | ||||||
| * | Whitespace fixes | Bryan Helmkamp | 2010-05-26 | 18 | -33/+33 | |
| | | ||||||
* | | Fix tests to work properly on Ruby 1.9, honor multiple calls to #order in ↵ | Ernie Miller | 2010-05-21 | 7 | -18/+79 | |
|/ | | | | memory engine, and make having clauses behave like where clauses in SQL engine (join with AND, allow multiple calls to having to add predicates) | |||||
* | Tests for ranges with excluded ends and complements | Ernie Miller | 2010-05-07 | 2 | -5/+82 | |
| | ||||||
* | noteq -> not_eq, notmatches -> not_matches, notin -> not_in | Ernie Miller | 2010-05-07 | 1 | -4/+4 | |
| |