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 tests are compiling against a PG database, even when run against SQLite #155
Comments
sgrif
added this to the 0.5 milestone
Jan 31, 2016
added a commit
that referenced
this issue
Feb 2, 2016
sgrif
referenced this issue
Feb 2, 2016
Merged
Run significantly more of our test suite against SQLite #172
This comment has been minimized.
|
Fixed by #172 (more or less) |
sgrif
closed this
Feb 2, 2016
added a commit
that referenced
this issue
Feb 3, 2016
added a commit
that referenced
this issue
Feb 3, 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.The short version for this is because codegen is tightly coupled to PG. We either need to decouple it, or stop using
infer_schema!when our tests are used w/ SQLite.