bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#15202: sql-ms bug


From: Mike Koltsov
Subject: bug#15202: sql-ms bug
Date: Wed, 28 Aug 2013 17:17:24 +0400

Hello all!

Think I've found a bug in sql-ms mode.
Consider the following code:

--------------------------------------------------------------------------------------------

insert into configuration (user_id) VALUES ('TESTUSER')
go

select count(*) from configuration
go
(1 row affected)
             
 ----------- 
          26 

IINM, this row:
>(1 row affected)
Should have appeared right after the INSERT statement. 


Running:
    GNU Emacs 24.3.1 (i386-mingw-nt6.0.6002) on Windows. 

Connected to:
    Microsoft SQL Server 2005 - 9.00.5000.00 (X64)
    Standard Edition (64-bit) on Windows NT 5.2 (Build 3790: Service Pack 2)
 

--
Best wishes,
Mike Koltsov.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]