emacs-devel
[Top][All Lists]
Advanced

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

Re: Patch for sql.el (quote table names in sql-list-table)


From: Michael R. Mauger
Subject: Re: Patch for sql.el (quote table names in sql-list-table)
Date: Thu, 28 Jan 2016 14:23:25 -0700 (MST)

I'd discourage this change. The List Tables prompt does not prevent use of
identifier enclosing characters and by not using them you get the default
case conversion behavior. There are also cases with MS SQL Server where the
enclosing character is not a single character but rather a [ and ] pair.

I'd also be concerned when I ask to list the table in another schema since
we'd now be enclosing the schema and table name within the quotes which is
clearly not what we want.



--
View this message in context: 
http://emacs.1067599.n5.nabble.com/Patch-for-sql-el-quote-table-names-in-sql-list-table-tp385543p385599.html
Sent from the Emacs - Dev mailing list archive at Nabble.com.



reply via email to

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