DigitalChinaOpenSource / TiDB-for-PostgreSQL

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

server: fixed a bug that params description will be sent when no params in handleStmtDescription #61

Closed pupillord closed 3 years ago

pupillord commented 3 years ago

What problem does this PR solve?

Fixed a bug that params description will be sent when no params in handleStmtDescription. Translated some comments. Handled flush message.

codecov-commenter commented 3 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (main@1b93def). Click here to learn what that means. The diff coverage is n/a.

@@            Coverage Diff            @@
##             main        #61   +/-   ##
=========================================
  Coverage        ?   69.3915%           
=========================================
  Files           ?        523           
  Lines           ?     151040           
  Branches        ?          0           
=========================================
  Hits            ?     104809           
  Misses          ?      36298           
  Partials        ?       9933