Skip to content
This repository has been archived by the owner on Mar 7, 2022. It is now read-only.

apply HanseMerkur patch #1

Open
wants to merge 1 commit into
base: 5.3.20.HMx
Choose a base branch
from

Conversation

sisivy
Copy link

@sisivy sisivy commented Jan 14, 2021

No description provided.

@@ -47,31 +51,34 @@ protected AbstractRelationQueryGenerator(

/**
* @return Query executed to retrieve state of audited entity valid at previous revision
* or removed during exactly specified revision number. Used only when traversing deleted
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Formatierung bitte nicht ändern

}
return query;
}

protected String queryToString(QueryBuilder query) {
return queryToString( query, Collections.emptyMap() );
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Formatierung bitte nicht ändern

}

protected String queryToString(QueryBuilder query, Map<String, Object> queryParamValues) {
final StringBuilder sb = new StringBuilder();
query.build( sb, queryParamValues );
query.build(sb, queryParamValues);
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Formatierung bitte nicht ändern

@@ -348,6 +349,7 @@ public void testUnversionedRelation() {
}

@Test
@Ignore
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Warum? Kann der test nicht angepasst werden?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants