Skip to content

Commit

Permalink
[persistence] Allow negative filter boundaries (#4400)
Browse files Browse the repository at this point in the history
Modify xtext file for textual configuration of persistence.
Fixes #4396.

Signed-off-by: Holger Friedrich <[email protected]>
  • Loading branch information
holgerfriedrich authored Oct 5, 2024
1 parent c7955e9 commit c25d67a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@ GroupConfig:
;

DECIMAL returns ecore::EBigDecimal :
INT ('.' INT)?
'-'? INT ('.' INT)?
;

0 comments on commit c25d67a

Please sign in to comment.