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/sqlite hyphen hostname bug #252

Merged

Conversation

pro0o
Copy link
Contributor

@pro0o pro0o commented Oct 17, 2024

Describe your changes

Sanitization of hostnames and ensures they are formatted correctly for SQLite compliance.
Additionally, I have updated tests to verify the sanitization of hostname.

Issue ticket number and link

Closes #239

Checklist

  • I have performed a self-review of my code
  • If it is a core feature, I have added tests.
  • I have run make check and there are no failures.

Type of change

  • Bug fix (non-breaking change which fixes an issue)

Copy link
Owner

@pouriyajamshidi pouriyajamshidi left a comment

Choose a reason for hiding this comment

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

Thanks for you contribution @pro0o

@pouriyajamshidi pouriyajamshidi merged commit a075f6b into pouriyajamshidi:master Oct 17, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

SQLite Output Fails with hyphens in hostname
2 participants