eclipse-vertx / eclipse-vertx/vertx-sql-client
[DB2] Creating temporary tables
Open
bug
help wanted
module:db2
- Dominant language
- Java
- Stars
- 912
- Forks
- 212
- Avg merge
- 17h 30m
- Merged PRs (30d)
- 3
Description
Over in https://github.com/hibernate/hibernate-reactive/pull/325 they were trying to create temporary tables and this was not working (no stack trace at the moment).
An example of the SQL being used is:
```
declare global temporary table foo(id int)
```
Contributor guide
Assessment
This issue has not been assessed yet.