Discussion of PostgreSQL's Java interface, JDBC.
Thread | Author | Time |
---|---|---|
Re: Where's SQL error code??? | Ken McArthur | 03:20 |
Re: Where's SQL error code??? | Andrew Sullivan | 03:56 |
Thread | Author | Time |
---|---|---|
InterruptedIOException | John Reyes | 04:19 |
Bad External Date Representation error for any date which is a Saturday. | dean walliss | 06:22 |
Re: Bad External Date Representation error for any date which is a Saturday. | Tom Lane | 19:30 |
Thread | Author | Time |
---|---|---|
Official JDBC driver release ? | Thomas Kellerer | 07:09 |
Re: Official JDBC driver release ? | Barry Lind | 17:46 |
Thread | Author | Time |
---|---|---|
Re: Bad External Date Representation error for any date which | Barry Lind | 00:32 |
Re: WARNING: ROLLBACK: no transaction in progress 📎 | Barry Lind | 00:55 |
Re: Official JDBC driver release ? | Thomas Kellerer | 06:14 |
Re: Official JDBC driver release ? | Paul Thomas | 10:10 |
Problem with bytea | Daniel Carlsson | 16:23 |
Re: Bad External Date Representation error for any date which | Hale Pringle | 18:56 |
Re: Bad External Date Representation error for any date which | Barry Lind | 19:22 |
Re: Official JDBC driver release ? | Thomas Kellerer | 21:31 |
Thread | Author | Time |
---|---|---|
Re: weird error while updating row | Barry Lind | 01:39 |
Connection Pooling? | Brett Delia | 15:57 |
Thread | Author | Time |
---|---|---|
Re: Official JDBC driver release ? | Paul Thomas | 09:30 |
Re: WARNING: ROLLBACK: no transaction in progress | Bjørn T Johansen | 12:26 |
Re: Official JDBC driver release ? | Barry Lind | 15:53 |
Thread | Author | Time |
---|---|---|
DBMD supportsIntegrityEnhancementFacility() - should this return true? | Alex Winawer | 12:41 |
Authentication problems | [email protected] | 13:03 |
Re: WARNING: ROLLBACK: no transaction in progress | Dmitry Tkach | 14:33 |
Re: Problem with bytea | Fernando Nasser | 15:14 |
Re: Problem with bytea | Barry Lind | 15:42 |
Re: rsmd.getPrecision(i) + rsmd.isNullable(i) | Barry Lind | 15:52 |
Retrieving the server time and date -- java?? | Carlos | 16:15 |
Re: WARNING: ROLLBACK: no transaction in progress | Bjørn T Johansen | 18:14 |
Re: WARNING: ROLLBACK: no transaction in progress | Dmitry Tkach | 18:59 |
Re: WARNING: ROLLBACK: no transaction in progress | Bjørn T Johansen | 19:28 |
Thread | Author | Time |
---|---|---|
Re: WARNING: ROLLBACK: no transaction in progress | Dave Cramer | 02:59 |
Re: Authentication problems | Amit_Wadhwa | 05:29 |
Re: Retrieving the server time and date -- java?? | Dave Cramer | 09:58 |
Re: Retrieving the server time and date -- java?? | Carlos Oliva | 12:13 |
Re: WARNING: ROLLBACK: no transaction in progress | Paul Thomas | 12:18 |
Authentication problems | [email protected] | 13:30 |
Upgrade to Postgres 7.3.3 broke app | Josh Trutwin | 17:43 |
Re: Upgrade to Postgres 7.3.3 broke app | Fernando Nasser | 17:51 |
Re: Upgrade to Postgres 7.3.3 broke app | Josh Trutwin | 18:17 |
Re: rsmd.getPrecision(i) + rsmd.isNullable(i) | Jens Haberer | 18:33 |
[off-topic] obtaining the user's group | miguel angel rojas aquino | 20:29 |
Re: [off-topic] obtaining the user's group | Tom Lane | 21:00 |
Re: [off-topic] obtaining the user's group | miguel angel rojas aquino | 22:36 |
Thread | Author | Time |
---|---|---|
Re: Official JDBC driver release ? | Thomas Kellerer | 07:18 |
Re: Official JDBC driver release ? | Barry Lind | 15:52 |
Re: DBMD supportsIntegrityEnhancementFacility() - should this | Fernando Nasser | 19:10 |
Re: rsmd.getPrecision(i) + rsmd.isNullable(i) | Fernando Nasser | 22:24 |
Thread | Author | Time |
---|---|---|
[No subject] | M. bischoff | 03:49 |
pg JDBC driver feature question | Erik Price | 21:38 |
Re: pg JDBC driver feature question | Thomas Kellerer | 23:00 |
Thread | Author | Time |
---|---|---|
Re: pg JDBC driver feature question | Erik Price | 00:25 |
Re: pg JDBC driver feature question | Barry Lind | 01:05 |
nit-pick optimization for findColumn() | Peter Speck | 21:58 |
Thread | Author | Time |
---|---|---|
Re: pg JDBC driver feature question | Erik Price | 15:55 |
Re: pg JDBC driver feature question | Kris Jurka | 18:53 |
ResultSet implementation | Sean Devlin | 23:22 |
Thread | Author | Time |
---|---|---|
maxconnection | zhuj | 09:22 |
Re: ResultSet implementation | Nic Ferrier | 11:50 |
Bug in ResultSet.moveToCurrentRow | Darin Ohashi | 21:12 |
Thread | Author | Time |
---|---|---|
DOWNLOAD JDBC3 | Casey Kemp | 00:19 |
Re: nit-pick optimization for findColumn() | Barry Lind | 00:57 |
Allow setObject(x,y,Types.BIT) if y is a Number & getObject() on bit columns 📎 | Kim Ho | 17:09 |
Fix getXXX methods when used with CHAR columns or columns with decimals 📎 | Kim Ho | 17:44 |
ToBoolean method return correct Boolean values as per JDBC spec 📎 | Kim Ho | 18:02 |
forName finds Driver but getConnection doesn't (AGAIN) | Deepak Vasudevan K P | 18:49 |
Re: forName finds Driver but getConnection doesn't (AGAIN) | Thomas Kellerer | 20:02 |
Re: forName finds Driver but getConnection doesn't (AGAIN) | Paul Thomas | 20:05 |
Thread | Author | Time |
---|---|---|
Connect Socket problem | Rodrigo F. Baroni | 05:44 |
Re: Connect Socket problem | Paul Thomas | 08:05 |
Re: forName finds Driver but getConnection doesn't (AGAIN) | Dave Cramer | 09:06 |
Re: Connect Socket problem | David Wall | 15:02 |
Re: DOWNLOAD JDBC3 | Erik Price | 17:46 |
Re: [JDBC] maxconnection | Paul Thomas | 18:38 |
Re: nit-pick optimization for findColumn() | Peter Speck | 18:45 |
Signed Applet : how ? (was: Connect Socket problem) | Rodrigo F. Baroni | 20:22 |
Re: maxconnection | Dave Cramer | 20:23 |
Re: Signed Applet : how ? (was: Connect Socket problem) | Erik Price | 20:40 |
Allow setObject(x,y,Types.INTEGER) if y is Boolean & added Boolean to SQL Keywords 📎 | Kim Ho | 20:51 |
Fix setObject() with java.sql.Types.Date/Time/Timestamp 📎 | Kim Ho | 20:52 |
Add checking in setMaxRows, setQueryTimeout, and setFetchSize 📎 | Kim Ho | 20:52 |
Thread | Author | Time |
---|---|---|
Re: maxconnection | Dave Cramer | 00:58 |
Re: maxconnection | zhuj | 01:03 |
Re: maxconnection | zhuj | 01:41 |
OODBMS - PostgreSql | postgre sql | 06:20 |
Re: Signed Applet : how ? (was: Connect Socket problem) | Didrik Pinte | 07:30 |
Thread | Author | Time |
---|---|---|
Urgent : JDBC problem in PostgreSql for Linux | Kallol Nandi | 12:21 |
Re: Urgent : JDBC problem in PostgreSql for Linux | Thomas Kellerer | 12:38 |
Re: Urgent : JDBC problem in PostgreSql for Linux | Kallol Nandi | 12:48 |
Re: Urgent : JDBC problem in PostgreSql for Linux | Rodrigo F. Baroni | 15:52 |
Re: Urgent : JDBC problem in PostgreSql for Linux | Fernando Nasser | 23:10 |
Re: Urgent : JDBC problem in PostgreSql for Linux | Thomas Kellerer | 23:58 |
Thread | Author | Time |
---|---|---|
Getting the sequence from pg to insert nexts data | Rodrigo F. Baroni | 08:10 |
SOLUTION: (was : Getting the sequence from pg to insert nexts data ) | Rodrigo F. Baroni | 09:58 |
Re: SOLUTION: (was : Getting the sequence from pg to insert nexts data ) | Paul Thomas | 10:50 |
Re: Urgent : JDBC problem in PostgreSql for Linux | Kallol Nandi | 11:54 |
Thread | Author | Time |
---|---|---|
Problems with writing EUC-JP/Unicode to console or file | Jean-Christian Imbeault | 06:20 |
Client_encoding | Cesar Amadeo | 06:32 |
ENC: Client_encoding | Adonis | 06:43 |
Re: Problems with writing EUC-JP/Unicode to console or file | Csaba Nagy | 08:58 |
Re: Problems with writing EUC-JP/Unicode to console or file | Jean-Christian Imbeault | 09:36 |
Re: OODBMS - PostgreSql | Paul Thomas | 09:45 |
Re: Problems with writing EUC-JP/Unicode to console or file | Csaba Nagy | 09:50 |
Re: Problems with writing EUC-JP/Unicode to console or file | Jean-Christian Imbeault | 09:55 |
Re: Problems with writing EUC-JP/Unicode to console or file | Thomas O'Dowd | 10:53 |
Re: Urgent : JDBC problem in PostgreSql for Linux | Fernando Nasser | 13:10 |
setMaxFieldSize | Fernando Nasser | 13:32 |
Re: maxconnection | scott.marlowe | 14:07 |
Re: setMaxFieldSize | Barry Lind | 16:05 |
Re: setMaxFieldSize | Fernando Nasser | 16:36 |
Re: Problems with writing EUC-JP/Unicode to console or file | Jean-Christian Imbeault | 21:55 |
FastPath | Yi LIN | 22:04 |
Thread | Author | Time |
---|---|---|
Re: FastPath | Paul Thomas | 07:12 |
Re: Urgent : JDBC problem in PostgreSql for Linux | Kallol Nandi | 14:11 |
Re: FastPath | Yi LIN | 22:03 |
Multiple Out params in stored procs | MAX | 23:24 |
Thread | Author | Time |
---|---|---|
JDBC project / CVS moving to GBorg ... | The Hermit Hacker | 01:08 |
Re: JDBC project / CVS moving to GBorg ... | Dave Cramer | 12:31 |
Re: JDBC project / CVS moving to GBorg ... | Erik Price | 12:43 |
Re: JDBC project / CVS moving to GBorg ... | Dave Cramer | 12:58 |
Re: JDBC project / CVS moving to GBorg ... | snpe | 16:09 |
Re: JDBC project / CVS moving to GBorg ... | Peter Royal | 16:18 |
Re: JDBC project / CVS moving to GBorg ... | The Hermit Hacker | 23:02 |
Thread | Author | Time |
---|---|---|
[PATCHES] IPv6 patch doesn't work fine | Manuel Gil Pérez | 10:36 |
Re: [PATCHES] IPv6 patch doesn't work fine | Kris Jurka | 12:02 |
Closing a statement | Kim Ho | 17:27 |
Re: Closing a statement | Barry Lind | 17:52 |
Thread | Author | Time |
---|---|---|
executeQuery and busy waiting | Garrick Dasbach | 18:44 |
Re: executeQuery and busy waiting | Dave Cramer | 18:53 |
Re: executeQuery and busy waiting | Garrick Dasbach | 19:00 |
Re: executeQuery and busy waiting | Garrick Dasbach | 19:10 |
Re: executeQuery and busy waiting | Dave Cramer | 19:21 |
BIT vs boolean | Darin Ohashi | 19:27 |
Re: ENC: Client_encoding | Barry Lind | 20:10 |
Re: Multiple Out params in stored procs | Fernando Nasser | 20:12 |
Re: BIT vs boolean | Fernando Nasser | 20:33 |
Re: executeQuery and busy waiting | scott.marlowe | 20:46 |
Re: executeQuery and busy waiting | Garrick Dasbach | 20:57 |
Re: BIT vs boolean | Kim Ho | 21:49 |
Re: Allow setObject(x,y,Types.BIT) if y is a Number & | Kim Ho | 22:28 |
Thread | Author | Time |
---|---|---|
Re: Client_encoding | Tom Lane | 02:50 |
Re: executeQuery and busy waiting | Tom Lane | 05:46 |
PostgreSQL JDBC Driver | Joao Paulo Camargo - JPC Solutions | 13:12 |
Re: executeQuery and busy waiting | Dave Cramer | 14:22 |
Re: [PATCHES] IPv6 patch doesn't work fine | Kurt Roeckx | 16:52 |
Most Performant JDBC Driver? | Hunter Hillegas | 21:25 |
Thread | Author | Time |
---|---|---|
Re: PostgreSQL JDBC Driver | Kallol Nandi | 07:21 |
Re: Bug in ResultSet.moveToCurrentRow 📎 | Kris Jurka | 07:25 |
Re: Most Performant JDBC Driver? | Kallol Nandi | 07:33 |
Re: Most Performant JDBC Driver? | Paul Thomas | 09:22 |
Re: [PATCHES] IPv6 patch doesn't work fine 📎 | Kris Jurka | 11:22 |
Thread | Author | Time |
---|---|---|
java.lang.NullPointerException on imbricated queries 📎 | Olivier BULLAT | 08:59 |
Re: java.lang.NullPointerException on imbricated queries | Kallol Nandi | 09:06 |
Re: java.lang.NullPointerException on imbricated queries | Michael Stephenson | 09:18 |
Re: java.lang.NullPointerException on imbricated queries | Garrick Dasbach | 14:07 |
Re: [PATCHES] Add checking in setMaxRows, setQueryTimeout, and setFetchSize | Barry Lind | 16:40 |
Re: [PATCHES] IPv6 patch doesn't work fine | Barry Lind | 16:41 |
Re: Bug in ResultSet.moveToCurrentRow | Barry Lind | 16:41 |
Re: Allow setObject(x,y,Types.BIT) if y is a Number & | Barry Lind | 16:44 |
Re: Allow setObject(x,y,Types.BIT) if y is a Number & 📎 | Kim Ho | 16:56 |
Re: Fix getXXX methods when used with CHAR columns or | Dave Cramer | 21:09 |
Re: Allow setObject(x,y,Types.BIT) if y is a Number & | Dave Cramer | 21:09 |
Re: Allow setObject(x,y,Types.INTEGER) if y is Boolean & | Dave Cramer | 21:11 |