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] Add a backend agnostic way to create a table #158
Comments
sgrif
added this to the 0.5 milestone
Jan 31, 2016
added a commit
that referenced
this issue
Feb 1, 2016
added a commit
that referenced
this issue
Feb 1, 2016
added a commit
that referenced
this issue
Feb 1, 2016
This comment has been minimized.
|
Fixed by #171 |
sgrif
closed this
Feb 1, 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.We have a lot of tests which are duplicated based on the backend, simply because there's no backend agnostic way to define an auto incrementing primary key. Let's just bite the bullet and add an (internal only) DSL for this.