-
The first, Thank you for your nice project.
When I started some project to development phase, I haven't physical schema.
So, I suggest feature for schema read from native ddl sql.
Currently, …
-
**Describe the bug**
Whenever I add a new comic or attempt to update an existing comic I get the red box "there was an error". This error started today.
**CarePackage**
15-Feb-2021 13:31:59 …
-
```java
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.SQLException;
public class StoreProcedure {
public static void main(String[]…
-
Package: libpq[core,lz4,openssl,zlib]:x64-windows -> 14.1#2
**Host Environment**
- Host: x64-windows
- Compiler: MSVC 19.31.31107.0
- vcpkg-tool version: 2022-06-17-9268e366206712e38102b28dbd16…
-
create ddl parser api for java sdk.
-
### Expected behavior and actual behavior:
Expected: Codegen with DDLDatabase should translate the DDL to the correct H2 syntax.
Actual behaviour: DDLDatabase creates an invalid H2 query.
##…
-
### What happened?
Hi,
trying to run docker with my data being stored on an HDD. Added that volume specifically to docker under preferences/file sharing. It has writing permissions. But keep gettin…
-
### Search before asking
- [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues.
### What Happened
When using the call statement() to run a query du…
-
I'm trying to run Unleash server with CockroachDB as backend. Forgive me if my issue sounds naive, I'm new to Unleash and node. The issue I'm having starts I believe at migration 7 https://github.com/…
dbist updated
2 years ago
-
jOOQ 3.16 introduced support for computed columns (https://github.com/jOOQ/jOOQ/issues/6492). This includes DDL statements on them. Some dialects distinguish between `STORED` and `VIRTUAL` computed co…