https://bugs.documentfoundation.org/show_bug.cgi?id=67302

--- Comment #22 from SUMIT KUMAR PATEL <[email protected]> ---
Fix Bug 67302 - Resolve TablesSupplier name clashes due to dots in schema/table
names

Updated TablesSupplier name construction to use properly quoted and escaped
names.
- Modified `Tables::refresh()` to handle name collisions by escaping double
quotes and enclosing schema and table names in quotes.
- Added `escapeDoubleQuotes` function to escape double quotes in names.
- Ensured changes are propagated across dependent functions.
- Improved consistency for database drivers, including PostgreSQL and MySQL.

Tested functionality with edge cases involving dots and quotes in schema/table
names. No collisions occur, and behavior is as expected.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to