jet/internal/jet
2025-03-13 12:45:01 +01:00
..
alias.go Encode json values implicitly in the sql queries according the golang json package spec. 2025-03-08 19:01:37 +01:00
blob_expression.go Rename the parent pointer to root, as the pointer often references expression multiple layers above the current expression. 2025-03-09 19:06:17 +01:00
bool_expression.go Rename the parent pointer to root, as the pointer often references expression multiple layers above the current expression. 2025-03-09 19:06:17 +01:00
bool_expression_test.go Skip complex expression parenthesis wrap for function parameters. 2022-01-10 16:57:57 +01:00
cast.go Rename the parent pointer to root, as the pointer often references expression multiple layers above the current expression. 2025-03-09 19:06:17 +01:00
cast_test.go Jet internal refactor. 2019-08-11 14:29:03 +02:00
clause.go Encode json values implicitly in the sql queries according the golang json package spec. 2025-03-08 19:01:37 +01:00
clause_test.go Use testify/require instead of testify/assert for tests. 2020-05-09 11:00:22 +02:00
column.go Rename the parent pointer to root, as the pointer often references expression multiple layers above the current expression. 2025-03-09 19:06:17 +01:00
column_assigment.go Improved support for intervals in postgres 2024-10-08 08:30:33 -04:00
column_list.go Add support for exporting a ColumnList from a subquery. 2025-03-13 12:45:01 +01:00
column_test.go Encode json values implicitly in the sql queries according the golang json package spec. 2025-03-08 19:01:37 +01:00
column_types.go Rename the parent pointer to root, as the pointer often references expression multiple layers above the current expression. 2025-03-09 19:06:17 +01:00
column_types_test.go Fix unit tests. 2020-05-24 18:09:16 +02:00
date_expression.go Rename the parent pointer to root, as the pointer often references expression multiple layers above the current expression. 2025-03-09 19:06:17 +01:00
dialect.go Encode json values implicitly in the sql queries according the golang json package spec. 2025-03-08 19:01:37 +01:00
enum_value.go Rename the parent pointer to root, as the pointer often references expression multiple layers above the current expression. 2025-03-09 19:06:17 +01:00
expression.go Rename the parent pointer to root, as the pointer often references expression multiple layers above the current expression. 2025-03-09 19:06:17 +01:00
expression_test.go Skip complex expression parenthesis wrap for function parameters. 2022-01-10 16:57:57 +01:00
float_expression.go Rename the parent pointer to root, as the pointer often references expression multiple layers above the current expression. 2025-03-09 19:06:17 +01:00
float_expression_test.go Package structure refactor. 2019-08-03 14:10:47 +02:00
func_expression.go Rename the parent pointer to root, as the pointer often references expression multiple layers above the current expression. 2025-03-09 19:06:17 +01:00
func_expression_test.go Range types implemented 2024-02-25 01:20:36 +01:00
group_by_clause.go refactor: NewCustomExpression -> CustomExpression 2024-07-13 17:04:33 +02:00
integer_expression.go Rename the parent pointer to root, as the pointer often references expression multiple layers above the current expression. 2025-03-09 19:06:17 +01:00
integer_expression_test.go Add BETWEEN operator support. 2022-01-04 17:58:10 +01:00
interval_expression.go Rename the parent pointer to root, as the pointer often references expression multiple layers above the current expression. 2025-03-09 19:06:17 +01:00
keyword.go [postgres] Add support for ON CONFLICT clause 2020-04-12 18:53:57 +02:00
literal_expression.go Rename the parent pointer to root, as the pointer often references expression multiple layers above the current expression. 2025-03-09 19:06:17 +01:00
literal_expression_test.go Test fix 2021-05-17 14:53:53 +02:00
logger.go Rename SetQueryLoggerFunc to SetQueryLogger 2022-01-20 16:51:32 +01:00
numeric_expression.go Package structure refactor. 2019-08-03 14:10:47 +02:00
operators.go Rename the parent pointer to root, as the pointer often references expression multiple layers above the current expression. 2025-03-09 19:06:17 +01:00
operators_test.go Package structure refactor. 2019-08-03 14:10:47 +02:00
order_by_clause.go Add support for NULLS_FIRST and NULLS_LAST sorting order. 2024-02-10 14:03:31 +01:00
order_set_aggregate_functions.go Rename the parent pointer to root, as the pointer often references expression multiple layers above the current expression. 2025-03-09 19:06:17 +01:00
projection.go Encode json values implicitly in the sql queries according the golang json package spec. 2025-03-08 19:01:37 +01:00
projection_test.go Add support for VALUES statement. 2024-10-17 14:17:22 +02:00
range_expression.go Rename the parent pointer to root, as the pointer often references expression multiple layers above the current expression. 2025-03-09 19:06:17 +01:00
range_expression_test.go Range types implemented 2024-02-25 01:20:36 +01:00
raw_statement.go Rename the parent pointer to root, as the pointer often references expression multiple layers above the current expression. 2025-03-09 19:06:17 +01:00
row_expression.go Rename the parent pointer to root, as the pointer often references expression multiple layers above the current expression. 2025-03-09 19:06:17 +01:00
select_lock.go Add support for OF in row lock clauses 2023-11-30 07:52:54 +00:00
select_table.go Add support for VALUES statement. 2024-10-17 14:17:22 +02:00
serializer.go Encode json values implicitly in the sql queries according the golang json package spec. 2025-03-08 19:01:37 +01:00
sql_builder.go Revert go version change and mariadb. 2025-03-09 18:22:31 +01:00
sql_builder_test.go Tests fix. 2025-03-01 18:23:27 +01:00
statement.go Rename the parent pointer to root, as the pointer often references expression multiple layers above the current expression. 2025-03-09 19:06:17 +01:00
string_expression.go Rename the parent pointer to root, as the pointer often references expression multiple layers above the current expression. 2025-03-09 19:06:17 +01:00
string_expression_test.go REGEXP_LIKE refactor. 2019-08-15 11:10:02 +02:00
string_or_blob_expression.go Add support for blob expressions. 2025-02-28 18:23:15 +01:00
table.go Break utils package into subpackages. 2023-07-21 14:11:31 +02:00
table_test.go Remove methods from Table interface that affects receiver object 2021-04-30 14:02:49 +02:00
testutils.go Tests fix. 2025-03-01 18:23:27 +01:00
time_expression.go Rename the parent pointer to root, as the pointer often references expression multiple layers above the current expression. 2025-03-09 19:06:17 +01:00
time_expression_test.go Encode json values implicitly in the sql queries according the golang json package spec. 2025-03-08 19:01:37 +01:00
timestamp_expression.go Rename the parent pointer to root, as the pointer often references expression multiple layers above the current expression. 2025-03-09 19:06:17 +01:00
timestamp_expression_test.go Encode json values implicitly in the sql queries according the golang json package spec. 2025-03-08 19:01:37 +01:00
timestampz_expression.go Rename the parent pointer to root, as the pointer often references expression multiple layers above the current expression. 2025-03-09 19:06:17 +01:00
timestampz_expression_test.go Encode json values implicitly in the sql queries according the golang json package spec. 2025-03-08 19:01:37 +01:00
timez_expression.go Rename the parent pointer to root, as the pointer often references expression multiple layers above the current expression. 2025-03-09 19:06:17 +01:00
timez_expression_test.go Encode json values implicitly in the sql queries according the golang json package spec. 2025-03-08 19:01:37 +01:00
utils.go Encode json values implicitly in the sql queries according the golang json package spec. 2025-03-08 19:01:37 +01:00
utils_test.go refactor: extracted common logic for column aliasing 2024-07-26 23:35:07 +02:00
values.go Add support for VALUES statement. 2024-10-17 14:17:22 +02:00
window_expression.go [postgres] Add support for ON CONFLICT clause 2020-04-12 18:53:57 +02:00
window_func.go Rename the parent pointer to root, as the pointer often references expression multiple layers above the current expression. 2025-03-09 19:06:17 +01:00
window_func_test.go Added support for window clause and functions. 2019-09-17 13:34:47 +02:00
with_statement.go Rename the parent pointer to root, as the pointer often references expression multiple layers above the current expression. 2025-03-09 19:06:17 +01:00