Re: Bug in execute.c

From: Christian Ullrich <chris(at)chrullrich(dot)net>
To: pgsql-odbc(at)postgresql(dot)org
Subject: Re: Bug in execute.c
Date: 2015-04-24 07:48:08
Message-ID: mhcsfo$k6k$1@ger.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

* Christian Ullrich wrote:

> From execute.c, SC_setInsertedTable(), line 790:
>
> if (ptr = strchr(cmd + 1, '.'), NULL != ptr)
> len = ptr - cmd;

> I'm sorry I don't have a patch right now. I can come up with one, though.

Patch attached. It may be a bit over the top. Please let me know what
you think.

--
Christian

Attachment Content-Type Size
psqlodbc.patch text/plain 3.0 KB

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Brent Smith 2015-04-29 13:17:12 Unknown exceptions possibly originating from psqlodbc
Previous Message Christian Ullrich 2015-04-23 11:37:56 Bug in execute.c