Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request for --dbms switch #2603

Closed
drwetter opened this issue Jul 6, 2017 · 6 comments
Closed

Feature request for --dbms switch #2603

drwetter opened this issue Jul 6, 2017 · 6 comments

Comments

@drwetter
Copy link

drwetter commented Jul 6, 2017

In order to save time it would be great to either specify a number of possible DBMS like --dbms=postgres,Oracle or maybe to exclude certain DBS like --dbms='!postgres' or --dbms='!postgres,!Oracle' (or with sth like --notdbms=postgres,Oracle).

At least from my experience often I either know the architecture but don't have a clue in which DB which parameter ends up. In other cases I know that for sure it is not IBM DB2, Informix, Microsoft Access, MSSQL etc.

@stamparm
Copy link
Member

--dbms already worked that way, then some users misused it (not on purpose) and I unknowingly turned off that feature (multiple DBMS statement). Will patch accordingly

@stamparm stamparm self-assigned this Jul 13, 2017
@drwetter
Copy link
Author

Hi Miro,

have you found the time? Cheers, Dirk

@stamparm
Copy link
Member

stamparm commented Aug 27, 2017 via email

@drwetter
Copy link
Author

drwetter commented Aug 27, 2017 via email

@stamparm
Copy link
Member

With latest revision, something like (your first proposition) --dbms=postgres,Oracle will restrict all tests to ONLY PostgreSQL and Oracle. Haven't implemented ! logic as I believe that it wouldn't be used as much.

@drwetter
Copy link
Author

thx!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants