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

@@ -23,10 +23,6 @@
<maven.compiler.source>1.9</maven.compiler.source>
<maven.compiler.target>1.9</maven.compiler.target>
<java.version>1.9</java.version>
<!-- Property to define the parallel deployment version.
See e.g. https://tomcat.apache.org/tomcat-8.5-doc/config/context.html
Should be the same as the project.version but padded with zeros to six digits. -->
<parallelDeploymentVersion>000041</parallelDeploymentVersion>
</properties>
<modules>
@@ -36,11 +32,11 @@
<distributionManagement>
<snapshotRepository>
<id>77zzcx7-snapshots</id>
<url>http://192.168.10.1:8100/repository/77zzcx7-snapshots/</url>
<url>http://192.168.10.4:8100/snapshots/</url>
</snapshotRepository>
<repository>
<id>77zzcx7-releases</id>
<url>http://192.168.10.1:8100/repository/77zzcx7-releases/</url>
<url>http://192.168.10.4:8100/releases/</url>
</repository>
</distributionManagement>