-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Alex,
On 8/28/18 11:00, Alex O'Ree wrote:
>> From what i understand, the postgres jdbc driver does support
> reading/writing from a result set or command via a input or output
> stream, however from my testing, it looks like it just buffers the
> wh
>From what i understand, the postgres jdbc driver does support
reading/writing from a result set or command via a input or output stream,
however from my testing, it looks like it just buffers the whole thing in
memory. I actually had one case where i was able to insert 1.2GB of content
into a byte
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Torsten,
On 8/28/18 09:27, Torsten Krah wrote:
> Am Dienstag, den 28.08.2018, 09:21 -0400 schrieb Christopher
> Schultz:
>> Interesting. I wonder why Postgres decided not to support that
>> through the standard JDBC API.
>>
>> Have you tried setti
Am Dienstag, den 28.08.2018, 09:21 -0400 schrieb Christopher Schultz:
> Interesting. I wonder why Postgres decided not to support that
> through
> the standard JDBC API.
>
> Have you tried setting the "compatible" flag on the connection just
> to
> see if it works for you?
I am curious - afaik th
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Alex,
On 8/27/18 20:47, Alex O'Ree wrote:
> On Mon, Aug 27, 2018, 7:19 PM Christopher Schultz <
> ch...@christopherschultz.net> wrote: On 8/24/18 16:08, Alex O'Ree
> wrote:
I have a use case where i need to downcast a pooled database
con
I'm storing large files. Postgres has a limit for blobs and uses a
different api for larger stuff. Cut off is 1gb
On Mon, Aug 27, 2018, 7:19 PM Christopher Schultz <
ch...@christopherschultz.net> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> Alex,
>
> On 8/24/18 16:08, Alex O'Re
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Alex,
On 8/24/18 16:08, Alex O'Ree wrote:
> I have a use case where i need to downcast a pooled database
> connection down to the native class that is in use for the driver.
> Unfortunately I don't see any APIs that I can use to do this. Is
> there
I figured it out. Classpath issue. I had the postgres driver in my web app
and in tomcat's lib folder. Removing from the web app fixed it.
On Mon, Aug 27, 2018 at 9:47 AM Alex O'Ree wrote:
> Unfortunately, it's not working. I've tried unwrap for both
> org.postgresql.jdbc.PgConnection (concrete
Unfortunately, it's not working. I've tried unwrap for both
org.postgresql.jdbc.PgConnection (concrete class) and
org.psotgresql.PGConnection (interface) and both of them fail to unwrap.
Any other suggestions?
On Sun, Aug 26, 2018 at 10:04 AM Alex O'Ree wrote:
> Perfect, thanks
>
> On Fri, Aug 2
Perfect, thanks
On Fri, Aug 24, 2018, 5:05 PM Torsten Krah wrote:
> The isWrapperFor(..) and unwrap(..) methods on the connection API should
> work for this.
>
The isWrapperFor(..) and unwrap(..) methods on the connection API should
work for this.
11 matches
Mail list logo