mysql1_dart
mysql1_dart copied to clipboard
Problem with Point types
Querying a table containing a column of the type Point (e.g.: select * from tableWithPoint) results in:
Unhandled Exception: TimeoutException after 0:00:30.000000: Future not completed
However, executing the same query while excluding the column of the type Point (e.g. select textColumn from tableWithPoint) works as expected.