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 "Francis De Brabandere (JIRA)" <em...@incubator.apache.org> on 2011/04/13 16:01:07 UTC

[jira] [Assigned] (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 ]

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