Nette 2.3.1 Database bug? LogicException Table ‘client’ does not have a primary key
Notice: This thread is very old.
- silviustan
- Member | 22
Hi,
I get this strange error but the table that I try to make a selection has a
primary key named id
.
The code that I run:
$this->database->table('client')->get(1);
Anybody else that have same problem? Is this a bug or something?