-
-
Support for Oracle DB as a JDBC transaction log seems to be broken:
```
CREATE TABLE tx_events (
event_offset BIGINT GENERATED ALWAYS AS IDENTITY PRIMARY KEY,
event_key VARCHAR2(255),
tx_…
-
**Is your feature request related to a problem? Please describe.**
I would love to be able to use Wolverine with Oracle database.
**Describe the solution you'd like**
Support for Oracle databas…
-
-
- **Where do you run it?** [Oracle Cloud Infrastructure (OCI)]
- **Are you running Postgres Operator in production?** [no]
- **Type of issue?** [question]
I'm currently in the evaluation phase fo…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
I did not find any documentation on how to establish connection using LDAP.
### Expected Be…
-
# Background
Hi community,
This issue is for #26878.
ShardingSphere parser engine helps users parse a SQL to get the AST (Abstract Syntax Tree) and visit this tree to get SQLStatement (Java Object). …
-
# Background
Hi community,
This issue is for #26878.
ShardingSphere parser engine helps users parse a SQL to get the AST (Abstract Syntax Tree) and visit this tree to get SQLStatement (Java Object). …
-
# Background
Hi community,
This issue is for #26878.
ShardingSphere parser engine helps users parse a SQL to get the AST (Abstract Syntax Tree) and visit this tree to get SQLStatement (Java Object). …
-
This is actually a question.
In order to support the mapping of fields of array type, Hibernate ORM run some queries to create a custom type. For example, for supporting integer arrays, it runs:
…