emacs-edbi
emacs-edbi copied to clipboard
No rows shown in result for SQL Server query with ntext column
Stub bug report until I can reproduce from scratch and add more details...
Using
SELECT TOP 10 * FROM some_table;
where some_table
has no ntext column shows rows as expected. However if it has an ntext column this is shown instead:
OK. -1 rows are affected.
No rows are shown. That message is the only thing in the query result buffer.
Unclear to me whether this is a bug in emacs-edbi or DBD::ODBC. Apologies for sparse report, will try to investigate further later.
Database is on SQL Server 2008 R2.