Skip to content

Bugfix in PreparedStatementGroup.h#11

Open
TangBean wants to merge 1 commit intoYsgrathe:mainfrom
TangBean:main
Open

Bugfix in PreparedStatementGroup.h#11
TangBean wants to merge 1 commit intoYsgrathe:mainfrom
TangBean:main

Conversation

@TangBean
Copy link

Hey Ysgrathe! Nice project! I found some minor issues while using it, so I published a CR to address them. Thank you!

  1. A LIKE xxx statement without '%' is equivalent to using '=' directly, but '=' has better performance than using LIKE.
  2. The ';' is redundant.

1. A `LIKE xxx` statement without '%' is equivalent to using '=' directly, but '=' has better performance than using LIKE.
2. The ';' is redundant.
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.

1 participant