Sam

Results 175 comments of Sam

We could always add setters as well as getters for the transaction type.

We could categorize them, most transaction types are likely to fall into one specific category regardless of bank. Especially the standardized things like sepa transfers. On Aug 17, 2016 11:26,...

@fruitl00p Sorry, I'm no longer working on this or projects using this. Feel free to cherry-pick changes you like or close this issue if you're not up for that :)

github.com/sam-it/yii2-mariadb.

That's a big no. I'm not contributing to anything that things inclusion means replacing random words because people get offended.

I'll try giving it a go, hopefully within next 2 weeks

Btw, I thought Yii3 would use CycleORM? Is that no longer the case? Also, are we committed to the `Command` object as it is now? It is terrible from a...

> It's going to be not tied to any DB. Initially we were planning to drop DB overall but then @terabytesoftw convinced us that it's possible to port it and...

Actually I have a library for that, I use mariadb and json extensively sam-it/yii2-mariadb On Fri, 13 Nov 2020, 10:55 mj4444, wrote: > I think your words are very misplaced,...

The batch selection is actually very suboptimal since the driver actually loads all data in memory. Instead automatic paging on primary keys is faster and more efficient for batch iterating.