aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Ensure @last_column is cleared after visiting objectNorman Clarke2012-01-071-1/+1
| | | |
* | | | Merge pull request #95 from laserlemon/patch-1Jon Leighton2012-01-081-1/+1
|\ \ \ \ | |/ / / |/| | | Add build and dependency status images to README
| * | | Add build and dependency status images to READMESteve Richert2012-01-081-1/+1
|/ / /
* | | updating the gemspecAaron Patterson2011-12-141-5/+8
| | |
* | | updating to rc1Aaron Patterson2011-12-141-1/+1
| | |
* | | regenerating the specAaron Patterson2011-11-191-26/+22
| | |
* | | calling cache methods against the connectionAaron Patterson2011-11-1910-52/+38
| | |
* | | bumping versionAaron Patterson2011-11-191-1/+1
| | |
* | | Merge pull request #92 from trotter/masterVijay Dev2011-11-101-1/+1
|\ \ \ | | | | | | | | Fix grammatical error in README.markdown
| * | | Fix grammatical error in README.markdownTrotter Cashion2011-11-101-1/+1
|/ / /
* | / Add SelectManager#distinct to set/unset the Arel::Nodes::Distinct.new quantifierJon Leighton2011-11-042-0/+21
| |/ |/|
* | Merge pull request #90 from JoelJuliano/patch-1Aaron Patterson2011-10-302-1/+18
|\ \ | |/ |/| Allow using non-table alias as a rhs relation name, fix for #84 and #59
| * Removed trailing space on the test sql string statement.Joel Bryan Juliano2011-10-311-1/+0
| |
| * Added a failing test for a non-table alias as rhs relation nameJoel Bryan Juliano2011-10-311-0/+18
| |
| * Allow using non-table alias as a rhs relation name, fix for #84 and #59JoelJuliano2011-10-301-1/+1
|/
* Merge pull request #80 from jsanders/patch-1Aaron Patterson2011-08-291-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 ↵jsanders2011-08-291-1/+1
|/ | | | the connection_pool to the ToSql initializer, rather than the engine itself.
* Merge pull request #78 from ebeigarts/masterAaron Patterson2011-08-267-14/+12
|\ | | | | Support locking by default and disable it only for SQLite
| * Support locking by default and disable it only for SQLite.Edgars Beigarts2011-08-267-14/+12
|/
* Merge pull request #77 from ebeigarts/masterAaron Patterson2011-08-262-0/+11
|\ | | | | Support locking in Oracle
| * Support locking in OracleEdgars Beigarts2011-08-262-0/+11
|/
* generating a Gemfile, using the hoe-bundler pluginAaron Patterson2011-08-162-3/+11
|
* updating the gemspecAaron Patterson2011-08-151-4/+4
|
* version bumpAaron Patterson2011-08-152-2/+2
|
* updating gem manifestAaron Patterson2011-08-151-0/+1
|
* Update History.txtJon Leighton2011-08-131-1/+9
|
* Add SelectManager#source method to get the source of the ctxJon Leighton2011-08-112-0/+12
|
* Add SelectManager#projections= method to overwrite projectionsJon Leighton2011-08-112-0/+13
|
* add UpdateManager#key method to access the keyJon Leighton2011-08-112-0/+20
|
* Merge branch 'master' of github.com:rails/arelAaron Patterson2011-08-101-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/masterAaron Patterson2011-08-091-0/+1
| |\ | | | | | | Add Ruby trunk (1.9.4dev) to TravisCI matrix
| | * Add Ruby trunk (1.9.4dev) to TravisCI matrixGuillermo Iguaran2011-08-091-0/+1
| |/
| * Merge pull request #71 from travis-repos/masterAaron Patterson2011-08-081-0/+12
| |\ | | | | | | Run CI against multiple rubies, add IRC notifications
| | * Test against multiple rubies, add IRC notificationsMichael S. Klishin2011-08-091-0/+12
| |/
* / bumping to 2.2.0Aaron Patterson2011-08-093-20/+16
|/
* updating versionAaron Patterson2011-08-082-4/+4
|
* updating changelogAaron Patterson2011-08-082-0/+11
|
* Make it the responsibility of the connection to hold on to a visitor for ↵Jon Leighton2011-08-0818-42/+46
| | | | generating SQL, rather than the TreeManager. (There is a related commit coming in Active Record.)
* Ignore Gemfile.lockJon Leighton2011-08-081-0/+1
|
* Support update statements containing joinsJon Leighton2011-08-083-4/+18
|
* Merge pull request #56 from dcadenas/masterAaron Patterson2011-08-038-1/+56
|\ | | | | Add nodes that represent boolean constants
| * Remove short circuit evaluation and leave AST as it isDaniel Cadenas2011-08-032-22/+0
| |
| * Add nodes for boolean constantsDaniel Cadenas2011-08-038-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/arelAaron Patterson2011-07-271-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-updateAaron Patterson2011-07-261-0/+12
| |\ | | | | | | Oracle does not allow ORDER BY/LIMIT in UPDATE queries
| | * Oracle does not allow ORDER BY/LIMIT in UPDATE queries.thedarkone2011-07-261-0/+12
| | |
* | | prepping for 2.1.4 releaseAaron Patterson2011-07-253-19/+20
|/ /
* | oops, forgot sourceAaron Patterson2011-07-201-0/+2
| |
* | adding GemfileAaron Patterson2011-07-201-0/+2
| |
* | supressing nested parenthesis in multiple unions on mysql. thanks jhtwong. ↵Aaron Patterson2011-07-203-0/+33
| | | | | | | | fixes #58