Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | mysql will lock for update | Aaron Patterson | 2010-11-22 | 3 | -0/+17 | |
| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | updating the gemspec | Aaron Patterson | 2010-11-19 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | terrorist version bump | Aaron Patterson | 2010-11-17 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | adding the git plugin | Aaron Patterson | 2010-11-17 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | updating changelog | Aaron Patterson | 2010-11-17 | 1 | -0/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | Fixed Ruby 1.8 performance regression for Nodes::In and Nodes::NotIn queries ↵ | Rolf Timmermans | 2010-11-18 | 1 | -7/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with very wide ranges that was caused by using Range#min and Range#max rather than Range#begin and Range#end. Ruby 1.8 uses Enumerable#min and Enumerable#max in Ranges, which calls to_a internally. It is not necessary to enumerate the range in order to construct the predicates. At the same time, an off-by-one error (failing test) with exclusive-end Ranges in Nodes::NotIn queries was fixed. | |||||
| | * | | | | | | | | | | | | | | | | | | | | | Added tests for Nodes::NotIn. | Rolf Timmermans | 2010-11-18 | 1 | -0/+46 | |
| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | do not use private methods | Aaron Patterson | 2010-11-16 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | Fix typos in the description of the test | Ivan Ukhov | 2010-11-17 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | Write a test for checking the presence of table names in the cache | Ivan Ukhov | 2010-11-17 | 2 | -2/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | Fix a bit the initialization of Table | Ivan Ukhov | 2010-11-17 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | Let table_exists? find tables in @@table_cache even if symbols are passed as ↵ | Ivan Ukhov | 2010-11-17 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | their names | |||||
| | * | | | | | | | | | | | | | | | | | | | | | terrorist version bump | Aaron Patterson | 2010-11-16 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | added a visitor for Class objects | Aaron Patterson | 2010-11-16 | 3 | -0/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | returning undefined for unknown column types | Aaron Patterson | 2010-11-16 | 3 | -7/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | small additional fix for order_hacks method for Oracle | Raimonds Simanovskis | 2010-11-16 | 1 | -2/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | fix one more time order_hacks method for Oracle | Raimonds Simanovskis | 2010-11-16 | 2 | -8/+29 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | correctly split order string by commas ignoring commas which separate function arguments | |||||
| | * | | | | | | | | | | | | | | | | | | | | | bumping gemspec version | Aaron Patterson | 2010-11-11 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | terrorist version bump | Aaron Patterson | 2010-11-11 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | updating manifest / gemspec | Aaron Patterson | 2010-11-11 | 2 | -9/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | updating changelog | Aaron Patterson | 2010-11-11 | 1 | -0/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | support stringinquirer string | Aaron Patterson | 2010-11-11 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of github.com:brynary/arel | Aaron Patterson | 2010-11-11 | 1 | -1/+17 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'master' of github.com:brynary/arel: fix order_hacks method for Oracle when complex functions are used in order by | |||||
| | | * | | | | | | | | | | | | | | | | | | | | | fix order_hacks method for Oracle when complex functions are used in order by | Raimonds Simanovskis | 2010-11-06 | 1 | -1/+17 | |
| | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | arel more nicely supports EXISTS queries | Aaron Patterson | 2010-11-05 | 5 | -14/+33 | |
| | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | mysql selects from dual on empty from statements | Aaron Patterson | 2010-11-05 | 3 | -1/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | renaming @head to @ast | Aaron Patterson | 2010-11-05 | 7 | -35/+45 | |
| | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | adding proper columns to our fake table | Aaron Patterson | 2010-11-05 | 4 | -17/+15 | |
| | |/ / / / / / / / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | updating the development dependencies | Aaron Patterson | 2010-11-04 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | Add ToSql NilClass visitor | Ernie Miller | 2010-11-04 | 2 | -0/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | Refactor predication methods to be available to SqlLiterals as well. | Ernie Miller | 2010-10-27 | 5 | -174/+204 | |
| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of github.com:rails/arel | Aaron Patterson | 2010-10-26 | 2 | -0/+5 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'master' of github.com:rails/arel: Added Bignum to visitor | |||||
| | | * | | | | | | | | | | | | | | | | | | | | | Added Bignum to visitor | rugek | 2010-10-26 | 2 | -0/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | generate correct select if only offset is present (in Oracle) | Raimonds Simanovskis | 2010-10-21 | 2 | -0/+30 | |
| | |/ / / / / / / / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | updating gemspec | Aaron Patterson | 2010-10-20 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | adding default limits when there is an offset for sqlite and mysql [#5316 ↵ | Aaron Patterson | 2010-10-20 | 9 | -1/+75 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | state:resolved] | |||||
| | * | | | | | | | | | | | | | | | | | | | | | removing unused variables | Aaron Patterson | 2010-10-20 | 1 | -7/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | doing a little cleanup on the visitors | Aaron Patterson | 2010-10-19 | 4 | -3/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | updating gemspec and manifest | Aaron Patterson | 2010-10-19 | 2 | -12/+17 | |
| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | adding a base class visitor | Aaron Patterson | 2010-10-19 | 3 | -10/+22 | |
| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | removing irrelevant docs, updating relevant docs | Aaron Patterson | 2010-10-19 | 1 | -99/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | renaming test_helper to helper so that it is not double required | Aaron Patterson | 2010-10-18 | 24 | -23/+23 | |
| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | fisting manifest | Aaron Patterson | 2010-10-18 | 1 | -30/+26 | |
| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | cleaning up Rakefile | Aaron Patterson | 2010-10-18 | 1 | -5/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | got rid of retarded check method. down with rspec | Ryan Davis | 2010-10-18 | 9 | -51/+46 | |
| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | Renamed spec_helper to test_helper | Ryan Davis | 2010-10-18 | 24 | -23/+23 | |
| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | Removed TreeManagerShared and related tests. They sucked | Ryan Davis | 2010-10-18 | 6 | -61/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | damnit | Ryan Davis | 2010-10-18 | 1 | -5725/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | Fisting arel specs -- still needs tree_manager and cleanup | Ryan Davis | 2010-10-18 | 35 | -404/+6108 | |
| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | Created syntactic sugar Table(...) method | Snuggs | 2010-10-16 | 3 | -2/+33 | |
| | | | | | | | | | | | | | | | | | | | | | | |