-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
-
Description:
- "The tool encounters errors when attempting to populate self-referencing tables. This seems to occur when a table contains a foreign key that references its own primary key."
-
Steps to Reproduce:
- "1. Create a self-referencing table in the database schema (e.g., an 'Employees' table where each employee has a 'manager_id' that references the 'employee_id' in the same table).
-
- Use the tool to populate this table with data.
-
- Observe the error that occurs during this process."
-
Expected Behavior:
- "The tool should be able to handle self-referencing tables correctly, allowing for proper data insertion without errors."
-
Actual Behavior:
- "When trying to populate self-referencing tables, the tool throws an error, preventing the successful insertion of data."
-
Impact:
- "This issue limits the tool's usability for database schemas with self-referencing tables, which are common in various use cases like organizational hierarchies."
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working