Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
pgsql . interfaces . jdbc
This is a Usenet group - learn more
Find or start a Google Group about jdbc.
Group info
Language: English
Group categories: Not categorized
More group info »
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 2597  Older »
Description: PostgreSQL JDBC Driver
 

external table scan does not support failover 
  Hi, I am trying to read data using JDBC from an external table, but i am getting this error "external table scan does not support failover". How can i fix this. Thanks Amit
By amit...@gmail.com  - May 8 - 1 new of 1 message    

Maven JDBC driver 9.2-1002-jdbc4 - Unsupported major.minor version 51.0 is back 
  Hi, I've added to my POM the following dependency: <dependency> <groupId>org.postgresql</group Id> <artifactId>postgresql</artifa ctId> <version>9.2-1002-jdbc4</versi on> </dependency> When i try to use the driver i get the following error: Unsupported major.minor version 51.0 I've read this has already happened in the past and was because the driver was compiled with java 1.7 instead of 1.6.... more »
By Laurent Thoulon  - Apr 25 - 1 new of 1 message    

Improvements for statement cancellation 
  Hi. I have a nasty issue which involves WebLogic, pgpool-II and Postgres JDBC. WebLogic has a habit on calling Statement.cancel() on all cached (by itself) statements, when closing it's connection pools. It also calls Statement.cancel() in some other circumstances, as far as I can understand,... more »
By Pawel Veselov  - Apr 10 - 2 new of 2 messages    

Update on new driver progress 
  Thought I'd give an update for those who are interested. Work has progressed nicely and I have been migrating the original project's unit tests to attempt to reach some level of compatibility between the implementations. Currently about 80% of the unit test have been migrated and only 6 the test are not passing. The failing or erring tests are mostly due to, as yet uncommitted to differences, in the way the drivers work; once permanent decisions are made the driver will be fixed to conform or the test will be updated. Up until now the focus has been on features and conformance but I will be departing from that for a bit to do some performance analysis and enhancement before adding any new features.... more »
By Kevin Wooten  - Apr 8 - 2 new of 2 messages    

single quotation confusion 
  R10 wrote ... In short you do not build queries by directly concatenating user-supplied data. You use a PREPARED STATEMENT with placeholders and then use the setXXX methods to map the data. SQL: INSERT INTO test VALUES (?) Others may be able to provide more concrete suggestions but otherwise find... more »
By David Johnston  - Apr 6 - 3 new of 3 messages    

Trigger of Transaction 
  Hi everyone! I need your help with this problem. I'm using PostgreSQL *9.2 Server* & the latest jdbc driver: postgresql-9.2-1002.jdbc4.jar I have a many to one relation. I have this piece of code: con.setAutoCommit(false); //transaction block start // Make an insert to one table (Vector)... more »
By Juan Pablo Cook  - Apr 1 - 2 new of 2 messages    

JDBC Array double precision [] error 
  Hi everyone! I need your help with this problem. I'm using PostgreSQL 9.2 Server & the latest jdbc driver: postgresql-9.2-1002.jdbc4.jar I have a table with this column array: -- histograma double precision[] And I want to retrieve this and cast into java to double[] but I can't. This is the extract of the code:... more »
By Juan Pablo Cook  - Mar 31 - 3 new of 3 messages    

JDBC 9.2 DEV not working with Hex bytea output? 
  Hi! I've downloaded source code for JDBC driver in order to output warnings during development phase of my application (so I can catch triggers messages at client side of the application). This is the only change I've made (System.out... in addWarning methods - there is two: one for connection, one for statement).... more »
By Edson Richter  - Mar 31 - 3 new of 3 messages    

type cache info fix 
  I found that type cache info wasn't honoring search path. (I had a UDT type that shared a name with a table). This fixed it. diff --git a/org/postgresql/jdbc2/TypeInf oCache.java b/org/postgresql/jdbc2/TypeInf oCache.java index 2e79758..2d26fd0 100644 --- a/org/postgresql/jdbc2/TypeInf oCache.java... more »
By Gary Baker  - Mar 29 - 1 new of 1 message    

Patch: Force Primitives 
  ... By default the binary transfers for receive kick in only after the 3rd execution of a prepared statement. Do you see the binary transfers activating for array receives if you run your prepared statement select in a loop? The forceBinary option is for unit tests that do not want to repeat every statement 3 times.... more »
By Mikko Tiihonen  - Mar 25 - 3 new of 3 messages    

1 - 10 of 2597   « Newer | Older »

XML