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

Checks to see if the database columns actually exist #151

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Blackout
Copy link

@Blackout Blackout commented Aug 29, 2019

Checks to see if the database columns actually exist before enabling a Model feature. i.e. created_by, created_at, updated_by, updated_at, deleted_by, deleted_at and optimistic lock

Optimistic Locking used to only check if the field was filled in, now it will check if the field is filled in and the field actually exists in the database
@Blackout Blackout changed the title Update Generator.php Optimistic Locking now checks if the field set exists in the database Aug 29, 2019
Checks to see if the database columns actually exist before enabling a Model feature. i.e. created_by, created_at, updated_by, updated_at, deleted_by, deleted_at and optimistic lock
@Blackout Blackout changed the title Optimistic Locking now checks if the field set exists in the database Checks to see if the database columns actually exist Aug 29, 2019
drew1two added a commit to drew1two/yii2-enhanced-gii that referenced this pull request Mar 8, 2020
drew1two added a commit to drew1two/yii2-enhanced-gii that referenced this pull request Mar 8, 2020
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

Successfully merging this pull request may close these issues.

1 participant