Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #80 from jsanders/patch-1 | Aaron Patterson | 2011-08-29 | 1 | -1/+1 |
|\ | | | | | Proposed fix for issue 79 - https://github.com/rails/arel/issues/79 | ||||
| * | Proposed fix for issue 79 - https://github.com/rails/arel/issues/79 - Pass ↵ | jsanders | 2011-08-29 | 1 | -1/+1 |
|/ | | | | the connection_pool to the ToSql initializer, rather than the engine itself. | ||||
* | Merge pull request #78 from ebeigarts/master | Aaron Patterson | 2011-08-26 | 7 | -14/+12 |
|\ | | | | | Support locking by default and disable it only for SQLite | ||||
| * | Support locking by default and disable it only for SQLite. | Edgars Beigarts | 2011-08-26 | 7 | -14/+12 |
|/ | |||||
* | Merge pull request #77 from ebeigarts/master | Aaron Patterson | 2011-08-26 | 2 | -0/+11 |
|\ | | | | | Support locking in Oracle | ||||
| * | Support locking in Oracle | Edgars Beigarts | 2011-08-26 | 2 | -0/+11 |
|/ | |||||
* | generating a Gemfile, using the hoe-bundler plugin | Aaron Patterson | 2011-08-16 | 2 | -3/+11 |
| | |||||
* | updating the gemspec | Aaron Patterson | 2011-08-15 | 1 | -4/+4 |
| | |||||
* | version bump | Aaron Patterson | 2011-08-15 | 2 | -2/+2 |
| | |||||
* | updating gem manifest | Aaron Patterson | 2011-08-15 | 1 | -0/+1 |
| | |||||
* | Update History.txt | Jon Leighton | 2011-08-13 | 1 | -1/+9 |
| | |||||
* | Add SelectManager#source method to get the source of the ctx | Jon Leighton | 2011-08-11 | 2 | -0/+12 |
| | |||||
* | Add SelectManager#projections= method to overwrite projections | Jon Leighton | 2011-08-11 | 2 | -0/+13 |
| | |||||
* | add UpdateManager#key method to access the key | Jon Leighton | 2011-08-11 | 2 | -0/+20 |
| | |||||
* | Merge branch 'master' of github.com:rails/arel | Aaron Patterson | 2011-08-10 | 1 | -0/+13 |
|\ | | | | | | | | | | | * 'master' of github.com:rails/arel: Add Ruby trunk (1.9.4dev) to TravisCI matrix Test against multiple rubies, add IRC notifications | ||||
| * | Merge pull request #73 from guilleiguaran/master | Aaron Patterson | 2011-08-09 | 1 | -0/+1 |
| |\ | | | | | | | Add Ruby trunk (1.9.4dev) to TravisCI matrix | ||||
| | * | Add Ruby trunk (1.9.4dev) to TravisCI matrix | Guillermo Iguaran | 2011-08-09 | 1 | -0/+1 |
| |/ | |||||
| * | Merge pull request #71 from travis-repos/master | Aaron Patterson | 2011-08-08 | 1 | -0/+12 |
| |\ | | | | | | | Run CI against multiple rubies, add IRC notifications | ||||
| | * | Test against multiple rubies, add IRC notifications | Michael S. Klishin | 2011-08-09 | 1 | -0/+12 |
| |/ | |||||
* / | bumping to 2.2.0 | Aaron Patterson | 2011-08-09 | 3 | -20/+16 |
|/ | |||||
* | updating version | Aaron Patterson | 2011-08-08 | 2 | -4/+4 |
| | |||||
* | updating changelog | Aaron Patterson | 2011-08-08 | 2 | -0/+11 |
| | |||||
* | Make it the responsibility of the connection to hold on to a visitor for ↵ | Jon Leighton | 2011-08-08 | 18 | -42/+46 |
| | | | | generating SQL, rather than the TreeManager. (There is a related commit coming in Active Record.) | ||||
* | Ignore Gemfile.lock | Jon Leighton | 2011-08-08 | 1 | -0/+1 |
| | |||||
* | Support update statements containing joins | Jon Leighton | 2011-08-08 | 3 | -4/+18 |
| | |||||
* | Merge pull request #56 from dcadenas/master | Aaron Patterson | 2011-08-03 | 8 | -1/+56 |
|\ | | | | | Add nodes that represent boolean constants | ||||
| * | Remove short circuit evaluation and leave AST as it is | Daniel Cadenas | 2011-08-03 | 2 | -22/+0 |
| | | |||||
| * | Add nodes for boolean constants | Daniel Cadenas | 2011-08-03 | 8 | -1/+78 |
|/ | | | | | | | | | | | | This is useful for dynamically created predicates e.g: expr1 = table.create_false expr2 = table.create_false expr1 = create_a_predicate() if some_condition expr2 = create_another_predicate() if some_other_condition table.where(expr1.and(expr2)) | ||||
* | Merge branch 'master' of github.com:rails/arel | Aaron Patterson | 2011-07-27 | 1 | -0/+12 |
|\ | | | | | | | | | * 'master' of github.com:rails/arel: Oracle does not allow ORDER BY/LIMIT in UPDATE queries. | ||||
| * | Merge pull request #69 from thedarkone/oracle-order-by-update | Aaron Patterson | 2011-07-26 | 1 | -0/+12 |
| |\ | | | | | | | Oracle does not allow ORDER BY/LIMIT in UPDATE queries | ||||
| | * | Oracle does not allow ORDER BY/LIMIT in UPDATE queries. | thedarkone | 2011-07-26 | 1 | -0/+12 |
| | | | |||||
* | | | prepping for 2.1.4 release | Aaron Patterson | 2011-07-25 | 3 | -19/+20 |
|/ / | |||||
* | | oops, forgot source | Aaron Patterson | 2011-07-20 | 1 | -0/+2 |
| | | |||||
* | | adding Gemfile | Aaron Patterson | 2011-07-20 | 1 | -0/+2 |
| | | |||||
* | | supressing nested parenthesis in multiple unions on mysql. thanks jhtwong. ↵ | Aaron Patterson | 2011-07-20 | 3 | -0/+33 |
| | | | | | | | | fixes #58 | ||||
* | | fix depth first visitor to support ascending and descending nodes | Aaron Patterson | 2011-06-29 | 3 | -0/+17 |
| | | |||||
* | | generating a spec | Aaron Patterson | 2011-06-27 | 1 | -2/+2 |
| | | |||||
* | | fixing broken gem build | Aaron Patterson | 2011-06-27 | 2 | -2/+8 |
| | | |||||
* | | fixing manifest | Aaron Patterson | 2011-06-27 | 1 | -0/+7 |
| | | |||||
* | | bumping spec | Aaron Patterson | 2011-06-27 | 1 | -11/+11 |
| | | |||||
* | | version bump | Aaron Patterson | 2011-06-27 | 1 | -1/+1 |
| | | |||||
* | | updating history file | Aaron Patterson | 2011-06-27 | 1 | -0/+3 |
| | | |||||
* | | Merge branch 'master' into Khronos/master | Aaron Patterson | 2011-06-27 | 26 | -68/+299 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: visitors can define their own cache strategy for dispatch. fixes #57 Break Ordering into Ascending/Descending nodes, allow reversal remove unnecessary guarding agains literal LIMIT and OFFSET support for MS SQL Include Arel::Predicates to Arel::Nodes::Function so you can do table[:id].count.eq(2) updating spec zomg prep release make sure thread runs do not cache sql literal values no longer use this instance variable | ||||
| * | | visitors can define their own cache strategy for dispatch. fixes #57 | Aaron Patterson | 2011-06-27 | 3 | -4/+31 |
| | | | |||||
| * | | Merge pull request #60 from arkadiyk/master | Aaron Patterson | 2011-06-24 | 2 | -17/+106 |
| |\ \ | | | | | | | | | Better support for MSSQL | ||||
| | * | | remove unnecessary guarding agains literal | arkadiy kraportov | 2011-06-10 | 2 | -18/+0 |
| | | | | |||||
| | * | | LIMIT and OFFSET support for MS SQL | arkadiy kraportov | 2011-06-09 | 2 | -17/+124 |
| | |/ | |||||
| * | | Merge pull request #64 from ernie/reverse_ordering | Aaron Patterson | 2011-06-21 | 15 | -30/+135 |
| |\ \ | | |/ | |/| | Allow reversal of orderings | ||||
| | * | Break Ordering into Ascending/Descending nodes, allow reversal | Ernie Miller | 2011-06-15 | 15 | -30/+135 |
| |/ | |||||
| * | Merge pull request #55 from samuelkadolph/add_predicates_to_function_node | Aaron Patterson | 2011-05-27 | 3 | -2/+10 |
| |\ | | | | | | | Include Arel::Predicates to Arel::Nodes::Function |