tidb-incubator / weir

Apache License 2.0
97 stars 40 forks source link

pass gomysql result from backend TiDB to server #13

Closed teckick closed 3 years ago

teckick commented 3 years ago

use go-mysql Result instead of server ResultSet

What problem does this PR solve?

Timestamp parse error

What is changed and how it works?

Pass go-mysql Result from backend to server

Check List

Tests