-
master:
```
tarantool> require('datetime').parse('Mon', {format = '%A'}).wday
---
- 5
...
```
b9a2a87dce:
```
tarantool> require('datetime').parse('Mon', {format = '%A'}).wday
---
- 2
..…
-
I call crud.get via go-tarantool using the primary key in this way:
`client.Do(crud.MakeGetRequest("users").Key([]any{reqUser.Token}), pool.ANY)`
As a result, I look at the `tnt_stats_op_total` me…
-
The situation, when buckets with the same `bucket_id` and `active` status appears on the different shards, is pretty common. It stops rebalancing process, as the total number of buckets becomes more, …
-
Our coverity (scan.coverity.com) reports about dead code ([CWE-561](https://cwe.mitre.org/data/definitions/561.html))
in cases where variable of type `struct errinj *` is compared with
NULL at if co…
-
----------------------
- Plugin Name: Tarantool-EmmyLua
- Plugin Version: 1.6-IDEA222
- OS Name: Windows 11
- Java Version: 11.0.14.1
- App Name: GoLand
- App Full Name: GoLand
- App Version name: …
-
----------------------
- Plugin Name: Tarantool-EmmyLua
- Plugin Version: 1.6-IDEA222
- OS Name: Windows 10
- Java Version: 11.0.14.1
- App Name: GoLand
- App Full Name: GoLand
- App Version name: …
-
given schema
```
box.schema.space.create('some_space', {
format = {
{name = 'somedate', type = 'datetime'},
...
}
})
```
trying to write some data with the go dri…
-
**Product:** Tarantool
**Root document:** https://www.tarantool.io/en/doc/latest/book/replication/repl_leader_elect/
**SME:** @ sergepetrenko
**Peer reviewer:**
# Details
> ese old leader’s…
-
----------------------
- Plugin Name: Tarantool-EmmyLua
- Plugin Version: 1.6-IDEA222
- OS Name: Windows 10
- Java Version: 17.0.3
- App Name: IDEA
- App Full Name: IntelliJ IDEA
- App Version name…
-
`crud` uses `tuple-merger` for select. Built-in merger is provided for the following versions
https://github.com/tarantool/crud/blob/2d3d47937fd02d938424659bc659fdc24a32dc8a/crud/common/utils.lua#L58…