Andrzej Bernat

Results 3 comments of Andrzej Bernat

Still missing feature. Would be really great to have it.

I think it is a db dependent problem, and possible implementation of it requires configuring DataFilter before using it, for example, by reading the app configuration database connection (can be...

I recently encountered a similar problem with the call as follows: ``` Transaction.belongsTo(TransactionMode, { foreignKey: "transaction_mode_id", as: 'transaction_mode' }); Transaction.belongsTo(Account, { foreignKey: "initiator_account_id", as: 'transaction_initiator' }); Transaction.belongsTo(Account, { foreignKey: "counterparty_account_id",...