Re: Aggregate function: Different results with jdbc and psql - Mailing list pgsql-jdbc

From Guillaume Cottenceau
Subject Re: Aggregate function: Different results with jdbc and psql
Date
Msg-id 87skr8zie5.fsf@mnc.ch
Whole thread Raw
In response to Re: Aggregate function: Different results with jdbc and psql  (Tilman Rassy <rassy@math.TU-Berlin.DE>)
Responses Re: Aggregate function: Different results with jdbc and psql  (Tilman Rassy <rassy@math.TU-Berlin.DE>)
List 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

pgsql-jdbc by date:

Previous
From: Tilman Rassy
Date:
Subject: Re: Aggregate function: Different results with jdbc and psql
Next
From: Tilman Rassy
Date:
Subject: Re: Aggregate function: Different results with jdbc and psql