Skip to content

Tags: cube2222/octosql

Tags

v0.13.0

Toggle v0.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
mark int type explicitly as int64 (#332)

* mark int type explicitly as int64

fixes #330

Signed-off-by: Thomas Jungblut <[email protected]>

* use 32bit truncation for parquet

---------

Signed-off-by: Thomas Jungblut <[email protected]>

v0.12.2

Toggle v0.12.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update Go dependecies (#324)

Signed-off-by: Jauder Ho <[email protected]>

v0.12.1

Toggle v0.12.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Ensure octosql home directory exists before return (#315)

v0.12.0

Toggle v0.12.0's commit message
Fix division using slash as an operator. Require a space between oper…

…ands for it to be usable.

v0.11.1

Toggle v0.11.1's commit message
Improve CSV value formatting.

v0.11.0

Toggle v0.11.0's commit message
Switch to using a hashmap instead of a BTree in some (not all yet) pl…

…aces where ordering is not important.

v0.10.0

Toggle v0.10.0's commit message
Improve error message when non-SELECT statement is used.

v0.9.4

Toggle v0.9.4's commit message
Add todo, rename file.

v0.9.3

Toggle v0.9.3's commit message
Fix object field access for fields that have periods in them. I.e. ob…

…ject->`my.field`

v0.9.2

Toggle v0.9.2's commit message
Fix snapshot tests.