- 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.
-
Check that picodata SQL uses `key_def` module from Tarantool to calculate the tuple hash.
-
- Jul 13, 2023
-
-
- Jul 12, 2023
-
-
Yaroslav Dynnikov authored
-
-
- Jul 11, 2023
-
-
Yaroslav Dynnikov authored
Also fix some rustdoc warnings
-
Don't update blake3 version, otherwise it results in ``` Updating constant_time_eq v0.2.5 -> v0.3.0 error: package `constant_time_eq v0.3.0` cannot be built because it requires rustc 1.66.0 or newer, while the currently active rustc version is 1.65.0 ```
-
- 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
-
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
-