Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Test quoting integers when comparing a string column with integers. | Dylan Smith | 2014-04-28 | 1 | -3/+11 |
| | | | | | | | | | | An equality with a string column and integer like SELECT * FROM `users` WHERE `login_token` = 0 LIMIT 1; will match match any string that doesn't start with a digit in certain databases, like mysql. Make sure we quote the integer to avoid this problem in a database independant way. | ||||
* | add the casting node to the AST at build time | Aaron Patterson | 2014-03-24 | 1 | -1/+5 |
| | | | | | If we add the casting node to the ast at build time, then we can avoid doing the lookup at visit time. | ||||
* | call the columns hash method | Aaron Patterson | 2013-03-14 | 1 | -1/+5 |
| | |||||
* | calling cache methods against the connection | Aaron Patterson | 2011-11-19 | 1 | -3/+13 |
| | |||||
* | Make it the responsibility of the connection to hold on to a visitor for ↵ | Jon Leighton | 2011-08-08 | 1 | -3/+4 |
| | | | | generating SQL, rather than the TreeManager. (There is a related commit coming in Active Record.) | ||||
* | cleaning up math operations on attributes | Aaron Patterson | 2011-03-07 | 1 | -2/+4 |
| | |||||
* | Merge remote branch 'stiff/master' into omg | Aaron Patterson | 2011-03-07 | 1 | -2/+6 |
|\ | | | | | | | | | * stiff/master: implemented support for math operations in numeric attributes | ||||
| * | implemented support for math operations in numeric attributes | Vladimir Meremyanin | 2011-01-29 | 1 | -2/+6 |
| | | |||||
* | | use the cache mechanism in the connection pool rather than our own cache | Aaron Patterson | 2011-02-07 | 1 | -1/+12 |
|/ | |||||
* | adding proper columns to our fake table | Aaron Patterson | 2010-11-05 | 1 | -1/+3 |
| | |||||
* | adding default limits when there is an offset for sqlite and mysql [#5316 ↵ | Aaron Patterson | 2010-10-20 | 1 | -1/+1 |
| | | | | state:resolved] | ||||
* | Fisting arel specs -- still needs tree_manager and cleanup | Ryan Davis | 2010-10-18 | 1 | -0/+89 |