1. 16d5c0c Refactor bind get default schema (#38603) by ZhangCheng · 4 hours ago master
  2. e398f09 Fix null-safe identifier matching for quoted normalized lookups (#38602) by Haoran Meng · 11 hours ago
  3. e733420 Refactoring IdentifierIndex to improve the performance of the find (#38600) by Haoran Meng · 15 hours ago
  4. c3580f7 update JAVA_OPTS in the start.sh within the test fixture (#38599) by Cong Hu · 29 hours ago
  5. c8efed8 Add to string for IdentifierIndex (#38597) by Haoran Meng · 35 hours ago
  6. 0b2ef32 Add driverClassName in e2e sql all scenario datasource config (#38596) by Zhengqiang Duan · 2 days ago
  7. 04cecfc Make SHOW UNLOADED SINGLE TABLES result order deterministic (#38594) by Haoran Meng · 2 days ago
  8. f5be0e2 Remove default MySQL prepared statement properties (#38593) by ZhangCheng · 2 days ago
  9. e0e50dd Add get default schema name for ShardingSphereDatabase (#38592) by Haoran Meng · 2 days ago
  10. 518c3f3 Remove need-proxy-image output from E2E SQL matrix generation (#38590) by Hongsheng Zhong · 6 days ago
  11. de7e15b Minor MySQL sql parser test case (#38589) by Zhengqiang Duan · 6 days ago
  12. 965ee35 Alter single rule configuration after view created (#38588) by Haoran Meng · 6 days ago
  13. 3e77624 Update proxy bootstrap maven dev profile: add mariadb support (#38295) by Hongsheng Zhong · 7 days ago
  14. 62adadf Minor refactor in EncryptProjectionTokenGenerator (#38587) by Zhengqiang Duan · 7 days ago
  15. e85af9b Introduce selectable full-matrix algorithms for E2E SQL and add pairwise Stage 2 optimization (#38583) by Hongsheng Zhong · 7 days ago
  16. 39d885b Refactor MySQLStatementVisitor createRowConstructorList logic (#38586) by Zhengqiang Duan · 7 days ago
  17. 6f83880 Refactor ClusterExclusiveOperatorContext (#38584) by Haoran Meng · 7 days ago
  18. 4a7e0cd Support mysql, doris insert & replace rows statement parse (#38585) by Zhengqiang Duan · 8 days ago
  19. f46a2fa Support driverClassName config in proxy storage unit to solve mysql and mariadb jdbc url conflict (#38582) by Zhengqiang Duan · 8 days ago
  20. eaf99b9 Support mariadb cycleClause, groupConcatLimitClause, MEDIAN window function parse (#38579) by Zhengqiang Duan · 9 days ago
  21. bbe311d Refine E2E SQL smoke mappings and consolidate workflow scripts under scripts/e2e-sql (#38580) by Hongsheng Zhong · 9 days ago
  22. 7661497 Use actual name for single table and single rule (#38573) by Haoran Meng · 11 days ago
  23. 893c1f4 Support specifying an existing key generator in sharding RDL (#38578) by Raigor · 11 days ago
  24. 8376c59 Update DistSQL docs for sharding key generator (#38577) by Raigor · 11 days ago
  25. f505d1b Add DistSQL to manage sharding key generators (#38576) by Raigor · 12 days ago
  26. e97e908 Fix duplicate build rules when rule config changed (#38575) by Haoran Meng · 12 days ago
  27. 5f39c14 Minor refactor SubqueryExtractor and ResultSetUtils (#38574) by Zhengqiang Duan · 13 days ago
  28. 6bb897a Add new DistSQL to manage sharding key generate strategies. (#38572) by Raigor · 13 days ago
  29. 9a8cc56 Rename attach identifier context to refresh (#38571) by Haoran Meng · 13 days ago
  30. 972a5d4 Refactor insert value sql rewrite (#38563) by ZhangCheng · 13 days ago
  31. 573883d Remove the useless identifierContext for ShardingSphereMetaData and ShardingSphereTable (#38568) by Haoran Meng · 13 days ago
  32. 262e91f Sharding RDL supports independent key generation strategies (#38567) by Raigor · 13 days ago
  33. 605db75 Fix MySQL privilege check for escaped database names (#38565) by ZhangCheng · 14 days ago
  34. cc713b5 Minor refactor EncryptPredicateValueTokenGenerator (#38562) by Zhengqiang Duan · 14 days ago
  35. 67d86a3 Refactor index access with IdentifierValue (#38559) by ZhangCheng · 2 weeks ago
  36. a62e10c Refactor ExpressionExtractor and MySQLPreparedStatementMetadataFactory (#38560) by Zhengqiang Duan · 2 weeks ago
  37. 3288a97 Remove the to lower case for YamlTableSwapper (#38554) by Haoran Meng · 2 weeks ago
  38. c98139f Minor refactor EncryptGroupByItemTokenGenerator and EncryptPredicateParameterRewriter (#38556) by Zhengqiang Duan · 2 weeks ago
  39. f5c73c4 Refactor YamlEngine (#38558) by Liang Zhang · 2 weeks ago
  40. dcbbaf9 Fix incorrect routing when irrelevant sharding conditions are present (#38527) by somil jain · 2 weeks ago
  41. 788c4b3 Use Java 21 for pipeline dialect modules (#38553) by Hongsheng Zhong · 2 weeks ago
  42. 9effc2a Refactor column access with IdentifierValue (#38555) by ZhangCheng · 2 weeks ago
  43. 1faf73d Refactor schema table access with IdentifierValue (#38552) by ZhangCheng · 2 weeks ago
  44. fd87101 Minor refactor for EncryptProjectionTokenGenerator (#38550) by Zhengqiang Duan · 2 weeks ago
  45. cf9c7e0 Use dialect identifier pattern to format default schema name (#38551) by Haoran Meng · 2 weeks ago
  46. 348ce3b Refactor DistributedLockHolder to remove the lock cache (#38544) by Haoran Meng · 2 weeks ago
  47. 28a3f13 Refactor database and schema access with IdentifierValue (#38548) by ZhangCheng · 2 weeks ago
  48. 6c9d7b3 Refactor DatabaseIdentifierContextFactory (#38549) by Haoran Meng · 2 weeks ago
  49. 4aed274 Modify distsql rdl xml to fix e2e error (#38547) by Zhengqiang Duan · 2 weeks ago
  50. 3bf1c1c Refactor ShardingRule to compatible with version sharding api (#38528) by zhaojinchao · 2 weeks ago
  51. 411b26d Refactor EncryptorComparator to add more encryptor check (#38546) by Zhengqiang Duan · 2 weeks ago
  52. 85055c4 workflow: update actions/download-artifact version for Node 24 migration (#38543) by Hongsheng Zhong · 3 weeks ago
  53. 6b0c532 workflow: update dorny/paths-filter action to v4.0.1 commit id for Node 24 migration (#38453) by Hongsheng Zhong · 3 weeks ago
  54. f4b8353 Refactor YamlRuleNodeTupleSwapperEngine (#38539) by Haoran Meng · 3 weeks ago
  55. 96aec9a Add more test cases on PluginMetaDataQueryResultRowTest (#38538) by Liang Zhang · 3 weeks ago
  56. 68ce059 Replace disallowed Docker and GraalVM setup actions (#38537) by Liang Zhang · 3 weeks ago
  57. 6cc2cc8 Add more test cases on ShowPluginsExecutorTest (#38536) by Liang Zhang · 3 weeks ago
  58. 8f488f0 Refactor create alter view for push down dll (#38533) by Haoran Meng · 3 weeks ago
  59. 5e02a47 Support parsing Doris CLEAN PROFILE and PLAN REPLAYER PLAY syntax (#38487) by cxy · 3 weeks ago
  60. 3cefed8 Add more test cases on DropDatabaseRuleOperatorTest (#38534) by Liang Zhang · 3 weeks ago
  61. b5e6054 Fix wrong order by table source type when select is combine (#38531) by Zhengqiang Duan · 3 weeks ago
  62. 539e9b1 Add more test cases on DatabaseRuleOperatorFactoryTest (#38532) by Liang Zhang · 3 weeks ago
  63. 6efe909 Minor refactor for BaseDQLE2EIT and E2ETestParameterGenerator (#38530) by Zhengqiang Duan · 3 weeks ago
  64. 59ea12e Supports loading single tables with case-insensitive names (#38524) by Haoran Meng · 3 weeks ago
  65. e6aa841 Add more test cases on DatabaseRuleDefinitionExecuteEngineTest (#38529) by Liang Zhang · 3 weeks ago
  66. 8ce4859 Add more test cases on DatabaseRuleDropExecutorTest (#38526) by Liang Zhang · 3 weeks ago
  67. 52ba959 Support insert on duplicate key bind (#38515) by ZhangCheng · 3 weeks ago
  68. ca8fb33 Add more test cases on DistSQLUpdateExecuteEngineTest (#38525) by Liang Zhang · 3 weeks ago
  69. d9989c7 Use protocol rule to search for schema scope (#38522) by Haoran Meng · 3 weeks ago
  70. 82e55e1 Add more test cases on DistSQLExecutorAwareSetterTest (#38523) by Liang Zhang · 3 weeks ago
  71. 088a885 Create DatabaseIdentifierContext use storage unit database type (#38521) by Haoran Meng · 3 weeks ago
  72. 8f617ea Refactor MetaDataImportExecutor (#38520) by Liang Zhang · 3 weeks ago
  73. 48487c8 Add more test cases on HikariDataSourcePoolPropertiesContentValidatorTest (#38519) by Liang Zhang · 3 weeks ago
  74. b1f3877 Fix Primary Key Metadata Loss for Aliased Columns in MySQL Prepare Probe Path (#38517) by Raigor · 3 weeks ago
  75. c8ba251 Add more test cases on DataSourcePoolPropertiesValidatorTest (#38518) by Liang Zhang · 3 weeks ago
  76. 522fc2e Add more test cases on CustomDataSourcePoolPropertiesTest (#38516) by Liang Zhang · 3 weeks ago
  77. ce41a27 Refactor columns builder for ShardingSphereTable (#38505) by Haoran Meng · 3 weeks ago
  78. ecee309 Add more test cases on DataSourcePoolPropertiesTest (#38514) by Liang Zhang · 3 weeks ago
  79. 54c8fe7 Minor refactor for EncryptAssignmentTokenGenerator and ColumnAssignmentSegment (#38513) by Zhengqiang Duan · 3 weeks ago
  80. 818b871 Revert "workflow: add setup-build-environment action with caching for required checks (38241)" (#38511) by Hongsheng Zhong · 3 weeks ago
  81. a2cc4e4 Support non ColumnProjection (like ExpressionProjection) for MySQL prepared statement in Proxy (#38507) by Raigor · 3 weeks ago
  82. 035e4e8 Remove KeyGenerateStrategiesConfiguration to infra module (#38504) by zhaojinchao · 3 weeks ago
  83. f857134 Add SQL Bind IT case for HAVING with outer table column in LEFT JOIN (#38509) by Zhengqiang Duan · 3 weeks ago
  84. ebe3bc4 Add more test cases on DataSourcePoolPropertiesCreatorTest (#38510) by Liang Zhang · 3 weeks ago
  85. 6204548 Add more test cases on DataSourcePoolDestroyerTest (#38506) by Liang Zhang · 3 weeks ago
  86. 20d95ad Fix E2E SQL logs not printed (#38501) by ZhangCheng · 3 weeks ago
  87. e7b1f72 Add more test cases on CatalogSwitchableDataSourceTest (#38502) by Liang Zhang · 3 weeks ago
  88. 38cc4c3 Add SQL Bind IT case for MICROSECOND keyword in TIMESTAMPADD function (#38500) by Zhengqiang Duan · 3 weeks ago
  89. e4515f0 Add SQL Bind IT case for LEFT JOIN with outer table column in WHERE clause (#38497) by Zhengqiang Duan · 3 weeks ago
  90. a5cbe90 Use IdentifierIndex to search metadata for database schema and table (#38499) by Haoran Meng · 3 weeks ago
  91. bf4cdbd Use IdentifierIndex to search metadata for ShardingSphereMetaData (#38498) by Haoran Meng · 3 weeks ago
  92. c0c5f58 Support insert values bind (#38492) by ZhangCheng · 3 weeks ago
  93. 35c6600 Remove useless NPE judgement (#38490) by Haoran Meng · 3 weeks ago
  94. 9101757 Refactor table and view ddl refresher (#38489) by Haoran Meng · 3 weeks ago
  95. 32b46b2 Add more test cases on KernelProcessorTest (#38488) by Liang Zhang · 3 weeks ago
  96. 406118f Add more test cases on DataSourcePoolReflectionTest (#38486) by Liang Zhang · 3 weeks ago
  97. ea83842 Revert "Add core Oracle system schema tables and set SYS as default (#38388)" (#38485) by Haoran Meng · 3 weeks ago
  98. 0c28a35 Get actual schema and table name for drop table and view (#38482) by Haoran Meng · 3 weeks ago
  99. 36f347b Update RELEASE-NOTES.md (#38484) by Liang Zhang · 3 weeks ago
  100. 6cbfd73 Add more test cases on DataSourcePoolCreatorTest (#38483) by Liang Zhang · 3 weeks ago