- Jun 21, 2024
-
-
-
-
Arseniy Volynets authored
- update sbroad submodule to commit with helper patches for dml on global tables - add support for sql dml insert/update/delete on global tables. Insert on conflict is not supported yet - Current implementation uses a single batch of dml commands via CAS. No additional predicates are used in CAS, so no isolation level is guaranteed even when query only refers to global tables
-
- Jun 20, 2024
-
-
Kurdakov Alexander authored
-
Kurdakov Alexander authored
-
-
- Jun 19, 2024
-
-
-
Yaroslav Dynnikov authored
1. make it non-nullable 2. fix tests
-
-
-
Егор Ивков authored
-
Егор Ивков authored
-
Егор Ивков authored
-
Егор Ивков authored
-
Егор Ивков authored
-
Arseniy Volynets authored
- update sbroad submodule to commit supporting inferring not null constraint on primary key columns - remove redundant not null constraint from most integration tests
-
- Jun 18, 2024
-
-
Кирилл Безуглый authored
-
-
-
-
Виталий Шунков authored
-
- Jun 17, 2024
-
-
following sections were renamed: tiers -> tier peers -> peer
-
-
Dmitry Rodionov authored
-
-
-
Dmitry Rodionov authored
Actix is not it brings vendored C dependencies which certification doesnt like. Because of the same reason swith away from rustls
-
Dmitry Rodionov authored
-
Dmitry Rodionov authored
-
Dmitry Rodionov authored
Return value of a function 'space_cache_find' is dereferenced at trigger.c:427 without checking for NULL, but it is usually checked for this function (32/34).
-
Dmitry Rodionov authored
Expression 'ub', used as divisor at lj_vmmath.c:69, may have a zero value when variable 'b' has value '0'. Check at lj_vmmath.c:68 does not prevent this error.
-
Dmitry Rodionov authored
An element of array 'nc->stack' is accessed by an index with possible negative value -2 at lj_opt_narrow.c:395. This may lead to a buffer underflow. Index variable is assigned the value lj_opt_narrow.c:395. There were another similar warning on the same line. Both should be fixed.
-
Dmitry Rodionov authored
Return value of a function 'lj_tab_getinth' is dereferenced at lj_ccallback.c:540 without checking for NULL, but it is usually checked for this function (14/15).
-
Dmitry Rodionov authored
Possible integer overflow: right operand is tainted. An integer overflow may occur due to arithmetic operation (multiplication) between value '24' and variable 'sym_cnt', where the value comes from 'sizeof(Elf64_Sym)' and when 'sym_cnt' is tainted { [1, 18446744073709551615] }
-
Dmitry Rodionov authored
Warning: Return value of function 'json_lexer_next_token', called at key_def.c:222, is not checked, but it is usually checked for this function (12/13).
-
Dmitry Rodionov authored
Warning: After having been compared to a NULL value at lemon.c:1880, pointer 'argv' is dereferenced at lemon.c:1881 by calling function 'strlen'.
-
Dmitry Rodionov authored
-
Dmitry Rodionov authored
Make use of single instance fixture for non gostech and gostech instances. Avoid flakiness caused by unsynchronized shutdown of audit log server and messages lookup. Close: https://git.picodata.io/picodata/picodata/picodata/-/issues/644
-