You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@empire-db.apache.org by "Rainer Döbele (JIRA)" <em...@incubator.apache.org> on 2013/02/04 15:00:13 UTC

[jira] [Closed] (EMPIREDB-107) Limit function for postgres sql not implemented

     [ https://issues.apache.org/jira/browse/EMPIREDB-107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rainer Döbele closed EMPIREDB-107.
----------------------------------


Cleanup of unclosed issues.
                
> 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
>             Fix For: empire-db-2.2.0-incubating
>
>
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira