ralmsdeveloper / EntityFrameworkCore.FirebirdSQL

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

Added numeric datatype handling #16

Closed pwilken closed 6 years ago

pwilken commented 6 years ago

The numeric datatype was not handled, is now handled like the decimal datatype.

http://www.firebirdfaq.org/faq340/ "numeric = decimal" in the firebird world

AppVeyorBot commented 6 years ago

:white_check_mark: Build EntityFrameworkCore.FirebirdSQL 0.0.0.82 completed (commit https://github.com/ralmsdeveloper/EntityFrameworkCore.FirebirdSQL/commit/8673c661a9 by @pwilken)

AppVeyorBot commented 6 years ago

:white_check_mark: Build EntityFrameworkCore.FirebirdSQL 0.0.0.82 completed (commit https://github.com/ralmsdeveloper/EntityFrameworkCore.FirebirdSQL/commit/8673c661a9 by @pwilken)

ralmsdeveloper commented 6 years ago

I will implement unit tests, so the new PR's are validated!

AppVeyorBot commented 6 years ago

:white_check_mark: Build EntityFrameworkCore.FirebirdSQL 0.0.0.83 completed (commit https://github.com/ralmsdeveloper/EntityFrameworkCore.FirebirdSQL/commit/45a561bd38 by @pwilken)

AppVeyorBot commented 6 years ago

:white_check_mark: Build EntityFrameworkCore.FirebirdSQL 0.0.0.83 completed (commit https://github.com/ralmsdeveloper/EntityFrameworkCore.FirebirdSQL/commit/45a561bd38 by @pwilken)

ralmsdeveloper commented 6 years ago

Thanks for contribution!