janvi01 / sql-editor

A web-based application that provides a SQL editor to run queries and display results.
https://sql-editor-online.vercel.app/
MIT License
9 stars 17 forks source link

feat: Add functionality to display and track the number of rows affected #60

Closed aditya-armal closed 7 months ago

aditya-armal commented 7 months ago

Changes Made:

Purpose:

This pull request enhances the OutputDisplay component by providing users with information on the number of rows affected by the executed query. The introduction of the rowsAffected state variable and associated changes improve the clarity of the query output section.

How to Test:

closes #50

vercel[bot] commented 7 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
sql-editor ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 18, 2024 10:24pm
prash240303 commented 7 months ago

thanks @aditya-armal for the feature !!