Andrej Kirejeŭ

Results 73 issues of Andrej Kirejeŭ

There is no way in Firebird that one transaction will see any UNCOMMITTED changes made by other transactions. So, the name ISOLATION_READ_UNCOMMITTED is incorrect. ``` const ISOLATION_READ_UNCOMMITTED = [isc_tpb_version3, isc_tpb_write,...

``` i 「atl」: Checking started in a separate process... × 「atl」: Checking finished with 2 errors [at-loader] ..\..\node_modules\cytoscape-node-html-label\dist\cytoscape-node-html-label.d.ts:3:13 TS2403: Subsequent variable declarations must have the same type. Variable 'module' must...

bug

There are multiple Firebird instances on the server: FB25, FB3, and FB5. Each instance is assigned a dedicated port and an appropriate service name. When using a third-party application to...

Older version (which is in use now) throws warnings while webpack building process.

``` C:\Golden\nx\ber-info>node --version v21.7.3 C:\Golden\nx\ber-info>npm install npm WARN deprecated @npmcli/[email protected]: This functionality has been moved to @npmcli/fs npm ERR! code 1 npm ERR! path C:\Golden\nx\ber-info\node_modules\node-firebird-native-api npm ERR! command failed npm...

couple examples of usage: ```ts ... const result = await attachment.executeSingleton(transaction, 'SELECT id FROM some_table WHERE id > :min_id AND id < :max_id', { min_id: 1000, max_id: 2000 }); ```...

Please, consider using https://github.com/mapbox/node-pre-gyp to supply pre-compiled binaries with the driver. Compilation from sources takes a long time and could be a real problem in some scenarios. For example, when...

Error message encoding being lost some where during propagation from firebird client library to nodejs output: ![image](https://user-images.githubusercontent.com/5175764/53288604-39c23c00-379b-11e9-944b-3a6f5097dbb7.png)

Сейчас вкладку можно закрыть крестиком. Потом появятся быстрые клавиши. Потом еще что-нибудь. Надо подумать как организоват закрытие задачи не на уровне пользовательского интерфейса, а на уровне удаления информации из редусера...

gdmn-back
gdmn-front

В логе сервера видно, что зависание идет где-то на выполнении задачи GET_NEXT_ID. Проблема появляется при подключении к большой базе данных. Например, бро.

bug
gdmn-back