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

problem with case sensitive database #452

Closed
mhwlng opened this issue Aug 2, 2018 · 2 comments
Closed

problem with case sensitive database #452

mhwlng opened this issue Aug 2, 2018 · 2 comments
Labels

Comments

@mhwlng
Copy link

mhwlng commented Aug 2, 2018

EF.Reverse.POCO.Core.ttinclude

WHERE
C.TABLE_NAME NOT IN ('EdmMetadata', '__MigrationHistory', '__RefactorLog', 'sysdiagrams')

should be

WHERE
c.TABLE_NAME NOT IN ('EdmMetadata', '__MigrationHistory', '__RefactorLog', 'sysdiagrams')

otherwise doesn't work with case sensitive database

@sjh37
Copy link
Owner

sjh37 commented Aug 2, 2018

Thanks. This will be in the next release.

@sjh37 sjh37 closed this as completed Aug 2, 2018
@sjh37 sjh37 added the bug label Aug 2, 2018
@sjh37
Copy link
Owner

sjh37 commented Oct 2, 2018

Released v2.37.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants