Activity overview
Latest activity by JonBrune
I vote as well! Then it could have flavors (or flavours) for Snowflake and PostGres as well. / comments
I vote as well! Then it could have flavors (or flavours) for Snowflake and PostGres as well.
Regarding order, if a new, earlier version is introduced, flyway will warn you that there are now new, out of order migrations that could be applied, so you can choose how to proceed. Our deployments are run via Octopus. Does the installer have hooks that would allow automated responses? / comments
Regarding order, if a new, earlier version is introduced, flyway will warn you that there are now new, out of order migrations that could be applied, so you can choose how to proceed.Our deployment...
File Naming Conventions
Our company is moving away from SQL Server, meaning we can no longer use our beloved SSDT/DacPac deployments. I'm thinking of moving to Flyway but I don't understand the file naming. I'm assuming ...
I'm wondering why you wouldn't use SSDT and DacPacs if you're on SQL Server. / comments
I'm wondering why you wouldn't use SSDT and DacPacs if you're on SQL Server.
Thanks Eddie. You're right. That did speed it up. I guess I'll put up with the slowness because I like the Code analysis too much. And I'm on version 9.5.10.10741. / comments
Thanks Eddie. You're right. That did speed it up. I guess I'll put up with the slowness because I like the Code analysis too much.And I'm on version 9.5.10.10741.
Tab History Slow
The tab history feature is great, but has anyone noticed it tends to run a little slow. I'm not sure if it's just me or if an update has caused the slowness.
Thanks Alex. That fixed it. / comments
Thanks Alex. That fixed it.
Error when formatting in SQLCMD mode
SQL Prompt is changing this::SETVAR MyVar "Foo":SETVAR MyVar "Foo"-- SQL Prompt formatting off
INSERT INTO #MyTable
(
Col1
)
VALUES
('1')
-- SQL Prompt formatting on
</code>:SETVAR M...
gcomstock, you might also want to try unchecking the "Automatically refresh suggestions". It's a pity red-gate hasn't fixed this problem yet. [image] / comments
gcomstock, you might also want to try unchecking the "Automatically refresh suggestions". It's a pity red-gate hasn't fixed this problem yet.
gcomstock, that is exactly the same problem I've been having. Have you tried disabling "Enable Code Analysis"? That seems to help me. / comments
gcomstock, that is exactly the same problem I've been having. Have you tried disabling "Enable Code Analysis"? That seems to help me.