-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
TiDB returns an error when to try select INTERVAL 1 DAY + "1997-12-31"
#30253
Labels
component/parser
severity/minor
sig/sql-infra
SIG: SQL Infra
type/bug
The issue is confirmed as a bug.
type/compatibility
Comments
adding a parser rule mapping Line 6626 in 13d0deb
|
12 tasks
/assign |
/unassign |
I don't think this is a major bug: |
mjonss
added a commit
to mjonss/tidb
that referenced
this issue
Jun 14, 2022
12 tasks
ti-chi-bot
pushed a commit
that referenced
this issue
Jun 20, 2022
morgo
added a commit
to morgo/tidb
that referenced
this issue
Jun 28, 2022
* upstream/master: sessionctx: support encoding and decoding session variables (pingcap#35531) planner: add batch_point_get access object (pingcap#35230) sessionctx: set skipInit false for TiDBOptProjectionPushDown and TiDBOptAggPushDown (pingcap#35491) *: add support for disabling noop variables (pingcap#35496) lightning: add store write limiter (pingcap#35193) expression: avoid padding 0 when implicitly cast to binary (pingcap#35053) types: fix creating partition tables fail in ANSI_QUOTES mode (pingcap#35379) executor: add the missed runtime stats when the index merge partial task returns 0 row (pingcap#35297) statistics: batch insert topn and bucket when saving table stats (pingcap#35326) parser: Add support for INTERVAL expr unit + expr (pingcap#30253) (pingcap#35390) config: add missing nodelay example (pingcap#35255) *: Introduce `OptimisticTxnContextProvider` for optimistic txn (pingcap#35131) statistics: fix panic when using wrong globalStats.Indices key (pingcap#35424) *: fix store token is up to the limit in test (pingcap#35374) *: enable more flaky and update bazel config (pingcap#35500) ddl: expose getPrimaryKey() as a public method of model.TableInfo (pingcap#35512) expression, util: add `KeyWithoutTrimRightSpace` for collator (pingcap#35475) infoschema: try on each PD member until one succeeds or all fail (pingcap#35285)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
component/parser
severity/minor
sig/sql-infra
SIG: SQL Infra
type/bug
The issue is confirmed as a bug.
type/compatibility
Bug Report
TiDB returns an error when to try
select INTERVAL 1 DAY + "1997-12-31"
but, supports it in the reverse form.1. Minimal reproduce step (Required)
2. What did you expect to see?
3. What did you see instead
4. What is your TiDB version? (Required)
The text was updated successfully, but these errors were encountered: