- Jun 21, 2024
-
-
Yaroslav Dynnikov authored
-
Yaroslav Dynnikov authored
-
Yaroslav Dynnikov authored
-
Егор Ивков authored
-
Yaroslav Dynnikov authored
-
Vartan Babayan authored
-
-
-
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).
-