Artem Morozov
Artem Morozov
The error occurred when the 'mqtt' rock installation. It is disabled for the current tag `2.10.0-ubuntu-aarch64`. ``` #6 1168.6 /usr/bin/ld: /usr/lib/gcc/aarch64-linux-gnu/9/../../../aarch64-linux-gnu/libcrypto.a(sha1-armv8.o): relocation R_AARCH64_PREL64 against symbol `OPENSSL_armcap_P' which may bind externally...
The current repository `tarantool/docker` is not convenient to build and extend, it uses templated Dockerfiles with Tarantool installation from sources. It has to be replaced with a new repository and...
DBAPI standard requires raising warnings when corresponding event is triggered. Add missing warning messages (if feature is implemented): - Warning Message: "DB-API extension cursor.rownumber used" - Warning Message: "DB-API extension...
Pep 249 suggests a constructor method of Connection objects `.connect()` It takes the following parameters as arguments: Parameter | Meaning ---- | ---- dsn | Data source name as string...
NetworkError is the case of OperationalError in fact. Moreover, .execute() can raise NetworkError and it'll contradict to the standard if NetworkError will not be a child of OperationalError: The module...