26 results found
-
Add the ability to use MSA accounts
The JDBC only makes provision to connect to database setting integrated security to true or false, when false we need to provide a username and password, which we do by using the library. But this is a SQL User and we want to use an MSA account for Audit purposes. Microsoft Service Accounts don't require a password to be set as it is passed from one server to the next when the connection between any 2 or more previously set up servers has been configured to use MSA. We need a way for flyway to authenticate by making use of…
4 votes -
Add Filters to Flyway Desktop GUI
Incorporate the ability to adjust Filters into the GUI so you don't have to manipulate the JSON file manually. This was an option in SQL Source Control. It just looks like it wasn't incorporated into Flyway yet.
8 votesFor SQL Server databases, you can configure Filters in the Flyway Desktop GUI. Use "Configure comparison" on the Schema Model page to access this.
If you need to setup Filters for other databases, please comment below and review our docs (https://documentation.red-gate.com/display/FD/Filter+Formats) for how to setup filters using the project files. If you need help with this, please contact support@red-gate.com.
Thank you!
-
Install/Update without elevated user privileges
Security is more important then ever and company networks restrict permissions of Windows users.
Change Installer of Flyway Desktop to not needing elevated privileges (admin account) anymore.
Updating it should be easier.
4 votesDoes installing in a different location help?
-
Add an option to ignore the state of triggers during comparison
We have an application that likes to disable and enable triggers during loads so these get in different stages depending on the state of our database. It would be nice to ignore these and not see them as differences when looking or comparing them in Flyway Desktop. We can't exclude them in our database as they are triggers that we need but we really don't need to compare them to source control since we know that one is enabled and the other is disabled its ok for us as the application turns these on and off as necessary.
1 vote -
Improve Development Database Connection Wizard
The "Link to a development database" wizard could be made more user friendly by moving less commonly-used options behind an expandable "Advanced Options" tab and providing auto-complete for database names once the server is known.
Specifically, the Port, Encrypt, Trust Server Certificate, and JDBC URL fields could be hidden behind an expandable Advanced Options tab because they are less likely to be used or changed. Port, Encrypt and Trust Server Certificate should retain the last used values as they are likely to be consistent within any given organization.
The Host and Instance fields could also be combined into a single…
2 votesThanks for your feedback. We have started on some designs to improve the layout of this dialog. We may have to move the auto-complete for database names into a separate suggestion, which I'll do when I update this.
-
Extend code analysis by adding SQL Prompt ruleset
SQLprompt has a bunch of rules in there, I'd love to see the performance rules available in Flyway
2 votesWith Flyway Enterprise, you can create your own custom rules using RegEx. I'm not sure if any of the SQL Prompt rules (especially the performance ones) can be re-written as RegEx because we haven't looked into this yet. I wanted to make sure you knew about our custom rules in case this is possible or you want to add additional rules.
Learn more at https://documentation.red-gate.com/fd/creating-regular-expression-rules-186679456.html.
- Don't see your idea?