Re: [INTERFACES] Re: ResultSet.getDate

From: "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>
To: Peter T Mount <peter(at)retep(dot)org(dot)uk>
Cc: Peter Garner <peter_garner(at)yahoo(dot)com>, PostgreSQL Interfaces List <pgsql-interfaces(at)postgreSQL(dot)org>
Subject: Re: [INTERFACES] Re: ResultSet.getDate
Date: 1999-02-01 17:30:47
Message-ID: 36B5E4C7.1BEC1645@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

> Not sure. The first thing I'm thinking of, is removing the datestyle
> support, and having the driver set a datestyle to one (probably ISO)
> during the connect. AFAIK, the ODBC driver uses a similar scheme?

Yes, sorry, I'd forgotten that you don't already do this. The ODBC
driver does force the date format to ISO.

> If we still have problems, how about an internal datestyle for use by
> interfaces only (like JDBC & ODBC)?

Sure, though the ISO style is pretty well defined and parsable, so may
be the best choice for an ASCII internal format.

- Tom

In response to

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Thorsten Lau 1999-02-01 18:20:59 unsubscribe
Previous Message Peter T Mount 1999-02-01 16:42:45 Re: [INTERFACES] Re: ResultSet.getDate