DigitalChinaOpenSource / TiDB-for-PostgreSQL

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

Executor: Sort param #72

Closed AmoebaProtozoa closed 3 years ago

AmoebaProtozoa commented 3 years ago

What is changed and how it works?

Changed the way we sort Parameter Expression Marker during extended query.

All parameter expression markers are now 0 indexed

Tests

New unit tests related to param sorting has been added

make dev-tmp passed