throw date - Search results in mailing lists
Mailing lists >> pgsql-interfaces >> Thread
2003-03-04 04:58:26 | Re: User Feedback (Christoph Haller)
Date: Thu, 27 Feb 2003 10:40:20 -0500 That's my fallback position. Obviously, this will lead to false positives depending on server load. In my case, I'm targeting between 30-50 users
Mailing lists >> pgsql-interfaces >> Thread >> Search in thread (3)
2001-05-11 08:54:58 | Re: Trouble with JDBC2 ResultSet.getDate() (Palle Girgensohn)
Date(df.parse(s).getTime()); - } catch (ParseException e) { - throw new PSQLException("postgresql.res.baddate",new Integer
Mailing lists >> pgsql-interfaces >> Thread
2001-05-02 17:12:12 | [ANN] pg.el v0.8 --- socket level Emacs Lisp interface (Eric Marsden)
dates (accept fractional seconds), thanks to Doug McNaught * bugfixes to large object functions, thanks to Doug McNaught * added function `pg:for-each' for traversing large data sets using SQL cursors. Arguments are a database connection
Mailing lists >> pgsql-interfaces >> Thread
2001-01-18 13:12:03 | JDBC: New updates to CVS (Peter T Mount)
throws "postgresql.notimp" as we only support one direction. The CursorResultSet will overide this when its implemented. - Created a new class under jdbc2 UpdateableResultSet which extends ResultSet and overides the relevent update methods. This allows
Mailing lists >> pgsql-interfaces >> Thread
2001-01-13 18:34:41 | Revised Patch for JDBC timestamp problems (Barry Lind)
Date x) throws SQLException { ! SimpleDateFormat df = new SimpleDateFormat("''yyyy-MM-dd''"); ! set(parameterIndex, df.format
Mailing lists >> pgsql-interfaces >> Thread >> Search in thread (3)
2001-01-12 21:21:27 | Patch for JDBC timestamp problems (Barry Lind)
Date x) throws SQLException { ! set(parameterIndex, DF1.format(x)); ! // The above is how the date
Mailing lists >> pgsql-interfaces >> Thread
2001-01-10 04:42:05 | Re: JDBC date problem (Michael Stephenson)
The results look to me like that in org.postgresql.jdbc2.ResultSet 'mm' and 'MM
Mailing lists >> pgsql-interfaces >> Thread
2000-10-04 08:20:39 | LargeObjectManager problem (Gabriel Lopez)
throws FileNotFoundException, IOException, SQLException { System.err.println("Creating a large object"); int oid = lobj.create(LargeObjectManager.READ|LargeObjectManager.WRITE); System.err.println("Open a large object"); LargeObject obj = lobj.open(oid,LargeObjectManager.WRITE); System
Mailing lists >> pgsql-interfaces >> Thread
2000-09-11 03:09:07 | RE: obtaining primary key/rowid following insert, re dux... (Peter Mount)
throwing the error because the sequence hasn't been used in that session/connection. currval returns the most recent allocated value which is cached, but not necessarily the next value -1. Sequences don't have
Mailing lists >> pgsql-interfaces >> Thread >> Search in thread (2)
2000-07-31 07:39:54 | couldn't load DB driver : null (S.A.Pamungkas)
throws ServletException, IOException { Connection con = null;Statement stmt = null; ResultSet rs = null; res.setContentType("text/html"); PrintWriter out = res.getWriter(); try[ Class.forName("org.postgresql.Driver"); con = DriverManager.getConnection("jdbc:postgresql:myDB", "me", "pass"); stmt
Mailing lists >> pgsql-interfaces >> Thread >> Search in thread (2)
2000-07-24 21:23:49 | Re: JDBC DateTime broken in postgresql-7.02? (Jim Caley)
Date: Mon, 26 Jun 2000 09:02:43 +0100 From: Peter Mount
Mailing lists >> pgsql-interfaces >> Thread
2000-05-21 18:09:22 | date format question. (christopher baus)
throws an invalid date format exception. I would like to be able to be assured
Mailing lists >> pgsql-interfaces >> Thread
2000-02-24 15:42:03 | Re: [INTERFACES] selectecting not null varchars. (Ross J. Reedstrom)
throw an error. and the SQL standard way to test for NOT NULL is: SELECT * FROM directory WHERE h IS NOT NULL; Here's an example: test=> \d test Table = test +----------------------------------+----------------------------------+-------+ | Field | Type | Length| +----------------------------------+----------------------------------+-------+ | date
Mailing lists >> pgsql-interfaces >> Thread
2000-02-03 13:36:35 | coming ColdFusion support for PostgreSQL (Ross J. Reedstrom)
date, we've had to run on NT, using ODBC to the DB on a separate box. Allaire is in the process of releasing a real live Linux version of their software (a native port
Mailing lists >> pgsql-interfaces >> Thread
1999-10-01 15:55:46 | Problems with large objects and 6.51 (Wolfgang Hottgenroth)
throw away the closing '\0' */ if (pqGetc(&id, conn)) return; if (id != '\0') { sprintf(conn->errorMessage, "unexpected character %c following 'I'\n", id); DONOTICE(conn, conn->errorMessage); } if (conn->result == NULL) conn->result = PQmakeEmptyPGresult(conn