NoBrainerORM / nobrainer

Ruby ORM for RethinkDB
http://nobrainer.io/
Other
387 stars 49 forks source link

Changes lock key type from string to text #214

Closed hugopeixoto closed 8 years ago

hugopeixoto commented 8 years ago

To support more than 255 characters by default, the key type needs to be Text.

I was getting a ArgumentError obtaining the lock because one of the uniqueness fields was a long text field.

nviennot commented 8 years ago

Thanks! :)