Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2025

Bumps org.questdb:questdb from 9.0.2 to 9.0.3.

Release notes

Sourced from org.questdb:questdb's releases.

9.0.3

QuestDB 9.0.3 Release Summary

9.0.3 is a stability and compatibility release that resolves critical SQL issues and upgrades the web console. The web console brings a unified search across all tabs.

Highlights

  • Web Console search: You can now search across all active and archived tabs in Web Console. A new search panel, accessible with Ctrl/Cmd + Shift + F, has been added to the left side of the console. It includes advanced options for case-sensitive, whole word, and regex searches. You can even preview search results without reopening a closed tab.
  • Critical SELECT DISTINCT Fix - Resolved compilation errors when using table-prefixed columns in DISTINCT queries. Queries like SELECT DISTINCT table.column now work correctly, fixing a regression that affected many common query patterns.

SQL & Query Processing

  • SELECT DISTINCT (Critical Fix): Resolved major issues with table-prefixed columns that caused "invalid table name or alias" errors.
  • INSERT operations properly cast VARCHAR values to array columns.
  • Parquet compatibility improved with fixes for querying files containing array columns that previously caused database crashes.

Reliability & Operations

  • Materialized Views: Resolved an arithmetic exception when adding indexes to empty views.
  • Parquet Reader: Fixed a segmentation fault when processing array columns across multiple data pages in row groups.
  • Type Casting: Centralized and improved null-safe handling for VARCHAR to array type conversions.

Changelist

Contributors

Thanks to our first‑time contributor: @​klaudiozdrava! Keep them comin'! 🤓

Special thanks to everyone who reported issues and provided feedback that helped identify and resolve these critical fixes.

Commits
  • efc008e [maven-release-plugin] prepare release 9.0.3
  • e7593da chore(ui): upgrade web console to 1.1.2 (#6085)
  • 6cf5cb9 fix(core): fix a potential database crash when under a load of a prolonged pe...
  • f77ffe8 chore(ui): upgrade web console to 1.1.1 (#6083)
  • 3d345f1 fix(sql): misleading error message in subquery comparison (#6049)
  • bcb2f95 fix(sql): support more Parquet field type combinations in read_parquet (#6069)
  • c8f236e fix(sql): fix SELECT DISTINCT queries with table name prefixed columns (#6061)
  • 4320881 chore(core): improve TableWriter logging consistency (#6073)
  • 5a29eb3 docs(core): update README(s) with new messages (#6070)
  • 75335d3 fix(sql): fix internal error when INSERTing arrays represented as VARCHAR to ...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 1, 2025
@dependabot dependabot bot requested a review from a team as a code owner October 1, 2025 22:32
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 1, 2025
Bumps [org.questdb:questdb](https://github.com/questdb/questdb) from 9.0.2 to 9.0.3. - [Release notes](https://github.com/questdb/questdb/releases) - [Commits](questdb/questdb@9.0.2...9.0.3) --- updated-dependencies: - dependency-name: org.questdb:questdb dependency-version: 9.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/modules/questdb/org.questdb-questdb-9.0.3 branch from 4b7e0aa to 141582a Compare October 2, 2025 19:15
@eddumelendez eddumelendez merged commit 0618a23 into main Oct 6, 2025
101 checks passed
@eddumelendez eddumelendez deleted the dependabot/gradle/modules/questdb/org.questdb-questdb-9.0.3 branch October 6, 2025 20:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code modules/questdb

2 participants