dsl-compiler-client
dsl-compiler-client copied to clipboard
DSL Platform - compiler clients
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.5.0 to 42.5.1. Changelog Sourced from postgresql's changelog. Changelog Notable changes since version 42.0.0, read the complete History of Changes. The format is based on Keep a...
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...
If you rename enum A -> A' and then B -> A, database migrations become destructive. Both enums and columns using it are dropped and then recreated . When you...
I have run java -jar dsl-clc.jar target=php_client dsl=dsl and its generated Generated-PHP folder. Could you give me example how to use it? and i tried java -jar dsl-clc.jar target=php_ui dsl=dsl...
When compiling DSL with `Location` field, the output is as follows: ``` java -jar dsl-clc.jar -target=php_client,php_ui -settings=active-record Compiling DSL online... Error compiling DSL to specified target. Couldn't find type for...
Bumps [org.apache.maven:maven-core](https://github.com/apache/maven) from 3.1.0 to 3.8.1. Commits 05c21c6 [maven-release-plugin] prepare release maven-3.8.1 d295dc3 [MNG-7128] keep blocked attribute from mirrors in artifact repositories a469068 next version in branch 3.8.x is 3.8.1-SNAPSHOT...
Bumps [org.apache.maven:maven-compat](https://github.com/apache/maven) from 3.1.0 to 3.8.1. Commits 05c21c6 [maven-release-plugin] prepare release maven-3.8.1 d295dc3 [MNG-7128] keep blocked attribute from mirrors in artifact repositories a469068 next version in branch 3.8.x is 3.8.1-SNAPSHOT...
### What steps will reproduce the issue? 1. have bitdefender installed 2. install the dsl plugin https://plugins.jetbrains.com/plugin/8227-dsl-platform ### What is the expected result? It must be clean without any antivirus...
how to use timestamp without timezone ? is that possible ``` root Requirement{ string name; bool isActive; ScholarshipType *ScholarshipType; bool forSurvey; int inputType; //1: file, 2:text bool mandatory; timestamp? createdAt;...