Skip to content

Bug fixes : SSE import completion, SQL comment parsing, and UI improvements#40

Merged
w3spi5 merged 6 commits intomainfrom
fix/all-fixes
Jan 13, 2026
Merged

Bug fixes : SSE import completion, SQL comment parsing, and UI improvements#40
w3spi5 merged 6 commits intomainfrom
fix/all-fixes

Conversation

@w3spi5
Copy link
Owner

@w3spi5 w3spi5 commented Jan 13, 2026

Summary

  • SSE Import Completion: Display success message in-page instead of redirecting to error page after import finishes
  • SQL Comment Parsing: Fix -- comment handling in SqlParser that was breaking certain dump files
  • Preview Button Alignment: Fix vertical alignment of preview icon button in file list

Changes

SSE Import Success Display

Previously, when an SSE import completed successfully, location.reload() redirected to /import which showed "No filename specified" error because the session was already cleared.

Now displays a styled success message in-page with:

  • Import statistics (queries, lines, bytes, duration)
  • "Back to Home" button

SQL Parser Fix

Fixed edge case where -- inside string literals was incorrectly treated as a comment delimiter.

UI Fix

Corrected vertical alignment of the preview button to match other action buttons in the file list.

@w3spi5 w3spi5 merged commit 9c2a2dd into main Jan 13, 2026
1 check passed
@w3spi5 w3spi5 deleted the fix/all-fixes branch January 13, 2026 16:18
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

Comments