-
Notifications
You must be signed in to change notification settings - Fork 127
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
Bug: Dot in schema name #1015
Comments
Thanks for reporting this issue. We will look into this. We will make sure this will be part of the next beta release. |
mikependon
added a commit
that referenced
this issue
Jan 14, 2022
mikependon
added a commit
that referenced
this issue
Jan 14, 2022
mikependon
added a commit
that referenced
this issue
Jan 14, 2022
The fixes has been aded and it will be a part of the next release (> RepoDb.SqlServer v1.1.5-beta4). |
Thank you very much! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Description
I get an error indicating that database fields are missing when I query data from a table like [A.B].[C]
Exception Message:
When I trace the connection with
SQL Server Profiler
i see that a table definition lookup is performed with the parametersI found a stack overflow article mentioning that a similar issue has been fixed for tables in version 1.0.13.
Avoiding the dot in the schema name is unfortunatly not an option for me.
Schema and Model:
And also the model that corresponds the schema.
Library Version:
The text was updated successfully, but these errors were encountered: