jet/internal/jet
2026-05-04 12:34:29 +02:00
..
alias.go Fix for incorrect subquery column type. 2026-01-21 13:24:28 +01:00
array_expression.go Simplify construction of new expressions. 2026-02-02 13:18:19 +01:00
array_expression_test.go Add support for additional array types. 2025-10-16 15:09:07 +02: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 Simplify construction of new expressions. 2026-02-02 13:18:19 +01:00
clause.go Fix for SELECT_JSON_ARR generates incorrect order by, limit and offset clauses for mariadb. 2026-01-16 14:11:22 +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 Add support for assigning one ColumnList to another in INSERT and UPDATE queries. 2025-03-13 13:05:35 +01:00
column_list.go Add support for assigning one ColumnList to another in INSERT and UPDATE queries. 2025-03-13 13:05:35 +01:00
column_list_assigment.go Add support for assigning one ColumnList to another in INSERT and UPDATE queries. 2025-03-13 13:05:35 +01:00
column_list_test.go Add support for assigning one ColumnList to another in INSERT and UPDATE queries. 2025-03-13 13:05:35 +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 Add support for additional array types. 2025-10-16 15:09:07 +02:00
column_types_test.go Add support for additional array types. 2025-10-16 15:09:07 +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 Remove unused FunctionSerializeOverride parameter from dialect. 2026-02-02 13:55:22 +01:00
enum_value.go Simplify construction of new expressions. 2026-02-02 13:18:19 +01:00
expression.go Simplify literal expressions. 2026-02-02 13:21:35 +01:00
expression_test.go Simplify construction of new expressions. 2026-02-02 13:18:19 +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 Remove unused FunctionSerializeOverride parameter from dialect. 2026-02-02 13:55:22 +01:00
func_expression_test.go Simplify construction of new expressions. 2026-02-02 13:18:19 +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 Simplify literal expressions. 2026-02-02 13:21:35 +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 Simplify literal expressions. 2026-02-02 13:21:35 +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 Simplify literal expressions. 2026-02-02 13:21:35 +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 Simplify literal expressions. 2026-02-02 13:21:35 +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 Simplify literal expressions. 2026-02-02 13:21:35 +01:00
row_expression.go Simplify construction of new expressions. 2026-02-02 13:18:19 +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 Simplify literal expressions. 2026-02-02 13:21:35 +01:00
sql_builder.go Make sure mysql select json object keys are escaped. 2026-05-04 12:34:29 +02:00
sql_builder_test.go Make sure mysql select json object keys are escaped. 2026-05-04 12:34:29 +02: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 Simplify literal expressions. 2026-02-02 13:21:35 +01:00
string_expression_test.go Add support for additional array types. 2025-10-16 15:09:07 +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 Merge branch 'arjen-ag5/master' into pg_arrays 2025-10-16 13:44:18 +02: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 Simplify literal expressions. 2026-02-02 13:21:35 +01:00
utils_test.go Simplify construction of new expressions. 2026-02-02 13:18:19 +01:00
values.go Add support for VALUES statement. 2024-10-17 14:17:22 +02:00
window_expression.go Simplify construction of new expressions. 2026-02-02 13:18:19 +01: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