DigitalChinaOpenSource / TiDB-for-PostgreSQL

PgSQL compatible on distributed database TiDB
Apache License 2.0
386 stars 21 forks source link

server/handle_error added error handling for undefined table #12

Closed AmoebaProtozoa closed 3 years ago

AmoebaProtozoa commented 3 years ago

Added error handler for mySQL error 1051 (undefined table)

Fixed typor around ReadyForQuery function (ReadForQuery -> ReadyForQuery)

Some auto reformatting via goland