On Fri, Aug 23, 2019 at 9:26 AM Roberto Mireles
wrote:
>
> Hello team,
>
> This is the first time I post here, if you can provide some help, would be
> much appreciated.
>
> I have an application that can not access the database due to OID value for
> hstore extension is bigger than an integer v
On Fri, Aug 23, 2019 at 08:58:50AM -0500, Roberto Mireles wrote:
Hello team,
This is the first time I post here, if you can provide some help, would be
much appreciated.
I have an application that can not access the database due to OID value for
hstore extension is bigger than an integer value.
On 2019-Aug-23, Roberto Mireles wrote:
> I have an application that can not access the database due to OID value for
> hstore extension is bigger than an integer value. Application uses a NpgSql
> driver that only supports integer types for OIDs.
That's a bug in Npgsql. OIDs are unsigned.
> I h
Hello team,
This is the first time I post here, if you can provide some help, would be
much appreciated.
I have an application that can not access the database due to OID value for
hstore extension is bigger than an integer value. Application uses a NpgSql
driver that only supports integer types