You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using MySQL v.0.3.0 on Beaglebone running Julia v0.6.2 on Debian Stretch. I am trying to execute the sample that is on README.md but the sample fails performing the select statement. After some investigation I found the select statement only fails with allow-null fields. No matter the field is float or datetime or any other type.
I am using MySQL v.0.3.0 because it is the latest working for ARM.
I am new to Julia and not sure how to add the missing tuples. But installing exactly the same packages on an Ubuntu PC dose not show the error, and mysql_execute returns the right data. Is there any patch for this error?
The text was updated successfully, but these errors were encountered:
I am using MySQL v.0.3.0 on Beaglebone running Julia v0.6.2 on Debian Stretch. I am trying to execute the sample that is on README.md but the sample fails performing the select statement. After some investigation I found the select statement only fails with allow-null fields. No matter the field is float or datetime or any other type.
I am using MySQL v.0.3.0 because it is the latest working for ARM.
I am new to Julia and not sure how to add the missing tuples. But installing exactly the same packages on an Ubuntu PC dose not show the error, and mysql_execute returns the right data. Is there any patch for this error?
The text was updated successfully, but these errors were encountered: