activeuuid icon indicating copy to clipboard operation
activeuuid copied to clipboard

Can't use UUID in variable expansion on PostgreSQL hstore

Open devinfoley opened this issue 13 years ago • 1 comments
trafficstars

@items = @items.where("id > ?", UUIDTools::UUID::parse_hexdigest(params[:since_id])) if params[:since_id]

devinfoley avatar Oct 05 '12 21:10 devinfoley

Rails 4 now has native UUID support for Postgres. See http://labria.github.io/2013/04/27/rails-4-uuid-primary-keys-with-postgresql/.

ivanoblomov avatar Jun 01 '15 17:06 ivanoblomov