Skip to content
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

0.49.11:The data retrieved using a date picker is different from the data retrieved by directly entering the date. #43059

Open
congzhouliang opened this issue May 23, 2024 · 1 comment
Labels
.Backend Database/Oracle Priority:P2 Average run of the mill bug Querying/Native The SQL/native query editor Querying/Parameters & Variables Filter widgets, field filters, variables etc. .Team/QueryingComponents Type:Bug Product defects

Comments

@congzhouliang
Copy link

congzhouliang commented May 23, 2024

Describe the bug

image
this is right
image
this wrong
The data retrieved using a date picker is different from the data retrieved by directly entering the date.
use oracle database
please helpme

To Reproduce

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior

No response

Logs

No response

Information about your Metabase installation

{
  "browser-info": {
    "language": "zh-CN",
    "platform": "Win32",
    "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0",
    "vendor": "Google Inc."
  },
  "system-info": {
    "file.encoding": "UTF-8",
    "java.runtime.name": "OpenJDK Runtime Environment",
    "java.runtime.version": "11.0.23+9",
    "java.vendor": "Eclipse Adoptium",
    "java.vendor.url": "https://adoptium.net/",
    "java.version": "11.0.23",
    "java.vm.name": "OpenJDK 64-Bit Server VM",
    "java.vm.version": "11.0.23+9",
    "os.name": "Linux",
    "os.version": "5.15.0-58-generic",
    "user.language": "en",
    "user.timezone": "Asia/Shanghai"
  },
  "metabase-info": {
    "databases": [
      "h2",
      "oracle",
      "mysql",
      "postgres"
    ],
    "hosting-env": "unknown",
    "application-database": "mysql",
    "application-database-details": {
      "database": {
        "name": "MySQL",
        "version": "8.2.0"
      },
      "jdbc-driver": {
        "name": "MariaDB Connector/J",
        "version": "2.7.10"
      }
    },
    "run-mode": "prod",
    "version": {
      "date": "2024-05-16",
      "tag": "v0.49.11",
      "hash": "b894f2d"
    },
    "settings": {
      "report-timezone": "Asia/Shanghai"
    }
  }
}

Severity

Severity

Additional context

No response

@dosubot dosubot bot added the Querying/Parameters & Variables Filter widgets, field filters, variables etc. label May 23, 2024
@kamilmielnik kamilmielnik added Database/Oracle .Backend .Team/QueryProcessor :hammer_and_wrench: Priority:P2 Average run of the mill bug Querying/Native The SQL/native query editor and removed .Needs Triage labels May 23, 2024
@ranquild ranquild added .Team/QueryingComponents and removed .Team/QueryProcessor :hammer_and_wrench: labels Jul 10, 2024
@ranquild
Copy link
Contributor

@congzhouliang could it be the case that you accidentally added time to the date? There is an issue that the filter widgets do not display time until you open the popover. If you specify your filter value via the URL it can happen as well.

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
.Backend Database/Oracle Priority:P2 Average run of the mill bug Querying/Native The SQL/native query editor Querying/Parameters & Variables Filter widgets, field filters, variables etc. .Team/QueryingComponents Type:Bug Product defects
Projects
None yet
Development

No branches or pull requests

3 participants