Skip to content

Releases: zknpr/SQLite-Explorer

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 26 Jan 21:14

SQLite Explorer v1.1.1

See CHANGELOG.md for details.

Installation

Download the .vsix file and install it in VS Code:

  • Open VS Code
  • Press Ctrl+Shift+P (or Cmd+Shift+P on Mac)
  • Type "Install from VSIX"
  • Select the downloaded file

v1.1.0

Choose a tag to compare

@zknpr zknpr released this 26 Jan 12:49
1b712ed

See CHANGELOG.md for details.

v1.0.11

Choose a tag to compare

@github-actions github-actions released this 24 Jan 18:19

SQLite Explorer v1.0.11

See CHANGELOG.md for details.

Installation

Download the .vsix file and install it in VS Code:

  • Open VS Code
  • Press Ctrl+Shift+P (or Cmd+Shift+P on Mac)
  • Type "Install from VSIX"
  • Select the downloaded file

v1.0.10

Choose a tag to compare

@github-actions github-actions released this 24 Jan 15:57

SQLite Explorer v1.0.10

See CHANGELOG.md for details.

Installation

Download the .vsix file and install it in VS Code:

  • Open VS Code
  • Press Ctrl+Shift+P (or Cmd+Shift+P on Mac)
  • Type "Install from VSIX"
  • Select the downloaded file

v1.0.9

Choose a tag to compare

@github-actions github-actions released this 24 Jan 13:50

SQLite Explorer v1.0.9

See CHANGELOG.md for details.

Installation

Download the .vsix file and install it in VS Code:

  • Open VS Code
  • Press Ctrl+Shift+P (or Cmd+Shift+P on Mac)
  • Type "Install from VSIX"
  • Select the downloaded file

v1.0.8

Choose a tag to compare

@github-actions github-actions released this 24 Jan 13:23

SQLite Explorer v1.0.8

See CHANGELOG.md for details.

Installation

Download the .vsix file and install it in VS Code:

  • Open VS Code
  • Press Ctrl+Shift+P (or Cmd+Shift+P on Mac)
  • Type "Install from VSIX"
  • Select the downloaded file

v1.0.7

Choose a tag to compare

@zknpr zknpr released this 23 Jan 14:43

SQLite Explorer v1.0.7

See CHANGELOG.md for details.

Installation

Download the .vsix file and install it in VS Code:

  • Open VS Code
  • Press Ctrl+Shift+P (or Cmd+Shift+P on Mac)
  • Type "Install from VSIX"
  • Select the downloaded file

v1.0.6

Choose a tag to compare

@zknpr zknpr released this 23 Jan 00:58

SQLite Explorer v1.0.6

See CHANGELOG.md for details.

Installation

Download the .vsix file and install it in VS Code:

  • Open VS Code
  • Press Ctrl+Shift+P (or Cmd+Shift+P on Mac)
  • Type "Install from VSIX"
  • Select the downloaded file

v1.0.5

Choose a tag to compare

@zknpr zknpr released this 23 Jan 00:06

SQLite Explorer v1.0.5

See CHANGELOG.md for details.

Installation

Download the .vsix file and install it in VS Code:

  • Open VS Code
  • Press Ctrl+Shift+P (or Cmd+Shift+P on Mac)
  • Type "Install from VSIX"
  • Select the downloaded file

v1.0.4

Choose a tag to compare

@zknpr zknpr released this 21 Jan 02:08
Fix: resolve "no such column: rowid" error for SQL views

Views don't have a rowid column like tables do. Added helper functions
to abstract row data access and generate synthetic IDs for views.

v1.0.4

Co-Authored-By: Claude <noreply@anthropic.com>