Alexander M. Turek

Results 639 comments of Alexander M. Turek

> > Testeable ? > > Would boil down to a convoluted test case just for a stringwise comparison on the error message. Not worth it imo since it can't...

An alternative idea, also suggested by the comment that you've linked, was to use attributes for stamps. Can you elaborate why you dismissed that idea in favor of an interface?

Unfortunately not at the moment. 😞

> I can't understand its purpose... the covariance allows us to add the return type, without the need for a check. Adding a return type to a non-final class is...

Sure. It's on my todo list, but I don't have much time to spend on open source work at the moment.

I don't quite understand this test, tbh. You're testing with a dot in a table name that SQLite to my astonishment seems to accept when quoted. But that doesn't have...

> As the fixed methods cannot be reached easily from public API as table with schema and dot is not fully supported yet, the test is coded to call the...

I'm working on my DBAL backlog as I find the time to do so. I was able to clear some items from that list today and will come back to...