Ruslan
Ruslan
In Postgresql information_schema is available only in default database - postgres. This library use information_schema for detecting primary key and unique constraints during BulkRead\BulkReadAsync operations. If you create another db...
If i want to document my responses with swagger how can i do this for BadRequests for example? I usally do this with ProducesResponseTypeAttribute. It requires typeof object and status...
Dear Sir, I have a smart contract that uses https://github.com/1inch/solidity-utils/blob/e1686b3cfc520303f5b741bf2223173e529bcee4/contracts/mixins/PermitAndCall.sol#L4 to handle permit and action execution in a single transaction. to call it in js it is possible to use...