Mark Junker
                                            Mark Junker
                                        
                                    For which processor? I always see a `Logger.LogSql(sql)` in the `Process` function of all processors. Can you provide a unit test?
@jzabroski SAP has two former Sybase databases: SQL Anywhere (ASA) and Adaptive Server Enterprise (ASE). It seems that you can use ASA - according to [this answhere here](https://sqlanywhere-forum.sap.com/questions/36180/access-sql-anywhere-from-net-core-31) - the...
@jzabroski I personally don't mind dropping databases that aren't supported in docker, but I'm curious how you specify docker support? - Is there an official docker image? - Is there...
@chuaxiangjie Currently, you **must** publish the project with the migrations and use the published DLL. It doesn't work when you use the DLL from the build output directory.
What is the use case to allow a migrator to succeed when the filter returns no migrations? This looks like wrong tags given at the command line - or the...
My understanding is, that the migrations will always be there, but will not executed, because the database has the migrations already applied. In this case, no error should be thrown....
TBH: I'd just implement `all` and `off` with `all` being -1. This would allow us to just `return 0` in the runner.
The runner should've been destroyed when the DI container/scope gets destroyed.
Thank you, this will definitely help.
@jzabroski I'm not sure if having a marker interface is overengineering or required to simplify the implementation.... EDIT: I trust your decision for this matter