- Jul 21, 2023
-
-
Denis Smirnov authored
Adds support for creation of the sharded memtx spaces via pico.sql().
-
Denis Smirnov authored
The reason of this refactoring is that we need Picodata specific API rather then the API provided by tarantool module. For example, table creation needs access to the clusterwide API for sharded and global spaces.
-
- Jul 20, 2023
-
-
Closes #321
-
- Jul 19, 2023
-
-
Egor Ivkov authored
-
-
-
-
- Jul 18, 2023
-
-
- Jul 14, 2023
-
-
-
-
INSERT command in the SQL library (sbroad) was refactored. Now we don't need a custom SQL function to calculate bucket ids. So, remove redundant functions from picodata SQL module.
-
- Jul 12, 2023
-
-
- Jul 11, 2023
-
-
Yaroslav Dynnikov authored
Also fix some rustdoc warnings
-
- Jul 10, 2023
-
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
- Jul 05, 2023
-
-
The following commands are affected: - `picodata connect [user@][host][:port]` - `picodata run --peer` - `picodata run --listen` - `picodata run --http-listen` - `picodata run --advertise` - `picodata expel --peer` Only `picodata connect` respects the username. Other options just ignore it. - Provide new `struct Address` - Replace `try_parse_address` function with `impl FromStr for Address`. - Provide both unit and pytests
-
- Jul 03, 2023
-
-
- Jun 30, 2023
-
-
- Jun 29, 2023
-
-
Egor Ivkov authored
-