On Mar 26, 2008, at 1:54 PM, Rick Morrison wrote:
> MSSQL uses the same type of row_number() technique, so an update > that works with both would be great, if possible. > > Just so I'm clear on this, the plan is to leave the row_number() > usage, but to auto-wrap queries using DISTINCT, is that right? > If we want to do it across the board for MS-SQL, we can. But I'm not as confident in its usage as using a LIMIT keyword supplied by the database. It would take a lot of testing to ensure it works in all cases. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sqlalchemy" 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/sqlalchemy?hl=en -~----------~----~----~----~------~----~------~--~---
