Skip to content

Releases: VictoriaMetrics/sql-to-logsql

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

v0.2.0

05 Oct 21:54
d86bf1d

Choose a tag to compare

What's Changed

  • UI improvements by @Amper in #2:
    • make UI more adaptive for small screens
    • add spinner
    • add link to the github repo

Full Changelog: v0.1.0...v0.2.0

v0.1.0

03 Oct 06:59
bd50ba4

Choose a tag to compare

What's Changed

  • Support using aliases in GROUP BY clause by @Amper in #1

Full Changelog: v0.0.2...v0.1.0

v0.0.2

02 Oct 14:13
9946c43

Choose a tag to compare

  • SHOW TABLES/VIEW works without specified endpoint
  • Endpoint controls disabled in UI if you specified endpoint on server

Full Changelog: v0.0.1...v0.0.2