ralmsdeveloper / EntityFrameworkCore.FirebirdSQL

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

Fixes #8 #9

Closed robertkruis closed 6 years ago

robertkruis commented 6 years ago

According to the following comment on the firebirdsql tracker, the DEFAULT clause must precede the column constraint.

This change ensures that the DEFAULT clause precedes the column constraint and therefore allows the update to succeed.

ralmsdeveloper commented 6 years ago

Thanks for the contribution!