Timothy Studd 0d3508d6d2 fix(engine/mysql): Support nullable fields in joins for MySQL engine (#1249) | vor 3 Jahren | |
---|---|---|
.. | ||
gradle | vor 4 Jahren | |
src | vor 3 Jahren | |
.gitignore | vor 4 Jahren | |
README.md | vor 4 Jahren | |
build.gradle | vor 4 Jahren | |
gradle.properties | vor 4 Jahren | |
gradlew | vor 4 Jahren | |
gradlew.bat | vor 4 Jahren | |
settings.gradle | vor 4 Jahren | |
sqlc.json | vor 4 Jahren |
This is a Kotlin gradle project configured to compile and test all examples. Currently tests have only been written for the authors
example.
To run tests:
docker run --name dinosql-postgres -d -e POSTGRES_USER=postgres -e POSTGRES_PASSWORD=mysecretpassword -e POSTGRES_DB=postgres -p 5432:5432 postgres:11
./gradlew clean test
The project can be easily imported into Intellij.
build.gradle
file adjacent to this README file