Re: Aggregate function: Different results with jdbc and psql

From: Guillaume Cottenceau <gc(at)mnc(dot)ch>
To: Tilman Rassy <rassy(at)math(dot)TU-Berlin(dot)DE>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Aggregate function: Different results with jdbc and psql
Date: 2008-10-07 12:42:10
Message-ID: 87skr8zie5.fsf@mnc.ch
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Tilman Rassy <rassy 'at' math.TU-Berlin.DE> writes:

> public ResultSet queryUserWorksheetGrade (int userId, int worksheetId)
> throws SQLException
> {
> final String METHOD_NAME = "queryUserWorksheetGrade";
> this.logDebug
> (METHOD_NAME + " 1/3: " + "Started" + ". " +

that's not your question, but you should really use a proper
logger (like, log4j, for example).

--
Guillaume Cottenceau

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Marc Mamin 2008-10-07 12:48:42 Re: Aggregate function: Different results with jdbc and psql
Previous Message Tilman Rassy 2008-10-07 12:33:17 Re: Aggregate function: Different results with jdbc and psql