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
I have an application that requires string primary id keys. Standalone PyDAL would be a perfect solution for me otherwise, but it seems like it assumes an integer autoincrement primary key and won't let me define my own. I.e., I can define my table like so:
I have an application that requires string primary
id
keys. Standalone PyDAL would be a perfect solution for me otherwise, but it seems like it assumes an integer autoincrement primary key and won't let me define my own. I.e., I can define my table like so:and pydal does not object, but an insert statement with a string
id
fails:Is there any way around this restriction that would allow me to configure my own
id
field?Update: looks like maybe this is a WIP in PR 443. Any update on that?
The text was updated successfully, but these errors were encountered: