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 upUsing `Option<i32>` and `infer_schema!` with SQLite does not work #1359
Comments
This comment has been minimized.
flosse
commented
Dec 8, 2017
|
... ok, I found the mistake via #477 :) |
flosse
closed this
Dec 8, 2017
This comment has been minimized.
flosse
commented
Dec 8, 2017
|
A slightly better error message would be great for the future ;-) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
flosse commentedDec 8, 2017
Setup
Versions
Feature Flags
Problem Description
Using
Option<i32>does not work withinfer_schema!:(This is working:
but adding a new field
Option<i32>causes a problem:I thought it might be a problem with the primary key so I added the
primary_keyannotation:But this still does not work :(
What is the actual output?
Are you seeing any additional errors?
no.
Steps to reproduce
Working files:
Checklist