mysql1_dart icon indicating copy to clipboard operation
mysql1_dart copied to clipboard

Problem with Point types

Open daviid41 opened this issue 4 years ago • 0 comments

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.

daviid41 avatar Mar 31 '21 18:03 daviid41