-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Support parsing MySQL stored procedure syntax - part 3 #35503
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
base: master
Are you sure you want to change the base?
Conversation
The conflict has been resolved. Could you review my PR?Thank you! |
Hi @theNorthWindBlow, can you modify the commit info to english? |
…esto Iceberg Connector (apache#35504)
- Extract DatabaseType instance as a private field to improve performance - Update SQLParserEngine initialization to use the pre-loaded DatabaseType - Modify SQLBindEngine invocation to include DatabaseType as a parameter
* Optimize MySQL multi-statements handling - Extract DatabaseType instance as a private field to improve performance - Update SQLParserEngine initialization to use the pre-loaded DatabaseType - Modify SQLBindEngine invocation to include DatabaseType as a parameter * Add database type parameter to SQLBindEngine.bind method - Update the SQLBindEngine.bind method call to include the databaseType parameter - This change ensures that the database type is properly passed during SQL statement binding
…rser engine creation (apache#35512)
…for SQL statement binding (apache#35513)
* Refactor PostgreSQLComDescribeExecutor to use ShardingSphereMetaData for SQL statement binding * Fix PostgreSQLComDescribeExecutorTest
…ently (apache#35517) * Refactor PostgreSQLBatchedStatementsExecutor to use database type consistently * Refactor MySQLComFieldListPacketExecutor to use database type consistently * Refactor MySQLComFieldListPacketExecutor to use database type consistently
…rePreparedStatement and ShardingSphereStatement (apache#35520)
- Update SQLBindEngine.bind method signature to include DatabaseType parameter - Modify test cases in various modules to pass DatabaseType to the bind method - This change enables more precise handling of database-specific SQL statements
fa8209d
to
9c79050
Compare
I revised the commit information again, but I found that there were many more commit information of others. I'm not quite sure if this meets the requirements. Could you please take a look when you have time? If there is any impact, I can submit a new PR. |
Fixes #35087.
Changes proposed in this pull request:
Before committing this PR, I'm sure that I have checked the following options:
./mvnw clean install -B -T1C -Dmaven.javadoc.skip -Dmaven.jacoco.skip -e
.