Philip Schmitt
Philip Schmitt
This is a common question about the Domain Message Flow Modeling notation. You have symbols for both "System" and "Bounded Context". The two are related, since Bounded Contexts may also...
Thanks. That is pretty much what we figured, too. Does this answer your question, @mamhend-c?
Thank you for looking into it, @agavra. I have not had time to compile a minimum example from scratch for the join error yet. But I can give you the...
Thank you for your work, @grmblfrz. We’ve been testing the 7.9 branch for some time (decompound and baseform filters) and it seems to work without issues.
Thanks, @cannontrodder – I did not think of that :) It might still be a nice feature.
@simpleusr we have recently switched to @cannontrodder's "SQL injection workaround". I have not checked the code but I would assume that this still will not miss records if you inject...
For Oracle, the query would look like this: ``` "SELECT * FROM (SELECT * FROM (SELECT TIMESTAMP, INCREMENTING, SOME_VALUE FROM SOMETABLE) WHERE TIMESTAMP < ? AND ((TIMESTAMP = ? AND...