Skip to content

Use configured db schema also for sequences#5972

Merged
auvipy merged 1 commit into
celery:masterfrom
soldag:seq-schema
Feb 27, 2020
Merged

Use configured db schema also for sequences#5972
auvipy merged 1 commit into
celery:masterfrom
soldag:seq-schema

Conversation

@soldag

@soldag soldag commented Feb 27, 2020

Copy link
Copy Markdown
Contributor

The configured schema is currently not taken into account when defining sequence generators for id fields.

Followup of #5910

@auvipy auvipy left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you add some tests as well to verify the changes?

@auvipy auvipy added this to the 4.4.x milestone Feb 27, 2020
@soldag

soldag commented Feb 27, 2020

Copy link
Copy Markdown
Contributor Author

@auvipy I already adapted the test_table_schema_config test case accordingly

@auvipy
auvipy merged commit c52105e into celery:master Feb 27, 2020
@auvipy

auvipy commented Feb 27, 2020

Copy link
Copy Markdown
Member

sorry for overlooking :p