Ticket #72 (new defect)
Opened 19 months ago
Table#limit method is broken
| Reported by: | Klondike | Owned by: | why |
|---|---|---|---|
| Keywords: | Cc: |
Description
Table#limit isn't limiting properly.
table = Hacker(hacker).load_table('MyFiles')
row = table.limit(2).all()
p row.size
=> 5
Experimenting also shows that it is limit(2) that returns 5 items, not the call to all().
Note: See
TracTickets for help on using
tickets.
