Alias hstore's ? to ~ so that it works with JDBC

From: Seamus Abshere <seamus(at)abshere(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Alias hstore's ? to ~ so that it works with JDBC
Date: 2013-02-05 17:29:09
Message-ID: 51114165.4070106@abshere.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

hi,

As reported in BUG #7715 [1], hstore's use of ? as an operator conflicts
with JDBC's bind variables.

I think we could just alias ? to ~ and tell JDBC users to use that
instead. [2]

Best,
Seamus

[1]
http://www.postgresql.org/message-id/E1TeIju-0003qb-WD@wrigleys.postgresql.org
[2] https://gist.github.com/seamusabshere/4715959/revisions

--
Seamus Abshere
seamus(at)abshere(dot)net
https://github.com/seamusabshere

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Phil Sorber 2013-02-05 17:44:15 Re: [PATCH] pg_isready (was: [WIP] pg_ping utility)
Previous Message Magnus Hagander 2013-02-05 16:38:42 Re: Visual Studio 2012 RC