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

Add failing test for geometry bug in MariaDB #213

Closed
wants to merge 1 commit into from

Conversation

siemensikkema
Copy link
Member

This adds a test case demonstrating an issue writing valid geometry data when using MariaDB.
I first write a Point to a table successfully using the text protocol. Then I read it (as binary) and try to write the data unchanged back to the database. This succeeds on MySQL but not MariaDB.

@siemensikkema
Copy link
Member Author

@tanner0101 please ignore for now that this fails on MySQL 5.5 for now due to the ST_GeomFromText function not existing there.
This issue is preventing my from finishing #197

@siemensikkema siemensikkema changed the title Add failing test Add failing test for geometry bug in MariaDB Aug 23, 2018
@tanner0101
Copy link
Member

tanner0101 commented Jul 22, 2020

Moving here vapor/mysql-nio#42

@tanner0101 tanner0101 closed this Jul 22, 2020
@tanner0101 tanner0101 deleted the feature/geometry-bug-mariadb branch July 22, 2020 20:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants