aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | 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 gene...Jon Leighton2011-08-0818-42/+46
| | * | | | | | | | 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
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | 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
| | |/ / / / / / / /
| | * | | | | | | | Merge branch 'master' of github.com:rails/arelAaron Patterson2011-07-271-0/+12
| | |\ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ 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.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. fi...Aaron Patterson2011-07-203-0/+33
| | * | | | | | | | | fix depth first visitor to support ascending and descending nodesAaron Patterson2011-06-293-0/+17
| | * | | | | | | | | generating a specAaron Patterson2011-06-271-2/+2
| | * | | | | | | | | fixing broken gem buildAaron Patterson2011-06-272-2/+8
| | * | | | | | | | | fixing manifestAaron Patterson2011-06-271-0/+7
| | * | | | | | | | | bumping specAaron Patterson2011-06-271-11/+11
| | * | | | | | | | | version bumpAaron Patterson2011-06-271-1/+1
| | * | | | | | | | | updating history fileAaron Patterson2011-06-271-0/+3
| | * | | | | | | | | Merge branch 'master' into Khronos/masterAaron Patterson2011-06-2726-68/+299
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | visitors can define their own cache strategy for dispatch. fixes #57Aaron Patterson2011-06-273-4/+31
| | | * | | | | | | | | Merge pull request #60 from arkadiyk/masterAaron Patterson2011-06-242-17/+106
| | | |\ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | remove unnecessary guarding agains literalarkadiy kraportov2011-06-102-18/+0
| | | | * | | | | | | | | LIMIT and OFFSET support for MS SQLarkadiy kraportov2011-06-092-17/+124
| | | | |/ / / / / / / /
| | | * | | | | | | | | Merge pull request #64 from ernie/reverse_orderingAaron Patterson2011-06-2115-30/+135
| | | |\ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / | | | |/| | | | | | | |
| | | | * | | | | | | | Break Ordering into Ascending/Descending nodes, allow reversalErnie Miller2011-06-1515-30/+135
| | | |/ / / / / / / /
| | | * | | | | | | | Merge pull request #55 from samuelkadolph/add_predicates_to_function_nodeAaron Patterson2011-05-273-2/+10
| | | |\ \ \ \ \ \ \ \
| | | | * | | | | | | | Include Arel::Predicates to Arel::Nodes::Function so you can do table[:id].co...Samuel Kadolph2011-05-273-2/+10
| | | |/ / / / / / / /
| | | * | | | | | | | updating specAaron Patterson2011-05-181-10/+10
| | | * | | | | | | | zomg prep releaseAaron Patterson2011-05-172-2/+2
| | | * | | | | | | | make sure thread runsAaron Patterson2011-05-171-0/+1
| | | * | | | | | | | do not cache sql literal valuesAaron Patterson2011-05-172-2/+3
| | | * | | | | | | | no longer use this instance variableAaron Patterson2011-05-171-1/+1
| | * | | | | | | | | Added an additional test since skip/limit can not be used in reverse orderMartin Little2011-05-161-0/+8
| | * | | | | | | | | Removed some old dev codeMartin Little2011-05-161-7/+0
| | * | | | | | | | | Added a basic test for the informix visitorMartin Little2011-05-162-0/+36
| | * | | | | | | | | Added initial informix visitor supportMartin Little2011-05-161-0/+40
| | |/ / / / / / / /
| | * | | | | | | | refactoring to a methodAaron Patterson2011-05-101-3/+11
| | * | | | | | | | Merge branch 'master' of github.com:rails/arelAaron Patterson2011-05-102-5/+21
| | |\ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ Merge pull request #51 from square/thread-safetyAaron Patterson2011-05-102-5/+21
| | | |\ \ \ \ \ \ \ \
| | | | * | | | | | | | Make ToSql more thread safe.Damon McCormick + Cameron Walters2011-05-102-5/+21
| | | |/ / / / / / / /
| | * / / / / / / / / updating HistoryAaron Patterson2011-05-101-0/+7
| | |/ / / / / / / /
| | * | | | | | | | Merge pull request #50 from ernie/operation_ordering.Aaron Patterson2011-05-022-0/+31
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | InfixOperations are valid value expressions per SQL99 BNF, andErnie Miller2011-05-022-0/+31
| | |/ / / / / / / /
| | * | | | | | | | fixing specAaron Patterson2011-04-301-3/+3
| | * | | | | | | | increasing version to 2.1.0Aaron Patterson2011-04-301-1/+1
| | * | | | | | | | merging old history, adding release dateAaron Patterson2011-04-301-2/+20