Return-Path: Delivered-To: apmail-incubator-empire-db-commits-archive@minotaur.apache.org Received: (qmail 15541 invoked from network); 13 Apr 2011 14:01:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 13 Apr 2011 14:01:47 -0000 Received: (qmail 74586 invoked by uid 500); 13 Apr 2011 14:01:47 -0000 Delivered-To: apmail-incubator-empire-db-commits-archive@incubator.apache.org Received: (qmail 74569 invoked by uid 500); 13 Apr 2011 14:01:47 -0000 Mailing-List: contact empire-db-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: empire-db-dev@incubator.apache.org Delivered-To: mailing list empire-db-commits@incubator.apache.org Received: (qmail 74561 invoked by uid 99); 13 Apr 2011 14:01:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Apr 2011 14:01:47 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Apr 2011 14:01:45 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 71EDB9FF0B for ; Wed, 13 Apr 2011 14:01:07 +0000 (UTC) Date: Wed, 13 Apr 2011 14:01:07 +0000 (UTC) From: "Francis De Brabandere (JIRA)" To: empire-db-commits@incubator.apache.org Message-ID: <1678460482.55030.1302703267463.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <78045758.54945.1302701765852.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Assigned] (EMPIREDB-107) Limit function for postgres sql not implemented MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/EMPIREDB-107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Francis De Brabandere reassigned EMPIREDB-107: ---------------------------------------------- Assignee: Francis De Brabandere > Limit function for postgres sql not implemented > ----------------------------------------------- > > Key: EMPIREDB-107 > URL: https://issues.apache.org/jira/browse/EMPIREDB-107 > Project: Empire-DB > Issue Type: Bug > Components: Core > Affects Versions: empire-db-2.1.0-incubating > Environment: Windows 7 + postgres sql (9.0) + Netbeans > Reporter: jazia jaballah > Assignee: Francis De Brabandere > > I'm using postgres sql as database server and i want to use limitRows function like below : > DBCommand cmd = dataBase.createCommand(); > Users users = dataBase.getUsers(); > cmd.select(users.getConnectionTime()); > cmd.orderBy(users.getConnectionTime()); > cmd.limitRows(100); > But i'm getting this exception : > org.apache.empire.db.postgresql.DBDatabaseDriverPostgreSQL$DBCommandPostreSQL: The function limitRows is not supported -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira