kir4ik

Results 8 issues of kir4ik

added types for `FormModel` & fix method declarations & improved typing

if child components are redrawn with a new height, this is not always tracked in getSnapshotBeforeUpdate. Therefore, I moved the height setting logic to onResize. In addition, getSnapshotBeforeUpdate assumes the...

Hello! I'm having trouble understanding the purpose of `ChainedError` in the **src/connections/AbstractConnection.ts** file, specifically in the `transaction` method. In my situation, my services can throw various errors within a transaction,...

Hi, ```ts import {MySqlConnection} from 'ts-sql-query/connections/MySqlConnection'; import {Table} from 'ts-sql-query/Table'; import pick from 'lodash/pick'; import {SelectedValues, UpdatableValues} from 'ts-sql-query/extras/types'; import {extractColumnsFrom} from 'ts-sql-query/extras/utils'; import {dynamicPick} from 'ts-sql-query/dynamicCondition'; class Connection extends...

enhancement

Hi When using the _mysql2_ driver and executing an INSERT query with `returningLastInsertedId`, I encounter the following behavior: - If I insert a single record, the ID is returned as...