Alf Lervåg
Alf Lervåg
Currently it's impossible to identify the cause of connection errors since this information is swallowed in https://github.com/rethinkdb/horizon/blob/next/client/src/index.js#L50. We do get an error status from https://github.com/rethinkdb/horizon/blob/next/client/src/socket.js#L147, but since there are no...
## Environment **Liquibase Version**: 4.12.0 **Liquibase Integration & Version**: maven **Liquibase Extension(s) & Version**: - **Database Vendor & Version**: Oracle XE 18c **Operating System Type & Version**: NixOS 21.11 **Infrastructure...
This breaks with my expectations, however it's not hard to see why it's not included: https://github.com/liquibase/liquibase/blob/49d18a66f7e5650d6e3cb89c8247495d992fb373/liquibase-core/src/main/java/liquibase/serializer/core/formattedsql/FormattedSqlChangeLogSerializer.java#L75 I've patched this on my end by overloading the FormattedSqlChangeLogSerializer. I can send a...
### Expected behavior The updateable record is updated with generated data from the server. ### Actual behavior ``` ORA-22816: unsupported feature with RETURNING clause Cause: RETURNING clause is currently not...
If longlines-mode is enabled while fetching issues, they will be garbled at the end.
### Use case We have some deprecated columns in our database. Some of these columns are not used directly, they are only used for joining (using onKey or path joins)....
### Expected behavior Tests should pass. ### Actual behavior 24 errors during test execution: ORA-00932: inconsistent datatypes: expected CHAR got BINARY ### Steps to reproduce the problem We have the...
### Expected behavior While this query doesn't really make sense, jOOQ should be able to generate valid SQL for it. ### Actual behavior jOOQ generates a query that reference an...
I would like to export an archi model to sqlite for further processing as part of my CI pipeline, unfortunately this doesn't seem to work as expected. Here's what I've...
### Use case We use [global object ids](https://graphql.org/learn/global-object-identification/) from the Relay spesification in our GraphQL API. Our current implementation extends the JavaGenerator and adds `getId`-methods etc to the records and...