DigitalChinaOpenSource / TiDB-for-PostgreSQL

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

core: add the implemet of setparamtype at show, showddl, datasource, limit plan ; executor: add new case 'LogicalLimit' at Next() #62

Closed leeraya closed 3 years ago

leeraya commented 3 years ago

What problem does this PR solve?

Issue Number: close #28

Problem Summary

some interface have not be implemented,so some sql statement can't get parameter type。

What is changed and how it works?

Proposal: xxx

What's Changed:

New implement method 'setparamtype' at show ,showddl, datasource, limit plan

How it Works:

set the parameter type from the plan tree

Related changes

Check List

Tests

Side effects

Release note

CLAassistant commented 3 years ago

CLA assistant check
All committers have signed the CLA.

codecov-commenter commented 3 years ago

Codecov Report

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

@@            Coverage Diff            @@
##             main        #62   +/-   ##
=========================================
  Coverage        ?   69.3867%           
=========================================
  Files           ?        523           
  Lines           ?     151049           
  Branches        ?          0           
=========================================
  Hits            ?     104808           
  Misses          ?      36304           
  Partials        ?       9937