Add FQL IN clause support

This commit is contained in:
2020-12-05 02:17:37 +01:00
parent 5a8a444009
commit c193faaf5a
18 changed files with 525 additions and 63 deletions

View File

@@ -19,14 +19,6 @@
<properties>
<packaging.type>jar</packaging.type>
<activeProfiles>dev</activeProfiles>
<!-- Property to define the final name of the build artifact.
This used in combination with the build-war profile to change the .war file name
to e.g. financer##00004.war so that the application is accessible via the /financer
context path once deployed in a standalone servlet container instance. This also enables multiple
deployments of the application in the same servlet container just with different context
paths. Default is the artifactId, the build-war profile defines its own default.
Can be changed at build time via 'mvn ... -DfinalName=financer ...-->
<finalName>${project.artifactId}</finalName>
<deploymentProfile>mk</deploymentProfile>
</properties>