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

[SQLite] Enable column renames in migrations #2550

Closed
wants to merge 1 commit into from

Conversation

natemcmaster
Copy link
Contributor

Enables column renames with a table rebuild.

Also, improve implementation of transforms and cleanup testing.

Improve implementation of transforms.
Cleanup testing.
@@ -54,6 +54,7 @@ var sqliteTestDir='test/EntityFramework.Sqlite.FunctionalTests/bin/${E("Configur
var sourceDir='${Directory.EnumerateDirectories(packagesDir, "Microsoft.Data.Sqlite/*").OrderByDescending(d => d).First() + "/redist/x86"}'
copy outputDir='${sqliteTestDir}'
copy outputDir='test/EntityFramework.CrossStore.FunctionalTests/bin/${E("Configuration")}/x86'
copy outputDir='test/EntityFramework.Sqlite.Tests/bin/${E("Configuration")}/x86'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If tests need a database, they may belong in the functional test project.

@natemcmaster
Copy link
Contributor Author

See #329 (comment)

@natemcmaster
Copy link
Contributor Author

We will be putting this on the backlog to focus on higher priority items.

Track on #329

@natemcmaster natemcmaster deleted the migration-transform branch July 8, 2015 18:42
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.

3 participants