Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign up[SQLite] Our test schema needs to diverge based on the backend #154
Comments
sgrif
added this to the 0.5 milestone
Jan 31, 2016
This comment has been minimized.
|
Fixed by #172 (more or less) |
sgrif
closed this
Feb 2, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sgrif commentedJan 31, 2016
Note: PRs addressing this issue should target the
diesel-sqlite-supportbranch, notmaster.postshas the columntags, which is of typevarchar[]. This will not work on SQLite. We'll need to remove that field from the various structs when the tests are run against SQLite.