-
Just a quick test resulted in 2 tables that should be created in a different order because the first references the second in a foreign key constraint.
> CREATE TABLE `permissions` (
`action_id`…
-
I'm getting this error for an fdw export for nclob types:
```column "definition" of foreign table "mycolumn" cannot be converted to or from Oracle data type```
Do you have suggestions of how to …
dr-kd updated
2 months ago
-
### Overview of the Issue
In `MoveTables` imports for databases with foreign keys, after switching traffic, the reverse workflow breaks in some setups. One such is:
- The source database has for…
-
Investigate the best way to implement the multiple attribute tables
We will need attributes on edges as well as nodes
(i.e. Connections and Components both need to support attributes)
If we implement …
-
Here my schema:
```ts
export const tableA = mysqlTable("tableA", {
id: int("id").primaryKey(),
});
export const tableB = mysqlTable("tableB", {
id: int("id").primaryKey(),
});
export c…
-
When you export data as sql the tables hierarchy is not respected, so when you import the data, inserts for a table that has a foreign key fail because the foreign row doesn't exist yet!...
TablePl…
-
### Is your feature request related to a problem? Please describe.
it's more of a suggestion than a problem, from drizzle docs [#foreign-keys](https://orm.drizzle.team/docs/rqb#foreign-keys)
> While…
-
### Version Information
Server Version: v2.30.1
### Environment
OSS
### What is the current behaviour?
Getting this error when I try to reference a specific relation in the permissions …
-
So managed to get the IMPORT FOREIGN SCHEMA from 2.0.0, and ran the query to import the schema from the MSSQL server.
```
database=# IMPORT FOREIGN SCHEMA dbo FROM SERVER mssql_srv INTO myschema …
-
Jira Link: [DB-2558](https://yugabyte.atlassian.net/browse/DB-2558)
I'm trying to do some preliminary pgbench timing on my laptop. All the steps run decently fast except for creating a foreign key (…