You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 4, 2018. It is now read-only.
The code is written in a way assuming there will be one primary key per table and it will be an int (possibly autoincrement), as can be seen in the code.
$id = intval($this->segment(1));
Fix is possible. If you just want a quick fix I might implement it; but as I think this project is lacking a lot of features I am looking for, a new project is the way to go.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
The API does not support multi column primary keys. Is there a way to work with this still without changing the database?
Example:
$arrest->set_table_index('part', 'system','part number');
or
$arrest->set_table_index('lulz_stash_console_part', array('system','part number'));
Regards,
Elger
The text was updated successfully, but these errors were encountered: