aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | Merge pull request #344 from kaznum/support_the_escape_clause_of_postgresqlMatthew Draper2014-12-252-2/+28
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | {Matches,DoesNotMatch} support the ESCAPE clause with PostgreSQLKazuya NUMATA2014-12-252-2/+28
| | |/ / / / / / / / / / / /
| | * | | | | | | | | | | | 💣Sean Griffin2014-12-041-1/+1
| | * | | | | | | | | | | | Quoted nodes respond to `nil?` in the same way as `Casted` nodesSean Griffin2014-12-041-0/+1
| | * | | | | | | | | | | | Quoted nodes respond to the same method as Casted nodesSean Griffin2014-12-041-0/+1
| | * | | | | | | | | | | | Don't re-quote nodes which are already quotedSean Griffin2014-12-021-1/+1
| | * | | | | | | | | | | | Remove `engine` from `TreeManager` and subclassesSean Griffin2014-11-2917-170/+149
| | * | | | | | | | | | | | Remove engine from the constructor arguments `Arel::Table`Sean Griffin2014-11-294-103/+49
| | * | | | | | | | | | | | Remove deprecated method "Table#primary_key"Sean Griffin2014-11-263-17/+37
| | * | | | | | | | | | | | Merge pull request #177 from NARKOZ/patch-0Sean Griffin2014-11-262-2/+8
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | remove extra space before 'ORDER BY'Nihad Abbasov2014-11-262-2/+8
| | |/ / / / / / / / / / / /
| | * | | | | | | | | | | | Rake is a development dependecyRafael Mendonça França2014-11-252-0/+2
| | * | | | | | | | | | | | Prepare for 6.0.0Rafael Mendonça França2014-11-252-2/+2
| | * | | | | | | | | | | | Only include the lib folder in the gemRafael Mendonça França2014-11-252-2/+2
| | * | | | | | | | | | | | Merge pull request #338 from yahonda/add_order_to_bindparams_oracleSean Griffin2014-11-242-1/+16
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | Support Oracle bind parameter valueYasuo Honda2014-11-202-1/+16
| | |/ / / / / / / / / / / /
| | * | | | | | | | | | | | Use class objects rather than strings for the dispatch cacheSean Griffin2014-11-183-19/+11
| | * | | | | | | | | | | | Add order to BindParams in the ToSql collectorSean Griffin2014-11-1712-16/+48
| | * | | | | | | | | | | | cache the dispatch table on the depth first visitorAaron Patterson2014-11-102-6/+21
| | * | | | | | | | | | | | oops! that should not have been checked inAaron Patterson2014-11-041-2/+1
| | * | | | | | | | | | | | Look for `Enumerable` rather than `Array` in predicatesSean Griffin2014-11-021-2/+2
| | * | | | | | | | | | | | Fix rake test taskRafael Mendonça França2014-10-311-0/+9
| | * | | | | | | | | | | | Revert "Revert "Merge pull request #300 from jpcody/master""Sean Griffin2014-10-313-19/+17
| | * | | | | | | | | | | | Bump to 6.0.0.beta2Godfrey Chan2014-10-301-1/+1
| | * | | | | | | | | | | | Update the GemfileRafael Mendonça França2014-10-301-10/+1
| | * | | | | | | | | | | | hoe is not the dependecy anymoreRafael Mendonça França2014-10-302-2/+2
| | * | | | | | | | | | | | Stop using hoe to release the gemRafael Mendonça França2014-10-306-210/+52
| | * | | | | | | | | | | | Revert "Merge pull request #300 from jpcody/master"Sean Griffin2014-10-303-17/+19
| | * | | | | | | | | | | | Dry up building quoted nodes in predicationSean Griffin2014-10-271-15/+23
| | * | | | | | | | | | | | Merge pull request #333 from sgrif/sg-separate-range-methodSean Griffin2014-10-274-180/+192
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | Deprecate passing ranges to `#in` and `#not_in`Sean Griffin2014-10-254-180/+192
| | |/ / / / / / / / / / / /
| | * | | | | | | | | | | | Refactor `#in` and `#not_in`Sean Griffin2014-10-251-16/+20
| | * | | | | | | | | | | | 💣Sean Griffin2014-10-251-4/+4
| | * | | | | | | | | | | | Merge pull request #331 from sgrif/sg-in-should-not-break-queriesSean Griffin2014-10-242-7/+7
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | `#not_in` with a range should respect proper precedenceSean Griffin2014-10-242-7/+7
| | | |/ / / / / / / / / / /
| | * | | | | | | | | | | | Merge pull request #332 from sgrif/sg-include-in-test-coverageSean Griffin2014-10-241-8/+201
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | Improve test coverage for `#in` and `#not_in`Sean Griffin2014-10-241-8/+201
| | | |/ / / / / / / / / / /
| | * | | | | | | | | | | | Merge pull request #330 from sgrif/sg-binary-node-hash-equalitySean Griffin2014-10-242-1/+27
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / | | |/| | | | | | | | | | |
| | | * | | | | | | | | | | Binary nodes should not generate the same hash as nodes of other classesSean Griffin2014-10-242-1/+27
| | |/ / / / / / / / / / /
| | * | | | | | | | | | | Merge pull request #326 from claudiob/reuse-maybe-visitRafael Mendonça França2014-10-231-3/+3
| | |\ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | Completes 08e6491 in reusing `maybe_visit`claudiob2014-10-231-3/+3
| | |/ / / / / / / / / / /
| | * | | | | | | | | | | Merge pull request #325 from claudiob/reuse-maybe-visit-methodRafael Mendonça França2014-10-232-18/+4
| | |\ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | Reuse `maybe_visit` methodclaudiob2014-10-232-18/+4
| | |/ / / / / / / / / / /
| | * | | | | | | | | | | Merge pull request #324 from vipulnsward/cteMatthew Draper2014-10-241-1/+1
| | |\ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | `Expresssions` => `Expressions` [ci skip]Vipul A M2014-10-241-1/+1
| | |/ / / / / / / / / / /
| | * | | | | | | | | | | Merge pull request #318 from tamird/match-escapeMatthew Draper2014-09-266-20/+60
| | |\ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | {Matches,DoesNotMatch} support the ESCAPE clauseTamir Duberstein2014-09-256-20/+60
| | |/ / / / / / / / / / /
| | * | | | | | | | | | | move the dispatch table to be per-instanceAaron Patterson2014-09-228-26/+38
| | * | | | | | | | | | | connections should cache these values, so remove the cache in arelAaron Patterson2014-09-221-4/+3
| | * | | | | | | | | | | Merge pull request #317 from dimko/patch-2Rafael Mendonça França2014-09-171-1/+1
| | |\ \ \ \ \ \ \ \ \ \ \