Nikolay Metchev
Nikolay Metchev
Any chance you can apply the hacky patch and create a new issue to clean it up later? I'm surprised this works for anyone. Not sure what my reproducer is...
@szpak any chance this will be looked at? Is my hacky solution possible until you fix it properly?
We have been using the workaround outline here but we get a failure down the line when we use the `Entity.wrapRow(row: ResultRow, alias: QueryAlias)` method for an aliased query that...
Also upgrading to the latest 0.28.1 breaks this workaround. We get the following exception ``` Column not found in original table java.lang.IllegalStateException: Column not found in original table at org.jetbrains.exposed.sql.QueryAlias.get(Alias.kt:73)...
Hi Nelson, BRANCH_NAME is available inside the container but it doesn't get added as a tag, this is because the code you pointed to only runs if git is available.
any news here? I see that you now support tests. I presume this functionality is only supported by the cli and not the uploader so I am not sure how...
Jib: https://github.com/GoogleContainerTools/jib/issues/3132
Filed a bug report with the kover plugin here: https://github.com/Kotlin/kotlinx-kover/issues/142
For Postgres this information can be retrieved as follows: ``` select connamespace, conname, c.relname as child_table, p.relname as parent_table, confdeltype from pg_constraint join pg_class c on c.oid=conrelid join pg_class p...
That error is different. Let's encrypt add-on worked for me