-
Notifications
You must be signed in to change notification settings - Fork 4.1k
sql: support prepared statements with unknown types #41558
Copy link
Copy link
Open
Labels
A-prepared-stmtsHaving to do with prepared statements.Having to do with prepared statements.A-sql-pgcompatSemantic compatibility with PostgreSQLSemantic compatibility with PostgreSQLA-sql-typingSQLtype inference, typing rules, type compatibility.SQLtype inference, typing rules, type compatibility.A-tools-djangoC-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)T-sql-foundationsSQL Foundations Team (formerly SQL Schema + SQL Sessions)SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Metadata
Metadata
Assignees
Labels
A-prepared-stmtsHaving to do with prepared statements.Having to do with prepared statements.A-sql-pgcompatSemantic compatibility with PostgreSQLSemantic compatibility with PostgreSQLA-sql-typingSQLtype inference, typing rules, type compatibility.SQLtype inference, typing rules, type compatibility.A-tools-djangoC-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)T-sql-foundationsSQL Foundations Team (formerly SQL Schema + SQL Sessions)SQL Foundations Team (formerly SQL Schema + SQL Sessions)
The lib/pq test suite is failing with the following:
Postgres:
Cockroach:
Jira issue: CRDB-5435
Epic CRDB-60813