- 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
-
-
- Jun 19, 2024
-
-
-
Yaroslav Dynnikov authored
1. make it non-nullable 2. fix tests
-
-
-
Егор Ивков authored
-
- Jun 18, 2024
-
-
Кирилл Безуглый authored
-
-
- Jun 17, 2024
-
-
following sections were renamed: tiers -> tier peers -> peer
-
- Jun 14, 2024
-
-
Егор Ивков authored
-
Егор Ивков authored
-
Егор Ивков authored
- rename it to proc_sql_dispatch - modify args so that it's more suitable for public RPC API
-
Georgy Moshkin authored
-
- Jun 13, 2024
-
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
- Jun 11, 2024
-
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
- parse everything before executing - support multiline sql queries - user-friendly error messages
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Maksim Kaitmazian authored
-
- Jun 05, 2024
-
-
Previously tests did change environment variables and since they run in parallel this lead to other tests failing because of unexpected env content Co-authored-by:
Dmitry Rodionov <d.rodionov@picodata.io>
-
Georgy Moshkin authored
-
Georgy Moshkin authored
Previously when running `pico.sql [[ create table foo ]]` we would get this output: ``` --- - null - "sbroad: rule parsing error: --> 1:9\n |\n1 | create table foo \n | ^---\n \ |\n = expected Unique" ... ``` But now the output will be: ``` --- - null - |+ sbroad: rule parsing error: --> 1:9 | 1 | create table foo | ^--- | = expected Unique ... ```
-
- Jun 04, 2024
-
-
-
Bogdan Berezovskiy authored
-
- Jun 03, 2024
-
-
godzie44 authored
-
- May 31, 2024
-
-
Егор Ивков authored
this fixes the following bug: ``` picodata run --data-dir tmp/i1/ C> invalid socket path: tmp/i1//admin.sock [supervisor:214288] no ipc message from child [supervisor:214288] subprocess 214289 exited with code 1 ```
-
-
Maksim Kaitmazian authored
We don't need to replace $n with question marks any more, as we support the pg parameters format. See https://git.picodata.io/picodata/picodata/sbroad/-/merge_requests/377 and https://git.picodata.io/picodata/picodata/sbroad/-/issues/543.
-