10 messages in com.googlegroups.sqlalchemy[sqlalchemy] Re: MSSQL and LIMIT/OFFSET
FromSent OnAttachments
Paul Johnston26 Nov 2007 11:25 
Michael Bayer26 Nov 2007 12:17.patch
Esceo09 Jan 2008 23:46 
Esceo10 Jan 2008 00:40 
Paul Johnston10 Jan 2008 01:02 
Esceo10 Jan 2008 01:33 
Esceo10 Jan 2008 02:41 
lei you10 Jan 2008 02:43.diff
Esceo10 Jan 2008 02:46 
Esceo10 Jan 2008 19:36 
Subject:[sqlalchemy] Re: MSSQL and LIMIT/OFFSET
From:Esceo (leiy@gmail.com)
Date:01/10/2008 02:46:12 AM
List:com.googlegroups.sqlalchemy

the other part of the patch is a rewrite of INSERT INTO (.+) \(\) VALUES \(\)$ (insertion of empty list of values) into INSERT INTO %s DEFAULT VALUES

which is problematic when we insert into a table with only one field and it's identity

On Jan 10, 9:43 pm, "lei you" <leiy@gmail.com> wrote:

patch is attached

 mssql.diff 26KDownload