| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
feat: Implement OpenGaussDialect with locking support | 1 年前 | |
docs: Add design document, test document, and Hibernate OpenGauss dialect development manual - Added 设计文档.md - Added 测试文档.md - Added Hibernate 关于 OpenGauss 方言包_开发手册.pdf | 1 年前 | |
test: Add unit and integration tests for miscellaneous features in OpenGaussDialect | 1 年前 | |
test: Add unit and integration tests for limit/offset support in OpenGaussDialect - Implemented unit tests for the OpenGaussDialect limit/offset support using LimitHandler. - Tested SQL generation for queries with and without offset. - testProcessSqlWithOffset: Validates SQL query with limit and offset values. - testProcessSqlWithoutOffset: Validates SQL query with only limit value. - testSupportsLimit: Ensures supportsLimit() returns true. - Structured tests in OpenGaussDialectLimitHandlerTest.java. - Verified the proper handling of limit and offset logic in OpenGaussDialect. | 1 年前 | |
test: Add unit tests for OpenGaussDialect - Added unit tests for column type mappings. - Verified correct SQL function registration for OpenGauss functions. | 1 年前 | |
feat: Implement OpenGaussDialect for Hibernate This commit introduces the OpenGaussDialect class to support the OpenGauss database in Hibernate. Key features include: - Column type mappings for OpenGauss-specific data types (bit, bool, int, etc.). - Registration of OpenGauss-specific SQL functions such as abs, cbrt, concat, etc. - Support for sequence generation, identity columns, and limit/offset pagination. - Support for callable statements, current timestamp, and schema DDL commands. Includes database type mapping, identity, sequence, and limit handling strategies. This implementation follows the PostgreSQL dialect structure with adjustments for OpenGauss. | 1 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 1 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 1 年前 |