- Apr 23, 2024
-
-
Arseniy Volynets authored
- update sbroad submodule to commit with support of UNION operator - add integration tests for global tables (sharded tables were tested in cartridge tests) - Usage: `select a from t union select b from t2`
-
- Apr 22, 2024
-
-
Yaroslav Dynnikov authored
-
Yaroslav Dynnikov authored
-
-
- Apr 19, 2024
-
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Denis Smirnov authored
-
- Apr 17, 2024
-
-
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
Currently only 2 cases are supported: - config_file - commandline_or_environment
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
Before this change we would silently replace an instance with current grade not Online if a new instance with the same name wanted to join. This was a mistake as it would allow a race condition when joining several instances at once.
-
-
Arseniy Volynets authored
- update sbroad submodule to commit with support of to_char - add some integration tests, note: there are also integration tests in cartridge - This function is implemented as calling `format` on given datetime object - Usage: to_char(datetime, format) select to_char(datetime_column, 'Last updated: %Y-%m-%d') from t Second argument is optional and could be specified as `null`: select to_char(datetime_column, null) from t - format is specified with the same rules as in strftime function https://man.freebsd.org/cgi/man.cgi?query=strftime&sektion=3
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Bogdan Berezovskiy authored
-
- Apr 16, 2024
-
-
-
- update sbroad submodule with support of datetime type and new `to_date` builtin function. - initialize sbroad builtin functions in init common. Currently there is only one builtin function `to_date` - add integration tests for datetime types - update tarantool module to commit with fixes for datetime deserialization
-
- Apr 15, 2024
-
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
- Apr 12, 2024
-
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Egor Ivkov authored
-
Egor Ivkov authored
-
Egor Ivkov authored
-
-
- Apr 11, 2024
-
-
Georgy Moshkin authored
-
- Apr 10, 2024
-
-
Andrey Strochuk authored
-