feat: add Postgres SQL validator (#11538)

* Add Postgres SQL validator

* Strip line number from message

* Add unit tests

* Run tests only with postgres backend

* Add dep

* Add dep to bashlib
This commit is contained in:
Beto Dealmeida
2020-12-04 19:17:23 -08:00
committed by GitHub
parent 2c323426d1
commit 66cd565bff
13 changed files with 132 additions and 40 deletions

View File

@@ -28,6 +28,7 @@ RUN mkdir /app \
default-libmysqlclient-dev \
libpq-dev \
libsasl2-dev \
libecpg-dev \
&& rm -rf /var/lib/apt/lists/*
# First, we just wanna install requirements, which will allow us to utilize the cache