Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | quoting limit nodes | Aaron Patterson | 2010-12-06 | 6 | -3/+23 |
| | |||||
* | Make "not" apply to the whole sub-expression when generating sql. | Ryan Rempel | 2010-12-06 | 2 | -2/+8 |
| | |||||
* | adding a test for the dot visitor | Aaron Patterson | 2010-12-06 | 4 | -3/+38 |
| | |||||
* | bumping version | Aaron Patterson | 2010-12-01 | 1 | -1/+1 |
| | |||||
* | make sure we raise type errors with unknown classes | Aaron Patterson | 2010-12-01 | 3 | -0/+14 |
| | |||||
* | rails 3.0.x will not let us have nice things | Aaron Patterson | 2010-12-01 | 1 | -2/+0 |
| | |||||
* | deprecating the "joins" method | Aaron Patterson | 2010-11-30 | 2 | -0/+8 |
| | |||||
* | bumping gemspec | Aaron Patterson | 2010-11-30 | 1 | -10/+7 |
| | |||||
* | removing rubyforge plugin | Aaron Patterson | 2010-11-30 | 1 | -0/+1 |
| | |||||
* | adding node test | Aaron Patterson | 2010-11-30 | 1 | -0/+33 |
| | |||||
* | terrorist version bump | Aaron Patterson | 2010-11-30 | 2 | -2/+2 |
| | |||||
* | fixing tests in 1.9 | Aaron Patterson | 2010-11-30 | 1 | -1/+1 |
| | |||||
* | adding deprecated support for walking ancestor trees | Aaron Patterson | 2010-11-30 | 3 | -0/+17 |
| | |||||
* | adding a convenience alias to Node | Aaron Patterson | 2010-11-29 | 1 | -0/+3 |
| | |||||
* | base class works with visitor | Aaron Patterson | 2010-11-29 | 4 | -0/+14 |
| | |||||
* | fixing warnings | Aaron Patterson | 2010-11-29 | 1 | -1/+1 |
| | |||||
* | adding ancestor test | Aaron Patterson | 2010-11-29 | 4 | -3/+4 |
| | |||||
* | refactor block.call out of each visit method | Aaron Patterson | 2010-11-29 | 1 | -14/+5 |
| | |||||
* | updating nodes and depth first visitor | Aaron Patterson | 2010-11-29 | 10 | -54/+154 |
| | |||||
* | adding unary node | Aaron Patterson | 2010-11-29 | 9 | -29/+26 |
| | |||||
* | insert statements supported | Aaron Patterson | 2010-11-29 | 4 | -2/+19 |
| | |||||
* | adding select statement support | Aaron Patterson | 2010-11-29 | 2 | -0/+27 |
| | |||||
* | adding select core | Aaron Patterson | 2010-11-29 | 2 | -0/+27 |
| | |||||
* | update statement supported | Aaron Patterson | 2010-11-29 | 2 | -0/+22 |
| | |||||
* | mostly implemented depth-first traversal | Aaron Patterson | 2010-11-29 | 4 | -0/+159 |
| | |||||
* | make table aliases cheaper to allocate | Aaron Patterson | 2010-11-24 | 2 | -8/+4 |
| | |||||
* | adding an AS node | Aaron Patterson | 2010-11-23 | 8 | -1/+41 |
| | |||||
* | adding a "not" factory method for creating Not nodes | Aaron Patterson | 2010-11-23 | 8 | -0/+51 |
| | |||||
* | mysql will lock for update | Aaron Patterson | 2010-11-22 | 3 | -0/+17 |
| | |||||
* | updating the gemspec | Aaron Patterson | 2010-11-19 | 1 | -2/+2 |
| | |||||
* | terrorist version bump | Aaron Patterson | 2010-11-17 | 1 | -1/+1 |
| | |||||
* | adding the git plugin | Aaron Patterson | 2010-11-17 | 1 | -0/+1 |
| | |||||
* | updating changelog | Aaron Patterson | 2010-11-17 | 1 | -0/+6 |
| | |||||
* | Fixed Ruby 1.8 performance regression for Nodes::In and Nodes::NotIn queries ↵ | Rolf Timmermans | 2010-11-18 | 1 | -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 Timmermans | 2010-11-18 | 1 | -0/+46 |
| | |||||
* | do not use private methods | Aaron Patterson | 2010-11-16 | 1 | -1/+1 |
| | |||||
* | Fix typos in the description of the test | Ivan Ukhov | 2010-11-17 | 1 | -2/+2 |
| | |||||
* | Write a test for checking the presence of table names in the cache | Ivan Ukhov | 2010-11-17 | 2 | -2/+14 |
| | |||||
* | Fix a bit the initialization of Table | Ivan Ukhov | 2010-11-17 | 1 | -1/+1 |
| | |||||
* | Let table_exists? find tables in @@table_cache even if symbols are passed as ↵ | Ivan Ukhov | 2010-11-17 | 1 | -2/+2 |
| | | | | their names | ||||
* | terrorist version bump | Aaron Patterson | 2010-11-16 | 1 | -1/+1 |
| | |||||
* | added a visitor for Class objects | Aaron Patterson | 2010-11-16 | 3 | -0/+12 |
| | |||||
* | returning undefined for unknown column types | Aaron Patterson | 2010-11-16 | 3 | -7/+13 |
| | |||||
* | small additional fix for order_hacks method for Oracle | Raimonds Simanovskis | 2010-11-16 | 1 | -2/+6 |
| | |||||
* | fix one more time order_hacks method for Oracle | Raimonds Simanovskis | 2010-11-16 | 2 | -8/+29 |
| | | | correctly split order string by commas ignoring commas which separate function arguments | ||||
* | bumping gemspec version | Aaron Patterson | 2010-11-11 | 1 | -1/+1 |
| | |||||
* | terrorist version bump | Aaron Patterson | 2010-11-11 | 1 | -1/+1 |
| | |||||
* | updating manifest / gemspec | Aaron Patterson | 2010-11-11 | 2 | -9/+13 |
| | |||||
* | updating changelog | Aaron Patterson | 2010-11-11 | 1 | -0/+12 |
| | |||||
* | support stringinquirer string | Aaron Patterson | 2010-11-11 | 1 | -0/+1 |
| |