#257 - Remove references to Jira.
All references to the Spring Jira instance are replaced by GitHub references.
This commit is contained in:
@@ -61,7 +61,7 @@ public class TestDatabaseFeatures {
|
||||
/**
|
||||
* Microsoft SqlServer does not allow explicitly setting ids in columns where the value gets generated by the
|
||||
* database. Such columns therefore must not be used in referenced entities, since we do a delete and insert, which
|
||||
* must not recreate an id. See https://jira.spring.io/browse/DATAJDBC-210
|
||||
* must not recreate an id. See https://github.com/spring-projects/spring-data-jdbc/issues/437
|
||||
*/
|
||||
private void supportsGeneratedIdsInReferencedEntities() {
|
||||
assumeThat(database).isNotEqualTo(Database.SqlServer);
|
||||
|
||||
Reference in New Issue
Block a user