Skip to content

Incorrect drop statements in SQLServer DDL script #4373

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

Closed
pranavjandu opened this issue May 13, 2023 · 0 comments
Closed

Incorrect drop statements in SQLServer DDL script #4373

pranavjandu opened this issue May 13, 2023 · 0 comments
Labels
for: backport-to-5.0.x Issues that will be back-ported to the 5.0.x line in: core related-to: ddl-scripts type: bug
Milestone

Comments

@pranavjandu
Copy link
Contributor

Bug description
We use sequences instead of tables in SQL Server. Example drop script should be updated to drop sequence instead of table.

@pranavjandu pranavjandu added status: waiting-for-triage Issues that we did not analyse yet type: bug labels May 13, 2023
pranavjandu added a commit to pranavjandu/spring-batch that referenced this issue May 13, 2023
@fmbenhassine fmbenhassine added in: core related-to: ddl-scripts and removed status: waiting-for-triage Issues that we did not analyse yet labels May 23, 2023
@fmbenhassine fmbenhassine added this to the 5.1.0-M1 milestone Jul 10, 2023
@fmbenhassine fmbenhassine added the for: backport-to-5.0.x Issues that will be back-ported to the 5.0.x line label Jul 10, 2023
@fmbenhassine fmbenhassine changed the title Update SQLServer DDL script to drop sequences instead of tables Incorrect drop statements in SQLServer DDL script Jul 17, 2023
fmbenhassine pushed a commit that referenced this issue Jul 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
for: backport-to-5.0.x Issues that will be back-ported to the 5.0.x line in: core related-to: ddl-scripts type: bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants