Skip to content

Issues: cockroachdb/cockroach

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

sql/compengine,cli/sql: create a facility to pump informational notices through completions A-cli-client CLI commands that pertain to using SQL features A-sql-cli-observability Issues related to surfacing SQL observability in SHOW, CRDB_INTERNAL, SYSTEM, etc. A-sql-execution Relating to SQL execution. A-sql-semantics C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
#96680 opened Feb 6, 2023 by knz
sql: timezone abbreviations should not consider daylight savings A-sql-semantics C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
#94078 opened Dec 21, 2022 by jhatcher9999
sql: type annotations with fixed-length character types does not truncate or error A-sql-semantics C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
#69703 opened Sep 1, 2021 by mgartner
sql: CHAR behavior inconsistent with Postgres A-sql-pgcompat Semantic compatibility with PostgreSQL A-sql-semantics C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. E-quick-win Likely to be a quick win for someone experienced. T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions) T-sql-queries SQL Queries Team
#69673 opened Aug 31, 2021 by mgartner
sql: tzinfo can be inconsistent across nodes A-sql-pgcompat Semantic compatibility with PostgreSQL A-sql-semantics C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) docs-done docs-known-limitation T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
#31978 opened Oct 29, 2018 by bobvawter
sql: IS OF (...) is incorrect in some cases A-sql-pgcompat Semantic compatibility with PostgreSQL A-sql-semantics A-sql-typing SQLtype inference, typing rules, type compatibility. C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. T-sql-queries SQL Queries Team X-nostale Marks an issue/pr that should be ignored by the stale bot
#31404 opened Oct 15, 2018 by justinj 19.1
sql: tuple star expansion in tuple context should flatten A-sql-optimizer SQL logical planning and optimizations. A-sql-pgcompat Semantic compatibility with PostgreSQL A-sql-semantics C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. S-3-erroneous-edge-case Database produces or stores erroneous data without visible error/warning, in rare edge cases. T-sql-queries SQL Queries Team
#28203 opened Aug 2, 2018 by knz Later
sql: check for overflow with intervals A-sql-semantics C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. S-3-erroneous-edge-case Database produces or stores erroneous data without visible error/warning, in rare edge cases. T-sql-queries SQL Queries Team
#26932 opened Jun 22, 2018 by justinj
sql: can't use the excluding source in INSERT ON CONFLICT RETURNING A-sql-mutations Mutation statements: UPDATE/INSERT/UPSERT/DELETE. A-sql-semantics C-wishlist A wishlist feature. T-sql-queries SQL Queries Team
#25525 opened May 15, 2018 by knz
sql: meta-issue to track view woes A-schema-descriptors Relating to SQL table/db descriptor handling. A-sql-semantics C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. meta-issue Contains a list of several other issues.
#24559 opened Apr 6, 2018 by knz
4 of 8 tasks
19.1
sql: PARTITION BY does not support placeholders A-partitioning A-sql-semantics C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) docs-done docs-known-limitation T-sql-queries SQL Queries Team X-anchored-telemetry The issue number is anchored by telemetry references.
#19464 opened Oct 23, 2017 by danhhz
sql: Support CIDR column type A-sql-datatypes SQL column types usable in table descriptors. A-sql-semantics A-tools-efcore C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) E-starter Might be suitable for a starter project for new employees or team members. T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions) X-anchored-telemetry The issue number is anchored by telemetry references.
#18846 opened Sep 27, 2017 by lgo
sql: support database-level collations A-schema-changes A-schema-descriptors Relating to SQL table/db descriptor handling. A-sql-encoding Relating to the SQL/KV encoding. A-sql-pgcompat Semantic compatibility with PostgreSQL A-sql-semantics C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) X-anchored-telemetry The issue number is anchored by telemetry references.
#16618 opened Jun 20, 2017 by eisenstatdavid
sql: we need a story about what EvalContext different operations need to be using A-sql-execution Relating to SQL execution. A-sql-pgcompat Semantic compatibility with PostgreSQL A-sql-semantics C-cleanup Tech debt, refactors, loose ends, etc. Solution not expected to significantly change behavior. T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
#15667 opened May 3, 2017 by andreimatei
sql: Support renaming objects depended on by views A-schema-changes A-schema-descriptors Relating to SQL table/db descriptor handling. A-sql-pgcompat Semantic compatibility with PostgreSQL A-sql-semantics C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) S-3-ux-surprise Issue leaves users wondering whether CRDB is behaving properly. Likely to hurt reputation/adoption. T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
#10083 opened Oct 19, 2016 by a-robinson
sql: implement a maximum size checker on columns and families A-schema-descriptors Relating to SQL table/db descriptor handling. A-sql-datatypes SQL column types usable in table descriptors. A-sql-encoding Relating to the SQL/KV encoding. A-sql-mutations Mutation statements: UPDATE/INSERT/UPSERT/DELETE. A-sql-semantics C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
#9556 opened Sep 26, 2016 by knz
sql: sampling selects A-sql-execution Relating to SQL execution. A-sql-optimizer SQL logical planning and optimizations. A-sql-semantics C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-sql-queries SQL Queries Team
#7030 opened Jun 3, 2016 by tbg
sql: Add Data Type Formatting Functions A-sql-builtins SQL built-in functions and semantics thereof. A-sql-pgcompat Semantic compatibility with PostgreSQL A-sql-semantics A-tools-aws-dms Blocking support for AWS Database Migration Service C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) meta-issue Contains a list of several other issues. sync-me-8 T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
#3781 opened Jan 12, 2016 by nvanbenschoten
3 of 10 tasks
ProTip! Type g i on any issue or pull request to go back to the issue listing page.