Skip to content

Tags: xo/usql

Tags

v0.19.21

Toggle v0.19.21's commit message
Updating dependencies and updating documentation

v0.19.20

Toggle v0.19.20's commit message
Updating dependencies

v0.19.19

Toggle v0.19.19's commit message
fix: strip trailing semicolon in cosmosdb and unify implementation

cosmosdb, like several other databases, needs trailing semicolons to be
removed from the statement before it is passed to the driver.

This fix applies that to cosmosdb and makes the other databases with identical
processing use the same implementation - presto, trino, athena, SAP ASE.

Drivers that strip trailing semicolon as part of other processing are
not included in the refactoring to keep scope small.

Testing: will run usql with trino, and cosmosdb

v0.19.18

Toggle v0.19.18's commit message
Updating dependencies

v0.19.17

Toggle v0.19.17's commit message
Updating dependencies

v0.19.16

Toggle v0.19.16's commit message
Updating dependencies

v0.19.15

Toggle v0.19.15's commit message
Updating dependencies

v0.19.14

Toggle v0.19.14's commit message
Non-real commit

v0.19.13

Toggle v0.19.13's commit message
Update dependencies, remove \chart command

v0.19.12

Toggle v0.19.12's commit message
Quick fix