sdk-go/sql/v2/expression
Calum Murray 1f881a4c26
feat: sql expressions always return a value, along with the correct error types
Signed-off-by: Calum Murray <cmurray@redhat.com>
2024-06-13 15:38:28 -04:00
..
base_expressions.go CESQL (#680) 2021-04-26 09:47:30 +02:00
comparison_expressions.go all expressions have a defined return type 2024-05-31 11:38:38 -04:00
exists_expression.go CESQL (#680) 2021-04-26 09:47:30 +02:00
function_invocation_expression.go feat: sql expressions always return a value, along with the correct error types 2024-06-13 15:38:28 -04:00
identifier_expression.go feat: sql expressions always return a value, along with the correct error types 2024-06-13 15:38:28 -04:00
in_expression.go all expressions have a defined return type 2024-05-31 11:38:38 -04:00
integer_comparison_expressions.go all expressions have a defined return type 2024-05-31 11:38:38 -04:00
like_expression.go all expressions have a defined return type 2024-05-31 11:38:38 -04:00
literal_expression.go CESQL (#680) 2021-04-26 09:47:30 +02:00
logic_expressions.go all expressions have a defined return type 2024-05-31 11:38:38 -04:00
math_expressions.go feat: sql expressions always return a value, along with the correct error types 2024-06-13 15:38:28 -04:00
negate_expression.go feat: sql expressions always return a value, along with the correct error types 2024-06-13 15:38:28 -04:00
not_expression.go all expressions have a defined return type 2024-05-31 11:38:38 -04:00