Artyom Abakumov

Results 8 issues of Artyom Abakumov

This is an initial commit of the JSON functions implementation (see ISO/IEC TR 19075-6 SQL support for JavaScript Object Notation (JSON))

There is some strange statement in isql source code: https://github.com/FirebirdSQL/firebird/blob/682853e827bbc4ce1c9be643fee46c83dcb1229e/src/isql/isql.epp#L9340-L9341 in fucntion` static bool stdin_redirected()` As a result, when isql is called the same way, in Linux `stdin_redirected` returns true,...

I created a JRD-free ServerTraceManager to use it at Remote. It enables catching failed attachments. The new class is set as a parent class to TraceManager to reduce code duplication....

I ran some fireird-qt test with DefaultDbCachePages=128 and sometimes the following errors occurred: `internal Firebird consistency check (page in use during flush (210), file: cch.cpp line: 2827)` `internal Firebird consistency...

qa: done successfully

This is also a preparation for the JSON Type implementation

This is also a preparation for the JSON Type implementation

Hello. During JSON type implementation, I encountered multiple code duplications in the engine. To simplify future work, I decided to create several PRs with proposed improvements. There are 3 of...