Skip to content

Random records not showing any items #17

@dotancohen

Description

@dotancohen

Consider this table:

mysql> select * from users;
+----+-------+----------------------------------+-------+---------+
| id | login | password                         | type  | type_id |
+----+-------+----------------------------------+-------+---------+
| 48 | uriel | 76419c58730d9f35de7ac538c2fd6737 | admin |    NULL |
| 49 | inbal | 76419c58730d9f35de7ac538c2fd6737 | admin |    NULL |
+----+-------+----------------------------------+-------+---------+
2 rows in set (0.00 sec)

The current Squeal code consistently shows:

   Some random records
   -------------------
No records returned!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions