From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Robert Cochran Newsgroups: gmane.emacs.devel Subject: sql.el MariaDB support Date: Tue, 05 Jun 2018 20:07:50 -0700 Message-ID: <874ligy5mh.fsf@cochranmail.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1528254409 18845 195.159.176.226 (6 Jun 2018 03:06:49 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 6 Jun 2018 03:06:49 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 06 05:06:45 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fQOmW-0004lZ-Jo for ged-emacs-devel@m.gmane.org; Wed, 06 Jun 2018 05:06:41 +0200 Original-Received: from localhost ([::1]:50097 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fQOod-0000HC-J6 for ged-emacs-devel@m.gmane.org; Tue, 05 Jun 2018 23:08:51 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39002) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fQOoS-0000H4-D7 for emacs-devel@gnu.org; Tue, 05 Jun 2018 23:08:41 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fQOoN-0007cG-G0 for emacs-devel@gnu.org; Tue, 05 Jun 2018 23:08:40 -0400 Original-Received: from vps28183.inmotionhosting.com ([23.235.221.66]:43297) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fQOoN-0007RP-8i for emacs-devel@gnu.org; Tue, 05 Jun 2018 23:08:35 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=cochranmail.com; s=default; h=Content-Type:MIME-Version:Message-ID:Date: Subject:To:From:Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=VH/DDXgNV1z7svATTzuknyE+WaJSgzSdnitO/EJ42WU=; b=Ikwux0Gw+LkwJEE+kqX7EnwfAq HKRclSb87Xcz5qeXuRy1vmSmPI/kqcdZPUlG1fF+RB0betGlh+AlrULPpUhc+qV397ieygboaiiDI ccEfjROXxYkotebkWtPLR2eDb1yaqH9umMxTrNzGPtKu1jRZkhhM+SHJuw30Flkcy5zd1eMU2xp20 EUFhqvTZlZpy4iYqxJObaWK2kMs5C7SB/7bzSdcdvtd7QQ7LGmZ0QgVQfDi4nnLsmPMpQX3EWGl1Y TVFbXz0PX74l/ssiZMVOe0gfg5loXiMMwCpURiKHOJqnZCbRCL/76RQcz+dt3sfWyy8rLgdVofCaW 2+/RKMuQ==; Original-Received: from 131-191-86-130.as.clicknet.org ([131.191.86.130]:41364 helo=SoraLaptop) by vps28183.inmotionhosting.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.91) (envelope-from ) id 1fQOnh-0000wK-A6 for emacs-devel@gnu.org; Tue, 05 Jun 2018 20:07:53 -0700 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - vps28183.inmotionhosting.com X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - cochranmail.com X-Get-Message-Sender-Via: vps28183.inmotionhosting.com: authenticated_id: robert@cochranmail.com X-Authenticated-Sender: vps28183.inmotionhosting.com: robert@cochranmail.com X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 23.235.221.66 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:226053 Archived-At: Hello emacs-devel, I've decided that I want to spend a little bit of time improving the MariaDB support in sql.el to make a nicer experience, namely changing the prompt regexps so that the prompts will actually show up without having to fiddle with sql-prompt-regexp. What I'm not so sure about, and thus asking here, is whether or not to put the MariaDB changes in with the MySQL product? MariaDB is still a drop-in replacement for MySQL AFAIK, so in my mind it wouldn't be unreasonable to lump those two together as a single product. But I'm not well-versed on what doing that may imply. TBH, I'd rather lump them together, as really all I'm intending to do is modify the continuation prompt regexps to work for either database, and making a whole separate MariaDB product would be overkill in my mind. Thoughts? -- ~Robert Cochran GPG Fingerprint - BD0C 5F8B 381C 64F0 F3CE E7B9 EC9A 872C 41B2 77C2