-
Notifications
You must be signed in to change notification settings - Fork 101
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
Added Column Attribute #126
base: main
Are you sure you want to change the base?
Conversation
Oops, accidentially cherry-picked an old commit |
Ok, after accident after accident, my project works now, sorry for PRing so early |
It's very much not done, I realised get doesn't work as expected |
This will be kinda dead for a bit, as my fork and nuget package does everything I need, but the Tests fail, so somewhere in the MySql Adapter, there's an issue. Am kinda stressed with my Thesis, so I'll come back to this when I have the time and energy |
Added Attribute [Column(string)] for when the column in the DB is named differently from the Property in the model
First time doing anything like this, never worked with Attributes, so if I broke any clean code laws, I'm sorry, tell me I'll do my best to fix it
Best Lena :)