Philipp Eschenbach
Philipp Eschenbach
The merged PR does not fully fix this issue in my eyes as trying to run the application with postgres as DB_TYPE results in `DriverPackageNotInstalledError: Postgres package has not been...
`Data type "binary" in "User.encryptedPassword" is not supported by "postgres" database.` this is far as I come...
@motleycrew, have you tried creating an action (should be secured in some way) that calls elasticSearchService.index()? Would be the easiest and i would say the "common" way to do it...
i can reproduce this bug aswell. funnyli if you define a custom converter for dateCreated (we use joda time for Autotimestamps), the converter is called but the resulting object still...
@dtunes pretty close but readlines() is returning a list ``` #!/usr/local/bin/python import sys import sqlparse sql = sys.stdin.readlines() print sqlparse.format("".join(sql), reindent=True, keyword_case='upper') ``` is working perfectly fine for selections or...