Skip to content

Conversation

JackieTien97
Copy link
Contributor

In this pr, we enhance the insert statement in two cases:

  1. time column can be placed at any index of the column list:
insert into root.db.d1(s1,s2,time) values(1,2,3);  
  1. we can add `` in time column:
insert into root.db.d1(`time`,s1,s2) values(1,2,3);  

Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
0.0% Coverage on New Code (required ≥ 80%)

See analysis details on SonarCloud

Copy link
Member

@liuminghui233 liuminghui233 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants