aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | adding a convenience alias to NodeAaron Patterson2010-11-291-0/+3
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | base class works with visitorAaron Patterson2010-11-294-0/+14
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | fixing warningsAaron Patterson2010-11-291-1/+1
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | adding ancestor testAaron Patterson2010-11-294-3/+4
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | refactor block.call out of each visit methodAaron Patterson2010-11-291-14/+5
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | updating nodes and depth first visitorAaron Patterson2010-11-2910-54/+154
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | adding unary nodeAaron Patterson2010-11-299-29/+26
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | insert statements supportedAaron Patterson2010-11-294-2/+19
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | adding select statement supportAaron Patterson2010-11-292-0/+27
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | adding select coreAaron Patterson2010-11-292-0/+27
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | update statement supportedAaron Patterson2010-11-292-0/+22
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | mostly implemented depth-first traversalAaron Patterson2010-11-294-0/+159
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | make table aliases cheaper to allocateAaron Patterson2010-11-242-8/+4
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | adding an AS nodeAaron Patterson2010-11-238-1/+41
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | adding a "not" factory method for creating Not nodesAaron Patterson2010-11-238-0/+51
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | mysql will lock for updateAaron Patterson2010-11-223-0/+17
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | updating the gemspecAaron Patterson2010-11-191-2/+2
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | terrorist version bumpAaron Patterson2010-11-171-1/+1
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | adding the git pluginAaron Patterson2010-11-171-0/+1
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | updating changelogAaron Patterson2010-11-171-0/+6
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Fixed Ruby 1.8 performance regression for Nodes::In and Nodes::NotIn queries ↵Rolf Timmermans2010-11-181-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 Timmermans2010-11-181-0/+46
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | do not use private methodsAaron Patterson2010-11-161-1/+1
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Fix typos in the description of the testIvan Ukhov2010-11-171-2/+2
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Write a test for checking the presence of table names in the cacheIvan Ukhov2010-11-172-2/+14
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Fix a bit the initialization of TableIvan Ukhov2010-11-171-1/+1
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Let table_exists? find tables in @@table_cache even if symbols are passed as ↵Ivan Ukhov2010-11-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | their names
| | * | | | | | | | | | | | | | terrorist version bumpAaron Patterson2010-11-161-1/+1
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | added a visitor for Class objectsAaron Patterson2010-11-163-0/+12
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | returning undefined for unknown column typesAaron Patterson2010-11-163-7/+13
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | small additional fix for order_hacks method for OracleRaimonds Simanovskis2010-11-161-2/+6
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | fix one more time order_hacks method for OracleRaimonds Simanovskis2010-11-162-8/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | correctly split order string by commas ignoring commas which separate function arguments
| | * | | | | | | | | | | | | | bumping gemspec versionAaron Patterson2010-11-111-1/+1
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | terrorist version bumpAaron Patterson2010-11-111-1/+1
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | updating manifest / gemspecAaron Patterson2010-11-112-9/+13
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | updating changelogAaron Patterson2010-11-111-0/+12
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | support stringinquirer stringAaron Patterson2010-11-111-0/+1
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Merge branch 'master' of github.com:brynary/arelAaron Patterson2010-11-111-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 byRaimonds Simanovskis2010-11-061-1/+17
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | arel more nicely supports EXISTS queriesAaron Patterson2010-11-055-14/+33
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | mysql selects from dual on empty from statementsAaron Patterson2010-11-053-1/+13
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | renaming @head to @astAaron Patterson2010-11-057-35/+45
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | adding proper columns to our fake tableAaron Patterson2010-11-054-17/+15
| | |/ / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | updating the development dependenciesAaron Patterson2010-11-041-1/+2
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Add ToSql NilClass visitorErnie Miller2010-11-042-0/+5
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Refactor predication methods to be available to SqlLiterals as well.Ernie Miller2010-10-275-174/+204
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Merge branch 'master' of github.com:rails/arelAaron Patterson2010-10-262-0/+5
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'master' of github.com:rails/arel: Added Bignum to visitor
| | | * | | | | | | | | | | | | | Added Bignum to visitorrugek2010-10-262-0/+5
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | generate correct select if only offset is present (in Oracle)Raimonds Simanovskis2010-10-212-0/+30
| | |/ / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | updating gemspecAaron Patterson2010-10-201-4/+4
| | | | | | | | | | | | | | | |