jet/postgres
Sarkan 893567daca
Range types implemented
plus and minus infinity keyword tests implemented

range table tests added

skip cockroach db added

select test case added for range fields

generator modified to generate correct types

generator tests modified to include sample range table

model and template generators modified to support range fields

returning the T in UPPER and LOWER functions

raw ranges implemented

bounds set as optional

dep modified

dependencies modified and issue fixed

range expression with templates implemented

rangeExpression change to make it more type safe

third parameter of constructor function fixed

literals removed, functions added

tests modified

constructor functions used for creating range expressions

NumRange converted to a constructor function from literal

range_lower and range_upper renamed to lower_bound and upper_bound

range literal removed

PlusInfinity and MinusInfinity implemented

int4 and int8 castings added

issues fixed and tests checked

number, ts, tstz literal and cast implemented

date range literal expression modified and raw function used

parent type converted from RangeExpression to Expression

range type implemented for postgres

range column type, function and literal expression implemented

CONTAINS and OVERLAP operations added for range expressions

range expressions implemented
2024-02-25 01:20:36 +01:00
..
cast.go Add go mod support. 2020-06-27 18:48:19 +02:00
cast_test.go Add support for CockorachDB. 2022-05-05 13:01:42 +02:00
clause.go Add WITH RECURSIVE statement support 2022-01-04 18:08:06 +01:00
clause_test.go Add automatic type cast for integer literals 2021-12-26 17:29:43 +01:00
columns.go Range types implemented 2024-02-25 01:20:36 +01:00
columns_test.go Fix unit tests. 2020-05-24 18:09:16 +02:00
conflict_action.go Add go mod support. 2020-06-27 18:48:19 +02:00
delete_statement.go [MySQL] Optimizer hints 2022-09-29 13:33:00 +02:00
delete_statement_test.go Test utils reuse. 2019-08-12 12:11:16 +02:00
dialect.go Add omitted reserved word 'right' on postgresql 2022-09-07 00:54:40 +09:00
dialect_test.go Add support for CockorachDB. 2022-05-05 13:01:42 +02:00
expressions.go Range types implemented 2024-02-25 01:20:36 +01:00
expressions_test.go Expose internal RawBool type 2023-04-17 12:46:11 +02:00
functions.go Range types implemented 2024-02-25 01:20:36 +01:00
functions_test.go Skip complex expression parenthesis wrap for function parameters. 2022-01-10 16:57:57 +01:00
insert_statement.go Move RETURNING clause to internal/jet so it can be reused for sqlite implementation. 2021-10-21 13:40:26 +02:00
insert_statement_test.go Add support for CockorachDB. 2022-05-05 13:01:42 +02:00
interval_expression.go Break utils package into subpackages. 2023-07-21 14:11:31 +02:00
interval_expression_test.go Add automatic type cast for integer literals 2021-12-26 17:29:43 +01:00
keywords.go Range types implemented 2024-02-25 01:20:36 +01:00
lateral.go Fix linter errors 2021-05-16 19:10:43 +02:00
lateral_test.go Add LATERAL query support 2021-05-03 19:47:03 +02:00
literal.go Better json func, and tests 2022-06-04 14:22:33 +02:00
literal_test.go Better json func, and tests 2022-06-04 14:22:33 +02:00
lock_statement.go Add go mod support. 2020-06-27 18:48:19 +02:00
lock_statement_test.go Test utils reuse. 2019-08-12 12:11:16 +02:00
operators.go Add DISTINCT operator support 2022-01-10 16:43:17 +01:00
select_statement.go Add support for expression in OFFSET clause. 2024-02-13 14:01:13 +01:00
select_statement_test.go Add support for OF in row lock clauses 2023-11-30 07:52:54 +00:00
select_table.go Add WITH RECURSIVE statement support 2022-01-04 18:08:06 +01:00
set_statement.go Add support for expression in OFFSET clause. 2024-02-13 14:01:13 +01:00
set_statement_test.go Test utils reuse. 2019-08-12 12:11:16 +02:00
statement.go Add RawStatement support 2021-05-15 11:54:41 +02:00
table.go Add schema rename support 2021-04-30 14:02:49 +02:00
table_test.go Add implicit cross join support 2021-05-03 18:48:15 +02:00
types.go Expose internal jet.Rows type 2023-04-17 12:01:01 +02:00
update_statement.go Add FROM clause support for UPDATE statements 2021-12-08 18:13:58 +01:00
update_statement_test.go Test utils reuse. 2019-08-12 12:11:16 +02:00
utils_test.go Range types implemented 2024-02-25 01:20:36 +01:00
with_statement.go Add WITH RECURSIVE statement support 2022-01-04 18:08:06 +01:00