- Jun 06, 2023
-
-
Yaroslav Dynnikov authored
This allows to operate submodule with the one-liner: ``` git submodule update --remote tarantool-sys/ ``` This patch also updates the submodule in a mentioned way.
-
- May 04, 2023
-
-
Denis Smirnov authored
Current commit introduces distributed SQL in picodata (we use 'sbroad' library). Now it is possible to execute cluster-wide SQL with 'pico.sql([[query]], {params})' lua method. Current limitations: 1. DDL is still not implemented in picodata, so space sharding is mocked by '_pico_space' space (we'll remove it later). 2. We still have duplicating symbols of the Tarantool module in sbroad and in picodata rlibs. 3. We need to reuse piocdata's sharding functions and handle the case when different spaces in the query have different sharding functions. Co-authored-by:
Georgy Moshkin <gmoshkin@picodata.io>
-
- Apr 06, 2023
-
-
Егор Ивков authored
-
- Jan 27, 2023
-
-
Егор Ивков authored
-
- Oct 25, 2022
-
-
- Jul 18, 2022
-
-
Georgy Moshkin authored
-
- Feb 21, 2022
-
-
Yaroslav Dynnikov authored
-
- Feb 18, 2022
-
-
Georgy Moshkin authored
+ tarantool-sys submodule + tarantool-patches directory + build.rs build script to patch and build tarantool + static linking with tarantool + refactoring for cli arguments
-
- Dec 20, 2021
-
-
Yaroslav Dynnikov authored
-