hibernate-orm/hibernate-community-dialects
Hendrik Schreiber 82d5d07750 HHH-17245 Better conform to SQLite/Xerial driver limitations.
Added getAlterTableToAddUniqueKeyCommand(), which always returns "", 
because SQLite does not support unique constraints in ALTER TABLE 
statements (see here). 
Added getDefaultUseGetGeneratedKey(), which always returns false, as the 
Xerial driver does support GET_GENERATED_KEYS.
2023-09-26 17:30:05 +02:00
..
src HHH-17245 Better conform to SQLite/Xerial driver limitations. 2023-09-26 17:30:05 +02:00
hibernate-community-dialects.gradle Re-enable all community dialect tests 2021-12-14 13:00:14 +01:00