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] Our test schema needs to diverge based on the backend #154

Closed
sgrif opened this Issue Jan 31, 2016 · 1 comment

Comments

Projects
None yet
1 participant
@sgrif
Member

sgrif commented Jan 31, 2016

Note: PRs addressing this issue should target the diesel-sqlite-support branch, not master.

posts has the column tags, which is of type varchar[]. This will not work on SQLite. We'll need to remove that field from the various structs when the tests are run against SQLite.

@sgrif sgrif added this to the 0.5 milestone Jan 31, 2016

@sgrif

This comment has been minimized.

Member

sgrif commented Feb 2, 2016

Fixed by #172 (more or less)

@sgrif sgrif closed this Feb 2, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment