1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Commit graph

11 commits

Author SHA1 Message Date
Aaron Patterson
c7eef391db refactoring custom lock logic to use sql literals 2011-02-21 15:40:38 -08:00
Aaron Patterson
8ed3ab00f1 Lock should be a unary node 2011-02-21 15:14:29 -08:00
Jesse Storimer
6c65b01762 Allow database specific locking clauses to be used 2011-01-20 00:37:05 -05:00
Aaron Patterson
f5e0979055 adding better tests surrounding limits in adapter visitors 2011-01-03 16:19:57 -08:00
Aaron Patterson
4010568595 quoting limit nodes 2010-12-07 10:48:02 -08:00
Aaron Patterson
d3625bbf8f add locking support for postgres 2010-10-13 13:23:52 -07:00
Ernie Miller
5ca0c9a457 Make PostgreSQL play nice with its friends. (matches -> ILIKE instead of LIKE) 2010-09-29 15:50:24 -04:00
Aaron Patterson
6c266b4c3f reordering order clauses :'( 2010-09-23 13:48:09 -07:00
Aaron Patterson
66fc8add90 writing code that makes me sad 2010-09-23 13:38:56 -07:00
Aaron Patterson
9e9e590675 adding a select statment visitor 2010-09-23 13:38:56 -07:00
Aaron Patterson
aa4c957fa1 adding a postgres adapter 2010-09-23 13:38:56 -07:00