Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

planner: lazy the subquery-more-than-1-row error after the insert duplicate is actually triggered #29270

Merged
merged 12 commits into from
Nov 11, 2021
Prev Previous commit
Next Next commit
make errdoc
Signed-off-by: ailinkid <314806019@qq.com>
  • Loading branch information
AilinKid committed Oct 31, 2021
commit e814a70ee411c9dd3ce2c4d373bfcab4e77323db
5 changes: 5 additions & 0 deletions errors.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1206,6 +1206,11 @@ error = '''
Operand should contain %d column(s)
'''

["planner:1242"]
error = '''
Subquery returns more than 1 row
'''

["planner:1247"]
error = '''
Reference '%-.64s' not supported (%s)
Expand Down