volatiletech / sqlboiler

Generate a Go ORM tailored to your database schema.
BSD 3-Clause "New" or "Revised" License
6.73k stars 544 forks source link

shows cant assign type string to a null.string variable #365

Closed vevsatechnologies closed 6 years ago

vevsatechnologies commented 6 years ago

If you're having a generation problem please answer these questions before submitting your issue. Thanks!

What version of SQLBoiler are you using (sqlboiler --version)?

v2.5.0

If this happened at generation time what was the full SQLBoiler command you used to generate your models? (if not applicable leave blank)

If this happened at runtime what code produced the issue? (if not applicable leave blank)

data insertion query is producing the issue

What is the output of the command above with the -d flag added to it? (Provided you are comfortable sharing this, it contains a blueprint of your schema)

Please provide a relevant database schema so we can replicate your issue (Provided you are comfortable sharing this)

postgres

Further information. What did you do, what did you expect?

aarondl commented 6 years ago

The issues you've been opening are of really poor quality. I simply can't help with this amount of information. Please include more relevant details like what your "shows" table looks like. Or what your data insertion query looks like. Or even the actual compiler error message.