Releases: VictoriaMetrics/sql-to-logsql
Releases · VictoriaMetrics/sql-to-logsql
v0.7.0
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
selectwithoutfrom:SELECT 1 - Using table-alias with star:
SELECT l.* FROM logs l - Using
group bywithout aggregate function:"SELECT kubernetes.container_name FROM logs GROUP BY kubernetes.container_name
- Using ggregate functions with constants (literals):
- Initial JDBC driver support by @Amper in #14
Full Changelog: v0.6.0...v0.7.0
v0.6.0
v0.5.0
v0.4.1
v0.4.0
v0.3.1
v0.3.0
v0.2.0
v0.1.0
v0.0.2
- 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