activerecord-hackery / squeel

Active Record, improved. Live again :)
http://erniemiller.org/2013/11/17/anyone-interested-in-activerecord-hackery/
MIT License
2.4k stars 213 forks source link

How to perform "SELECT FOR UPDATE/SHARE" in Rails 3.2 ? #388

Open bluebird-communication opened 9 years ago

bluebird-communication commented 9 years ago

Hello, I'm looking how to perform the SQL command "SELECT FOR UPDATE" with squeel in Rails 3.2. http://www.postgresql.org/docs/9.2/static/sql-select.html Could you please advise ?

Many Thanks,