Skip to content

Conversation

@ghost
Copy link

@ghost ghost commented Dec 3, 2014

Currently if a table is already created and you add a column with the NotNullAttribute, the CreateTable method will throw an exception as it needs default values. I have coded support for a default values attribute, you can use the default value from the instantiated object or an arbitrary value supplied to the attribute declaration.

Exception is not longer thrown when you add a column with NotNull and
the table already exists. this requires Default attribute.
@ghost
Copy link
Author

ghost commented Dec 3, 2014

I'm not sure how AppVeyor works, how do you specify the project so it builds?

oysteinkrog added a commit that referenced this pull request Dec 19, 2014
Added support for default values
@oysteinkrog oysteinkrog merged commit 4e8e975 into oysteinkrog:master Dec 19, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants