Alias hstore's ? to ~ so that it works with JDBC - Mailing list pgsql-hackers

From Seamus Abshere
Subject Alias hstore's ? to ~ so that it works with JDBC
Date
Msg-id 51114165.4070106@abshere.net
Whole thread Raw
Responses Re: Alias hstore's ? to ~ so that it works with JDBC  (Merlin Moncure <mmoncure@gmail.com>)
List 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@abshere.net
https://github.com/seamusabshere




pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: split rm_name and rm_desc out of rmgr.c
Next
From: Dimitri Fontaine
Date:
Subject: Re: sql_drop Event Trigger