v0.23.2

View source on GitHub

What's Changed

Data Preview & SQL Console Improvements

  • Table previews now show unfiltered row counts (e.g., “Showing 100 of 12,345 rows”) instead of only filtered totals, giving clearer context about dataset size.
  • Pagination controls in table previews have been refined for better usability and consistency across databases.
  • Data preview results are preserved during requerying—users no longer lose their current view when refreshing or applying filters.

UX & Localization Updates

  • Removed the billing read-only hint from the Billing settings page, simplifying the UI for users on free or trial plans.
  • Guest link behavior and associated copy have been updated to reflect current access semantics, with corresponding translations updated in English, Spanish, Japanese, and Chinese.

Internal

  • Refactored data fetching logic across SQL Console and Table Browser to use real SQL queries instead of driver-abstracted methods—improving accuracy, consistency, and extensibility for future database support.

How is this guide?