ralmsdeveloper / EntityFrameworkCore.FirebirdSQL

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

Scaffolding fixes #35

Closed qbikez closed 6 years ago

qbikez commented 6 years ago

Fixes and tests for DbContext scaffolding.

I see most of the changes are already included in the source, but I also added some tests for verifying generated context.

ralmsdeveloper commented 6 years ago

There is something breaking the test, the Author Column was not found!

I'll see what's going on.

AppVeyorBot commented 6 years ago

:white_check_mark: Build EntityFrameworkCore.FirebirdSQL 2.1.0.147 completed (commit https://github.com/ralmsdeveloper/EntityFrameworkCore.FirebirdSQL/commit/99039e252a by @qbikez)

AppVeyorBot commented 6 years ago

:white_check_mark: Build EntityFrameworkCore.FirebirdSQL 2.1.0.147 completed (commit https://github.com/ralmsdeveloper/EntityFrameworkCore.FirebirdSQL/commit/99039e252a by @qbikez)

qbikez commented 6 years ago

There were some file access issues with "EFCoreSample.fdb", I changed the new class to use a different file name.

ralmsdeveloper commented 6 years ago

@qbikez Thanks!