Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Releases: VictoriaMetrics/sql-to-logsql

v0.10.0

03 Dec 15:31
b57b617

Choose a tag to compare

What's Changed

  • refactoring of UI by @Amper in #26:
    • The interface has been made more compact — smaller fonts and less space
    • Added time range for querying
    • The option to choose between Query data and Translate only has been implemented
    • Improved autocomplete for SQL
    • Translated LogsQL text fixed at the top of table
    • A lot of small style improvements

Full Changelog: v0.9.0...v0.10.0

v0.9.0

02 Dec 18:29
be731e7

Choose a tag to compare

What's Changed

  • implement REGEXP_REPLACE function support by @Amper in #23
  • fixed quotation bug for filters by @Amper in #24
  • made main UI components resizable by @Amper in #25

Full Changelog: v0.8.0...v0.9.0

v0.8.0

02 Dec 13:36
51a4590

Choose a tag to compare

What's Changed

  • Implement case expression support by @Amper in #22
  • Add instructions about integrations with DBeaver, Tableau and JetBrains IDEs by @Amper in #15
  • Bump actions/setup-java from 4 to 5 by @dependabot[bot] in #16
  • Bump actions/setup-node from 5 to 6 by @dependabot[bot] in #17
  • Bump tar from 7.5.1 to 7.5.2 in /cmd/sql-to-logsql/web/ui by @dependabot[bot] in #18
  • updated go version and we ui dependencies by @Amper in #19
  • Bump golangci/golangci-lint-action from 8 to 9 by @dependabot[bot] in #20
  • Bump js-yaml from 4.1.0 to 4.1.1 in /cmd/sql-to-logsql/web/ui by @dependabot[bot] in #21

New Contributors

Full Changelog: v0.7.0...v0.8.0

v0.7.0

20 Oct 13:50
c9efa77

Choose a tag to compare

What's Changed

  • Syntax improvements for supporting JDBC-based tools by @Amper in #13
    • Using ggregate functions with constants (literals): SELECT SUM(1) FROM logs
    • Using aggregate in HAVING without using in SELECT: SELECT SUM(1) FROM logs HAVING COUNT(1) > 0
    • Using select without from: SELECT 1
    • Using table-alias with star: SELECT l.* FROM logs l
    • Using group by without aggregate function: "SELECT kubernetes.container_name FROM logs GROUP BY kubernetes.container_name
  • Initial JDBC driver support by @Amper in #14

Full Changelog: v0.6.0...v0.7.0

v0.6.0

13 Oct 09:53
592a50e

Choose a tag to compare

What's Changed

  • Implemented server-side configuration for default max rows limit (#11) by @Amper in #12

Full Changelog: v0.5.0...v0.6.0

v0.5.0

12 Oct 19:44
c006596

Choose a tag to compare

What's Changed

  • add execution support by Ctrl+Enter by @Amper in #8
  • Implement JSON_VALUE function from ANSI SQL (#9) by @Amper in #10, see this issue for details

Full Changelog: v0.4.1...v0.5.0

v0.4.1

07 Oct 22:48
6b8a49e

Choose a tag to compare

What's Changed

  • add information about version and build date to UI by @Amper in #6

Full Changelog: v0.4.0...v0.4.1

v0.4.0

06 Oct 20:29
72de20d

Choose a tag to compare

What's Changed

  • implemented fields comparison by @Amper in #5

Full Changelog: v0.3.1...v0.4.0

v0.3.1

06 Oct 06:37
1acc88c

Choose a tag to compare

What's Changed

  • small fix in UI styles, remove unused components by @Amper in #4

Full Changelog: v0.3.0...v0.3.1

v0.3.0

05 Oct 22:36
97de8c5

Choose a tag to compare

What's Changed

  • Implement subqueries support by @Amper in #3

Full Changelog: v0.2.0...v0.3.0

Morty Proxy This is a proxified and sanitized view of the page, visit original site.