From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Michael R. Mauger" Newsgroups: gmane.emacs.devel Subject: Re: Patch for sql.el (quote table names in sql-list-table) Date: Thu, 28 Jan 2016 14:23:25 -0700 (MST) Message-ID: <1454016205681-385599.post@n5.nabble.com> References: <87egd274so.fsf@ahungry.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1454016226 16949 80.91.229.3 (28 Jan 2016 21:23:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 28 Jan 2016 21:23:46 +0000 (UTC) To: Emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 28 22:23:38 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aOu2R-0003fx-KW for ged-emacs-devel@m.gmane.org; Thu, 28 Jan 2016 22:23:35 +0100 Original-Received: from localhost ([::1]:58605 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aOu2Q-0003J1-Lb for ged-emacs-devel@m.gmane.org; Thu, 28 Jan 2016 16:23:34 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39974) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aOu2N-0003Hy-Jk for Emacs-devel@gnu.org; Thu, 28 Jan 2016 16:23:32 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aOu2I-00041Q-Jq for Emacs-devel@gnu.org; Thu, 28 Jan 2016 16:23:31 -0500 Original-Received: from mbob.nabble.com ([162.253.133.15]:55192) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aOu2I-00041I-Di for Emacs-devel@gnu.org; Thu, 28 Jan 2016 16:23:26 -0500 Original-Received: from msam.nabble.com (unknown [162.253.133.85]) by mbob.nabble.com (Postfix) with ESMTP id A55401F6B825 for ; Thu, 28 Jan 2016 13:18:54 -0800 (PST) In-Reply-To: <87egd274so.fsf@ahungry.com> X-detected-operating-system: by eggs.gnu.org: iOS iPhone or iPad X-Received-From: 162.253.133.15 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:198957 Archived-At: 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.