View Issue Details

IDProjectCategoryView StatusLast Update
0002263Database Workbench v6PostgreSQL Modulepublic2025-03-04 10:52
ReporterMartijn Tonies Assigned ToMartijn Tonies  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Fixed in Versionv6_next 
Summary0002263: Test Data Generator fails on non-default schema tables
DescriptionTest Data Generator fails on non-default schema tables.
Steps To Reproduce1. create database
2. create non-default schema
3. create table in non-default schema
4. try to use TDG on table created in step 3
TagsNo tags attached.

Activities

Martijn Tonies

2025-01-06 12:59

administrator   ~0000617

Possible workaround, change default schema
ALTER DATABASE db_name SET search_path TO schema_name;

Issue History

Date Modified Username Field Change
2025-01-06 12:57 Martijn Tonies New Issue
2025-01-06 12:59 Martijn Tonies Note Added: 0000617
2025-03-04 10:52 Martijn Tonies Assigned To => Martijn Tonies
2025-03-04 10:52 Martijn Tonies Status new => resolved
2025-03-04 10:52 Martijn Tonies Resolution open => fixed
2025-03-04 10:52 Martijn Tonies Fixed in Version => v6_next