Skip to content

Tags: cube2222/octosql

Tags

v0.13.0

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 <tjungblu@redhat.com>

* use 32bit truncation for parquet

---------

Signed-off-by: Thomas Jungblut <tjungblu@redhat.com>

v0.12.2

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 <jauderho@users.noreply.github.com>

v0.12.1

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

Fix division using slash as an operator. Require a space between oper…

…ands for it to be usable.

v0.11.1

Improve CSV value formatting.

v0.11.0

Switch to using a hashmap instead of a BTree in some (not all yet) pl…

…aces where ordering is not important.

v0.10.0

Improve error message when non-SELECT statement is used.

v0.9.4

Add todo, rename file.

v0.9.3

Fix object field access for fields that have periods in them. I.e. ob…

…ject->`my.field`

v0.9.2

Fix snapshot tests.