On 19/03/2010 4:52 PM, Jeremy Evans wrote:
On Mar 12, 12:41 am, Gary Doades<[email protected]> wrote:
He he.. I don't *want* to work with MSSQL 2000, just no choice for a
little while longer :(
Limit/offset is just another reason why it's probably not worth trying
to come up a with patches that try to suit all versions.
Because limit(1) is used extensively internally in Sequel, I decided
to fix this for MSSQL 2000:
http://github.com/jeremyevans/sequel/commit/dd1b39fd37e4ade5071f330be5fce77ebedeb833
Offset is only used when you request it, and that can't be fixed
perfectly on MSSQL 2000, so I don't plan to work on that.
Jeremy
Thanks for that, it'll help quite a bit. I use .first quite a lot, but
can work around the few cases that I need offset/pagination.
Thanks again,
Gary.
--
You received this message because you are subscribed to the Google Groups
"sequel-talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sequel-talk?hl=en.