Open
Description
This is the log from LSP:
postgrestools: Encountered an unexpected error
postgrestools:
postgrestools: This is a bug in Postgres Tools, not an error in your code, and we would appreciate it if you could report it along with the following information to help us fixing the issue:
postgrestools:
postgrestools: Source Location: crates\pgt_workspace\src\workspace\server\change.rs:420:32
postgrestools: Thread Name: tokio-runtime-worker
postgrestools: Message: byte index 364 is out of bounds of `select p.product_id, p.product_name, p.product_description, s.ref_table, t.price, t.status, t.is_available, t.valid_to
postgrestools: from zito.prices t
postgrestools: join zito.stores s on (s.store_id = t.store_id)
postgrestools: join zito.products p on (p.product_id = t.product_id)
postgrestools: where t.product_`[...]