-
I kept getting this error when trying to write to a local temp table:
```
SQLState = S0002, NativeError = 208
Error = [Microsoft][ODBC Driver 17 for SQL Server][SQL Server]Invalid object name '#MY_…
-
When installing some of our community modules through `extras`, we usually bundle a client library for interacting with the service provided from the container. In some cases this is nice, as there is…
santi updated
1 month ago
-
## Context
We use Anorm with PekkoStream (previously AkkaStream) in a Play Framework application. Our usage is pretty standard with the exception that the requests we do with Anorm are to a database …
-
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Version
10.0.15
### Bug descript…
-
If I have duplicate column names they will be overwritten.
Is there a solution for this?
For example. That with the column names duplicate results table names with indicates.
output:
```
[
B…
-
Sometime I want to map Json column POJO object. So it's great if I can set json column as Buffer (utf-8 string bytes), and get json column as Buffer when retrieve. This allow me use dsl-json (https:/…
-
### Describe the bug
After upgrading to the latest version of Metabase, clickhouse and clickhouse Driver I started getting an error to sync tables. Metabase display charts but table syncing is br…
-
### Description
Hello.
While trying other tools(like Oracle SQL Developer, PL/SQL Developer etc.) my user is able to view and edit Oracle Package that is created by my own user(actually even if it's…
-
### Describe the usage question you have. Please include as many useful details as possible.
```
try (BufferAllocator allocator = new RootAllocator()) {
// Server
try (f…
-
## Background
Hi community.\
The ShardingSphere SQL parser engine helps users to parse SQL to create the AST (Abstract Syntax Tree) and visit the AST to get SQLStatement (Java Object).
Current…