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
Concatenated primary keys (multiple columns can make up one primary key, e.g. a year number and an identifier for each season) are not supported by functions like MY_Model->as_dropdown(...)->get_all().
I would suggest making it possible to set $primary_key in extended classes either as string or array of strings.
The text was updated successfully, but these errors were encountered:
Concatenated primary keys (multiple columns can make up one primary key, e.g. a year number and an identifier for each season) are not supported by functions like MY_Model->as_dropdown(...)->get_all().
I would suggest making it possible to set $primary_key in extended classes either as string or array of strings.
The text was updated successfully, but these errors were encountered: