We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Basically because typeCast now passes GEOMETRY as raw bytes,
tink_sql/src/tink/sql/drivers/node/MySql.hx
Line 138 in f1434ff
and CallProcedure carries no runtime type info. So when it arrives ResultParser, the Bytes will be passed through as is:
Bytes
tink_sql/src/tink/sql/parse/ResultParser.hx
Line 55 in f1434ff
The text was updated successfully, but these errors were encountered:
Bandaid #107
0266bdc
Pushed a bandaid fix. It sucks. But I need it quick for now. Sorry about that.
Sorry, something went wrong.
Btw I guess we can move parseGeometryValue into the geojson library
parseGeometryValue
No branches or pull requests
Basically because typeCast now passes GEOMETRY as raw bytes,
tink_sql/src/tink/sql/drivers/node/MySql.hx
Line 138 in f1434ff
and CallProcedure carries no runtime type info. So when it arrives ResultParser, the
Bytes
will be passed through as is:tink_sql/src/tink/sql/parse/ResultParser.hx
Line 55 in f1434ff
The text was updated successfully, but these errors were encountered: