ralmsdeveloper / EntityFrameworkCore.FirebirdSQL

FirebirdSQL database provider for Entity Framework Core.
Other
44 stars 26 forks source link

support for bitwise operations #27

Closed herra closed 6 years ago

herra commented 6 years ago

Hi,

I found that there is missing map from & to BIN_AND. This is obviously a duct tape fix! If you could guide me with detail instruction I will improve this fix.

AppVeyorBot commented 6 years ago

:x: Build EntityFrameworkCore.FirebirdSQL 0.0.0.106 failed (commit https://github.com/ralmsdeveloper/EntityFrameworkCore.FirebirdSQL/commit/57c3135782 by @herra)

AppVeyorBot commented 6 years ago

:x: Build EntityFrameworkCore.FirebirdSQL 0.0.0.106 failed (commit https://github.com/ralmsdeveloper/EntityFrameworkCore.FirebirdSQL/commit/57c3135782 by @herra)

ralmsdeveloper commented 6 years ago

@herra, I have not yet completed the implementation of the basic tests, which will be used in parallel with EF Core. I'll complete this and merge your PR.

When I finish, the implementation of the tests, I'll ask to create one for this PR, if possible! I will keep you informed.

Thank you!

ralmsdeveloper commented 6 years ago

Thanks for the contribution, I'll make some adjustments, then come back here.

herra commented 6 years ago

Sorry for the late response. Thanks for answering! I will try to address all your comments. I deal with this project in my free time, so I won't be really fast. :(