Return-Path: X-Original-To: apmail-openjpa-dev-archive@www.apache.org Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A373C10E24 for ; Thu, 18 Jul 2013 14:04:56 +0000 (UTC) Received: (qmail 45086 invoked by uid 500); 18 Jul 2013 14:04:56 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 44208 invoked by uid 500); 18 Jul 2013 14:04:50 -0000 Mailing-List: contact dev-help@openjpa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openjpa.apache.org Delivered-To: mailing list dev@openjpa.apache.org Received: (qmail 44090 invoked by uid 99); 18 Jul 2013 14:04:48 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Jul 2013 14:04:48 +0000 Date: Thu, 18 Jul 2013 14:04:48 +0000 (UTC) From: "Jeremy Bauer (JIRA)" To: dev@openjpa.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (OPENJPA-1794) Result of aggregate function MAX is 0 on empty table (instead of NULL). MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/OPENJPA-1794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremy Bauer reassigned OPENJPA-1794: ------------------------------------- Assignee: Jeremy Bauer > Result of aggregate function MAX is 0 on empty table (instead of NULL). > ----------------------------------------------------------------------- > > Key: OPENJPA-1794 > URL: https://issues.apache.org/jira/browse/OPENJPA-1794 > Project: OpenJPA > Issue Type: Bug > Components: query > Affects Versions: 2.0.0 > Reporter: Vera Filippova > Assignee: Jeremy Bauer > > Below is a snippet of a test case... the max should be null, but is zero. > Object count = em.createQuery("Select count(p.pk) from Entity1 p where 1=1").getSingleResult(); > Object max = em.createQuery("Select max(p.pk) from Entity1 p where 1=1").getSingleResult(); > System.out.println("count:"+count+ " max:"+max); > > count:0 max:0 -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira