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

Bug: Operations are failing on the Unorganized Table - by Christian Franck #262

Closed
mikependon opened this issue Jun 8, 2019 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@mikependon
Copy link
Owner

The operations are failing on the organized (Unquoted) tables and fields.

[Map("[dbo].[Unorganized Table]")]
public class UnorganizedTable
{
    public long Id { get; set; }
    [Map("Session Id")]
    public Guid SessionId { get; set; }
    [Map("Column Int")]
    public int? ColumnInt { get; set; }
    [Map("Column/NVarChar")]
    public string ColumnNVarChar { get; set; }
    [Map("Column.DateTime")]
    public DateTime? ColumnDateTime2 { get; set; }
}
@mikependon mikependon added the bug Something isn't working label Jun 8, 2019
@mikependon mikependon self-assigned this Jun 8, 2019
@mikependon
Copy link
Owner Author

Fixed an checked-in. Will be available on the next version v1.9.8.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant