Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ea0uG-0008SL-KC for pgsql-interfaces@arkaria.postgresql.org; Fri, 12 Jan 2018 15:06:08 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ea0uF-0004bj-Ki for pgsql-interfaces@arkaria.postgresql.org; Fri, 12 Jan 2018 15:06:07 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1ea0uF-0004ba-DS for pgsql-interfaces@lists.postgresql.org; Fri, 12 Jan 2018 15:06:07 +0000 Received: from mail-it0-x231.google.com ([2607:f8b0:4001:c0b::231]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1ea0uC-0002XX-G4 for pgsql-interfaces@lists.postgresql.org; Fri, 12 Jan 2018 15:06:06 +0000 Received: by mail-it0-x231.google.com with SMTP id m11so1978945iti.1 for ; Fri, 12 Jan 2018 07:06:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=oRTH7wQ3/1/+owZn5nJxnw7Sm7GqdgL2eaBEc6VHhtM=; b=fuwEQDPjwVGbYov/k+nOUx+uSNmCi9zFh5Y6+dxUE5t+95+QYnUK+UjM4kUtzsvnHk U7pKLGezi4FI4ZoTGEtfRkkGnjjbeuS+42Jml2pgWOG+nXxEXJrpxQjNjdPIY3/tisEU Btk+x2ufveCAPj2X8/H9EEHPmAw1C+gReRTeiUn1rAjraglnlZfJarBADUlNoRVtZ9nf /2i9cHCndVPw58uqolL9+83jbGTN7xBYV37Pnkyq1V7+r3My4tAI9cupYroVPD4zp3RU H0LehO6FDeIjlbDPOXdMS2MvXL3wI+Lj/41jc8TidZZ5dV86WpW+X8WPfP7xNn9dXtWr LnJQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=oRTH7wQ3/1/+owZn5nJxnw7Sm7GqdgL2eaBEc6VHhtM=; b=L88N/BDqAykaU69wtpAhLDHqv/Ez8rimaieFveU0wdAXiJwXDlXA53yjIO5gLDVKmV 3RNVIx40rk6AheRJWdKQVVVW+/qB4VqjaWDlTs/I2EGQlxIN9R8ZCTYyB746CKBZ8c+/ IVIH9wU7W+u+6MyRCJ/pb+cRrz+6KUd96sgB5kmOvLKh+M1AHt7+AdxNdRSvT3dNM7/Y rk7C9YTiMxxhLa4m21iCojZ4r9a0cqFjovepT7hA+wLBnO+VQ4Qh3RP1hW8xG+1fdgLo EykLe/dwxRI4xhAMoch2/IAZQOZbO6XM48/SURzNFRgfKxXW4uenM1MitM9g2N6A5gHh yMpg== X-Gm-Message-State: AKwxytc8OAmvVPsqAKivyTBtxuW0txG/gWNV26Kit+kdBg7icbZHPn5/ nrHhNI1wjZHJLFkzMRreabOPDC/KCweaMHPCDhw= X-Google-Smtp-Source: ACJfBouw0trAgUBc3RuBcdSHiTqWp2ZciSxESsJWs2EfSGcd1ukfclkl/KZCMTCBR2tHLJENgXTE6cvHXhaYJzGOTVE= X-Received: by 10.36.145.208 with SMTP id i199mr4986786ite.81.1515769562609; Fri, 12 Jan 2018 07:06:02 -0800 (PST) MIME-Version: 1.0 Received: by 10.2.77.2 with HTTP; Fri, 12 Jan 2018 07:06:01 -0800 (PST) Received: by 10.2.77.2 with HTTP; Fri, 12 Jan 2018 07:06:01 -0800 (PST) In-Reply-To: <1515769286.2814.158.camel@postgresql.org> References: <20180110122916.GA1160@feivel> <1515668698.2860.92.camel@postgresql.org> <1515769286.2814.158.camel@postgresql.org> From: Ashutosh Sharma Date: Fri, 12 Jan 2018 20:36:01 +0530 Message-ID: Subject: Re: Compatibility modes supported in ECPG To: Michael Meskes Cc: pgsql-interfaces@lists.postgresql.org Content-Type: multipart/alternative; boundary="94eb2c07d5f4573cf20562959a39" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --94eb2c07d5f4573cf20562959a39 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Jan 12, 2018 20:31, "Michael Meskes" wrote: > Thanks. Attached are the patches > 'Allow_ecpg_to_throw_error_for_wrong_compat_modes_v1' and > 'Allow_ecpg_to_throw_error_for_wrong_compat_modes_v2' that fixes the > reported issues. Thanks, I just committed the case insensitive version. Thank you :) Michael -- Michael Meskes Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org) Meskes at (Debian|Postgresql) dot Org Jabber: michael at xmpp dot meskes dot org VfL Borussia! For=C3=A7a Bar=C3=A7a! SF 49ers! Use Debian GNU/Linux, Postgr= eSQL --94eb2c07d5f4573cf20562959a39 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
On Jan 12, 2018 20:31, "Michael Meskes" <meskes@postgresql.org> wrote:
> Thanks. At= tached are the patches
> 'Allow_ecpg_to_throw_error_for_wrong_compat_modes_v1' and=
> 'Allow_ecpg_to_throw_error_for_wrong_compat_modes_v2' tha= t fixes the
> reported issues.

Thanks, I just committed the case insensitive version.

Thank you :)<= /div>

=

Michael
--
Michael Meskes
Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
Meskes at (Debian|Postgresql) dot Org
Jabber: michael at xmpp dot meskes dot org
VfL Borussia! For=C3=A7a Bar=C3=A7a! SF 49ers! Use Debian GNU/Linux, Postgr= eSQL

--94eb2c07d5f4573cf20562959a39--