Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Insert.IntoTable("").Row() should allow IDictionary<string,object> as parameter #458

Closed
tommarien opened this issue Dec 31, 2013 · 1 comment · Fixed by #459
Closed

Insert.IntoTable("").Row() should allow IDictionary<string,object> as parameter #458

tommarien opened this issue Dec 31, 2013 · 1 comment · Fixed by #459
Assignees
Labels
improvement Improvement of behavior or code quality
Milestone

Comments

@tommarien
Copy link
Contributor

At the moment fluentmigrator only allows inserting rows with a dynamic object, it should also allow a dictionary<string, object> to provide values. #450

@tommarien
Copy link
Contributor Author

Sorry about second reference, screwed up issue numbers

tommarien added a commit that referenced this issue Jan 1, 2014
* tommarien-FB-457:
  Fallback to Migration Type name if Description is not supplied closes #458
@tommarien tommarien reopened this Jan 1, 2014
tommarien added a commit that referenced this issue Jun 14, 2014
* kingpong-firebird-default-string:
  Update MySqlTypeMap.cs
  Allow data to be inserted using a dictionary and refactor existing code closes #458
  Improve text size comment
  Use more accurate max text size
  Use VARCHAR(255) for Firebird string default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvement of behavior or code quality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant