Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Non integer primary key #217

Open
Eriiond opened this issue Mar 25, 2019 · 0 comments
Open

Non integer primary key #217

Eriiond opened this issue Mar 25, 2019 · 0 comments
Labels
enhancement New feature or request generator Issues concerning the code generator

Comments

@Eriiond
Copy link
Member

Eriiond commented Mar 25, 2019

It is not possible to save an entry with a non integer primary key and auto increment.

The following will not work:
will not work
will also not work

This will work:
will work

Solution:
We have to implement the save process by ourself because Joomla expect an integer as primary key.

@Eriiond Eriiond added enhancement New feature or request generator Issues concerning the code generator labels Mar 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request generator Issues concerning the code generator
Projects
None yet
Development

No branches or pull requests

1 participant