Skip to content

Tags: raystack/salt

Tags

v0.6.2

Toggle v0.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(rql): add function to get data type of field (#80)

feat: add util function to get type of field

v0.3.8

Toggle v0.3.8's commit message
feat(rql): add function to get data type of field (#80)

feat: add util function to get type of field

v0.3.7

Toggle v0.3.7's commit message
feat: add more string operators (#78)

feat: add support for string operators

v0.3.6

Toggle v0.3.6's commit message
feat: add in and notIn operator for string datatype (#77)

* feat: add in operator for string datatype

* feat: add not in operator for string datatype

v0.3.5

Toggle v0.3.5's commit message
refactor: change key name (#75)

v0.3.4

Toggle v0.3.4's commit message
fix: update go version

v0.3.3

Toggle v0.3.3's commit message
fix(rql): add `lt` operation in string and date type (#74)

fix(rql): add lt operation in string and date type

v0.6.1

Toggle v0.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(rql): add `lt` operation in string and date type (#74)

fix(rql): add lt operation in string and date type

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add query parser library (#73)

* feat: add query parser library

* feat: return error if invalid type

* refactor: remove main.go

* refactor: lint fix

* refactor: rename to rql

* refactor: make data type key private

* refactor: remove custom util function

* refactor: fix tests

* fix golangci.yml

* refactor: create constants

* refactor: create constants

---------

Co-authored-by: Punit Kulal <punitkulal1996@gmail.com>

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: config package revamp (#71)