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 upMysql and BLOB column #1089
Comments
added a commit
to Eijebong/diesel
that referenced
this issue
Aug 11, 2017
added a commit
to Eijebong/diesel
that referenced
this issue
Aug 11, 2017
killercup
added
the
mysql
label
Aug 11, 2017
This comment has been minimized.
This comment has been minimized.
bradleybeddoes
commented
Aug 11, 2017
|
Can't argue with a response as quick as that! Thanks folks :). |
added a commit
to Eijebong/diesel
that referenced
this issue
Aug 11, 2017
added a commit
to Eijebong/diesel
that referenced
this issue
Aug 11, 2017
killercup
closed this
in
#1090
Aug 12, 2017
added a commit
that referenced
this issue
Aug 12, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
bradleybeddoes commentedAug 11, 2017
Setup
Versions
Feature Flags
mysqlmysqlProblem Description
When using
infer_schema!on a table that includes a BLOB column compilation does not complete successfully.What are you trying to accomplish?
Using a struct of the following definition:
What is the expected output?
Valid compilation.
What is the actual output?
Are you seeing any additional errors?
No.
Steps to reproduce
Use
infer_schema!to trigger.n.b.
diesel print-schemaoutputs:Manually supplying the following
table!definition as opposed to usinginfer_schema!removes the compilation fault and all appears to function correctly, I am not sure ifBinaryis correct here (though from docs it seems to be):Checklist