-
Notifications
You must be signed in to change notification settings - Fork 16
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
DB Column Defaults not re-loaded after insertion #13
Comments
Found and fixed the bug, released version 1.4.2, thanks for the notification |
The same happens with a column with a default value. If I don't write anything on that column, when I insert the record, the column value is not refreshed with the default value from the db table |
Column defaults will not fill in automatically currently. The autoincrement key I thought was correctly updating, but I will check into it |
The autoincrement key is oke, the defaults for other columns are not |
Hi,
First of all, Great plugin!
When inserting rows with Auto-increment, the column is not updated on the table after the insertion was made.
Have a good day,
Samuel
The text was updated successfully, but these errors were encountered: