[DataMapper] datamapper limit

2014-01-16 Thread JCharles Deville
Hello, We’re using datamapper for a while now and it works pretty good for what we need. Nevertheless, one of our projects requires to connect to a legacy database. This database has a few tables with column named ‘limit’ or ‘offset’. I understand that these names are not properly

Re: [DataMapper] datamapper limit

2014-01-16 Thread Abe Voelker
Perhaps naming the properties something else will fix it? property :cleverly_renamed, Integer, field: 'offset' On Thu, Jan 16, 2014 at 9:05 AM, JCharles Deville jcdevi...@gmail.comwrote: Hello, We’re using datamapper for a while now and it works pretty good for what we need.