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

Fix delimiter parsing #28

Open
wants to merge 1 commit into
base: release/6.0.0
Choose a base branch
from

Conversation

nvierge-addactis
Copy link

@nvierge-addactis nvierge-addactis commented Dec 18, 2024

Checklist

  • I have read the Contributing Guide
  • I have checked to ensure this does not introduce an unintended breaking changes
  • I have considered appropriate testing for my change

Description

SQL scripts are not correctly parsed into commands when there are delimiters.
Scripts generated by EF Core do not work correctly.

IndexOf return a position that is already relative to the entire string.

Close #29

@nvierge-addactis nvierge-addactis mentioned this pull request Dec 18, 2024
@nvierge-addactis
Copy link
Author

@droyad, can you please review this PR, i cannot use the last prerelease with scripts generated by efcore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant