Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'longtext' type can't support #38

Closed
polaris1119 opened this issue Mar 12, 2013 · 5 comments
Closed

'longtext' type can't support #38

polaris1119 opened this issue Mar 12, 2013 · 5 comments
Assignees
Labels

Comments

@polaris1119
Copy link

It is always empty, when the type of table's column is longtext. Is this a bug?

@ghost ghost assigned julienschmidt Mar 12, 2013
@julienschmidt
Copy link
Member

Can you check your log files (stderr) for errors?
And since this output is not intended, you are right, this seems to be a bug.

@polaris1119
Copy link
Author

I tested again. The result is:
when the field, the type is longtext, the size of content is more than 250 bytes, sql.Row.Scan returns err:
no rows in result (sql.ErrNoRows)
less 250 bytes, it is OK!

@polaris1119
Copy link
Author

250 bytes is the most. The type of text is the same

Can you fix this bug quickly? Thank you !

@peterbourgon
Copy link

I think this is the same problem as issue #37.

@julienschmidt
Copy link
Member

Yes, this seems the be the same issue.

julienschmidt added a commit that referenced this issue Mar 12, 2013
julienschmidt added a commit that referenced this issue Mar 12, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants