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

Suppress redundant "SQLite does not support setting the schema..." messages #1713

Closed
J0s3f opened this issue Jul 18, 2017 · 1 comment
Closed

Comments

@J0s3f
Copy link

J0s3f commented Jul 18, 2017

As in issue #1327 for SQLServer, the message should also be shown only once for SQlite because it is annoying and has no purpose.

Jul 18, 2017 4:17:59 PM org.flywaydb.core.internal.dbsupport.sqlite.SQLiteDbSupport info
INFORMATION: SQLite does not support setting the schema. Default schema NOT changed to main
Jul 18, 2017 4:17:59 PM org.flywaydb.core.internal.metadatatable.MetaDataTableImpl info
INFORMATION: Creating Metadata table: "main"."schema_version"
Jul 18, 2017 4:18:00 PM org.flywaydb.core.internal.command.DbMigrate info
INFORMATION: Current version of schema "main": << Empty Schema >>
Jul 18, 2017 4:18:00 PM org.flywaydb.core.internal.command.DbMigrate info
INFORMATION: Schema "main" is up to date. No migration necessary.
Jul 18, 2017 4:18:00 PM org.flywaydb.core.internal.dbsupport.sqlite.SQLiteDbSupport info
INFORMATION: SQLite does not support setting the schema. Default schema NOT changed to main
J0s3f added a commit to J0s3f/flyway that referenced this issue Jul 18, 2017
@axelfontaine axelfontaine added this to the Flyway 5.0.0 milestone Jul 21, 2017
J0s3f added a commit to J0s3f/flyway that referenced this issue Oct 19, 2017
@axelfontaine axelfontaine changed the title Option to Suppress "SQLite does not support setting the schema..." messages Suppress redundant "SQLite does not support setting the schema..." messages Nov 26, 2017
axelfontaine pushed a commit to flyway/flywaydb.org that referenced this issue Nov 26, 2017
@axelfontaine
Copy link
Contributor

Thanks for reporting. This has now been fixed.

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