Comments
Sort by recent activity
Thank you for the question. You're not missing anything. Could you tell us a bit more about your use case please? I follow everything you've described, but the need for multiple projects open simultaneously isn't one that comes up much and we could likely handle it better if we knew the intention for doing so. / comments
Thank you for the question. You're not missing anything.Could you tell us a bit more about your use case please?I follow everything you've described, but the need for multiple projects open simulta...
Thank you for highlighting, for your awareness, the github issues are periodically reviewed just like the forums. / comments
Thank you for highlighting, for your awareness, the github issues are periodically reviewed just like the forums.
Thanks for mentioning it, I've commented. / comments
Thanks for mentioning it, I've commented.
Nicely done, thanks for sharing what worked for you! / comments
Nicely done, thanks for sharing what worked for you!
My apologies for the rather weak reply tpurcell, are you able to confirm please that the version of flyway running matches your dependencies and isn't running something older unintentionally? I ask because coping your code & maven dependencies returns: ################# START PLUGIN CLASSES PLUGIN CLASS: CockroachDBDatabaseType, VERSION: null PLUGIN CLASS: RedshiftDatabaseType, VERSION: null PLUGIN CLASS: DB2DatabaseType, VERSION: null PLUGIN CLASS: DerbyDatabaseType, VERSION: null PLUGIN CLASS: H2DatabaseType, VERSION: null PLUGIN CLASS: HSQLDBDatabaseType, VERSION: null PLUGIN CLASS: InformixDatabaseType, VERSION: null PLUGIN CLASS: OracleDatabaseType, VERSION: null PLUGIN CLASS: PostgreSQLDatabaseType, VERSION: null PLUGIN CLASS: SAPHANADatabaseType, VERSION: null PLUGIN CLASS: SnowflakeDatabaseType, VERSION: null PLUGIN CLASS: SQLiteDatabaseType, VERSION: null PLUGIN CLASS: SybaseASEJConnectDatabaseType, VERSION: null PLUGIN CLASS: SybaseASEJTDSDatabaseType, VERSION: null PLUGIN CLASS: TestContainersDatabaseType, VERSION: null PLUGIN CLASS: BaseAppliedMigration, VERSION: null PLUGIN CLASS: CoreResourceTypeProvider, VERSION: null PLUGIN CLASS: PostgreSQLConfigurationExtension, VERSION: null PLUGIN CLASS: CleanModeConfigurationExtension, VERSION: null PLUGIN CLASS: EnvironmentVariableResolver, VERSION: null PLUGIN CLASS: SpannerDatabaseType, VERSION: null PLUGIN CLASS: SpannerDatabaseExtension, VERSION: null ################# END PLUGIN CLASSESSSES / comments
My apologies for the rather weak reply tpurcell, are you able to confirm please that the version of flyway running matches your dependencies and isn't running something older unintentionally?I ask ...
Hi ThurlowD, Thanks for raising this, I discovered the issue a little while ago and raised it internally. Further investigation has revealed strangely the issue is caused when a direct connection type is used which results in the timezone not being correctly observed. We've raised the issue with the manufacturer and they have been able to reproduce our findings. This naturally has fairly far reaching and disruptive effects so we're very keen on resolving it quickly, I'll update this thread as soon as we know more. / comments
Hi ThurlowD,Thanks for raising this, I discovered the issue a little while ago and raised it internally. Further investigation has revealed strangely the issue is caused when a direct connection ty...
Hi jamal1, Thanks for asking the question! Flyway doesn't govern the connection behaviour, but can be used as an interface to pass the behaviour you're looking for. Please could you try amending your connection string like so and let us know the outcome? jdbc:mysql://localhost:1433/my-db?socketTimeout=2000The timeout value is expressed in milliseconds. / comments
Hi jamal1,Thanks for asking the question!Flyway doesn't govern the connection behaviour, but can be used as an interface to pass the behaviour you're looking for.Please could you try amending your ...
Hello JR_AUS, thanks for the question. Probably not in the near future, as you can see here, the prefered and encouraged dev configuration is dedicated so it's less of a priority than in the SQL Source Control context. / comments
Hello JR_AUS, thanks for the question.Probably not in the near future, as you can see here, the prefered and encouraged dev configuration is dedicated so it's less of a priority than in the SQL Sou...
Hi plynch1969 Thank you for reporting it, I already have a bug report for this behaviour and the development team are working on it, once resolved it will be referenced under issue 2258. In the meantime, 9.14.1 is the newest version that I'm aware of that's unaffected. / comments
Hi plynch1969Thank you for reporting it, I already have a bug report for this behaviour and the development team are working on it, once resolved it will be referenced under issue 2258.In the meant...