#257 - Remove references to Jira.

All references to the Spring Jira instance are replaced by GitHub references.
This commit is contained in:
Jens Schauder
2021-01-05 10:54:21 +01:00
parent 9df29a5dff
commit ba653183d1
5 changed files with 13 additions and 13 deletions

View File

@@ -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);