Ticket #1104 (closed defect: fixed)
Firebird: SELECT FIRST x SKIP y problem
| Reported by: | tetikr | Owned by: | romanb |
|---|---|---|---|
| Priority: | blocker | Milestone: | |
| Component: | Query/Hydration | Version: | 0.11.0 |
| Severity: | Keywords: | firebird skip first | |
| Cc: | Has Test: | ||
| Status: | Has Patch: |
Description
In 0.11.0RC3 the code:
$o = $this->connection->getTable($class)->find($id);
generates an SQL query for a Firebird database:
SELECT FIRST 1 SKIP b.id AS bid, b.personid AS ....
Note that after the SKIP keyword there is a number missing causing the query to fail.
Change History
Note: See
TracTickets for help on using
tickets.