sqlgg icon indicating copy to clipboard operation
sqlgg copied to clipboard

Use inferred schema instead of table schema

Open jongleb opened this issue 1 year ago • 0 comments

Description

This pull request addresses an issue in join operations where column types displayed for requested columns are overridden by types from the tables, leading to inaccuracies. Specifically, in scenarios like a LEFT JOIN, the right side may incorrectly lose nullability information and become non-nullable.

jongleb avatar Feb 04 '24 15:02 jongleb