-
Notifications
You must be signed in to change notification settings - Fork 1
Add SQL Support #41
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
Add SQL Support #41
Conversation
|
Tested with MySQL, Postgres, and MSSQL. |
|
Closes #17 |
|
@cursor review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the final PR Bugbot will review for you during this billing cycle
Your free Bugbot reviews will reset on October 31
Details
You are on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
atsyplenkov
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please update the CHANGELOG.md?
Add SQL Support to Pastum Extension
✨ New Features
🔧 SQL Statement Types
SELECT FROM VALUES- Query with VALUES clauseSELECT UNION ALL- CTE-based approachINSERT INTO VALUES- Standard INSERT statementsINSERT INTO SELECT VALUES- INSERT with subqueryINSERT INTO- Multiple individual INSERTsDELETE WHERE- DELETE with WHERE conditionsCREATE TABLE- DDL table creation⚙️ Configuration
pastum.defaultSqlStatementsetting✅ ✅ Testing
✅ ✅ Technical Details
src/paste-sql.js(220 lines)