#257 - Remove references to Jira.
All references to the Spring Jira instance are replaced by GitHub references.
This commit is contained in:
@@ -30,7 +30,7 @@ Especially the integration tests (if you are reading this on github, type `t` an
|
||||
|
||||
We are keeping an eye on the (soon to be created) https://stackoverflow.com/questions/tagged/spring-data-jdbc[spring-data-jdbc tag on stackoverflow].
|
||||
|
||||
If you think you found a bug, or have a feature request please https://jira.spring.io/browse/DATAJDBC/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel[create a ticket in our issue tracker].
|
||||
If you think you found a bug, or have a feature request please https://github.com/spring-projects/spring-data-jdbc/issues[create a ticket in our issue tracker].
|
||||
|
||||
== Execute Tests
|
||||
|
||||
|
||||
@@ -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