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

DB Column Defaults not re-loaded after insertion #13

Open
sadortun opened this issue Aug 11, 2015 · 4 comments
Open

DB Column Defaults not re-loaded after insertion #13

sadortun opened this issue Aug 11, 2015 · 4 comments

Comments

@sadortun
Copy link

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

@bobbysmith007
Copy link
Member

Found and fixed the bug, released version 1.4.2, thanks for the notification

@edohi
Copy link

edohi commented Dec 14, 2015

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

@bobbysmith007
Copy link
Member

Column defaults will not fill in automatically currently. The autoincrement key I thought was correctly updating, but I will check into it

@edohi
Copy link

edohi commented Dec 15, 2015

The autoincrement key is oke, the defaults for other columns are not

@bobbysmith007 bobbysmith007 changed the title Auto-increment column not re-loaded after insertion DB Column Defaults not re-loaded after insertion May 23, 2016
@bobbysmith007 bobbysmith007 reopened this May 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants