Closed uka17 closed 3 years ago
@igorkamyshev
Good idea. Actually, I would add:
1) Exceptions (do not proceed with execution) for cases of any conflict of numbering is found (existing any of 2: 1-abba.sql
, 1-baab.sql
, 1.sql
, 1-.sql
)
2) Warning (with promt "Files ... will be ignored because of incorrect name format. Proceed?" in case if there are "not in scope" files (e.g. test.sql
, test.txt
, *1-incorrect.sql
or -1-worng.sql
).
Let me know what do you think.
@igorkamyshev Good idea. Actually, I would add:
- Exceptions (do not proceed with execution) for cases of any conflict of numbering is found (existing any of 2:
1-abba.sql
,1-baab.sql
,1.sql
,1-.sql
)- Warning (with promt "Files ... will be ignored because of incorrect name format. Proceed?" in case if there are "not in scope" files (e.g.
test.sql
,test.txt
,*1-incorrect.sql
or-1-worng.sql
). Let me know what do you think.
I like these ideas 🧡 let's do it.
@igorkamyshev Just added what we discussed above. Plus fine tuned a little bit file searching regexp patter.
Will add. Meanwhile, any plans to check test coverage?
Will add. Meanwhile, any plans to check test coverage?
Thanks. I don't have any plans about test-coverage now.
Resolve #209