Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
rust-dd
/
rsql
Public
Notifications
You must be signed in to change notification settings
Fork
5
Star
76
Code
Issues
2
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
1.2.0: stabilization, and SQL completion driven by the parser
- #25
#25
Merged
dancixx
merged 21 commits into
main
rust-dd/rsql:main
from
fix/1.2.0-stabilization
rust-dd/rsql:fix/1.2.0-stabilization
Copy head branch name to clipboard
Aug 10, 2026
Conversation
Commits
21
(21)
Checks
Files changed
Merged
1.2.0: stabilization, and SQL completion driven by the parser
#25
dancixx
merged 21 commits into
main
rust-dd/rsql:main
from
fix/1.2.0-stabilization
rust-dd/rsql:fix/1.2.0-stabilization
Copy head branch name to clipboard
Commits
Commits on Aug 10, 2026
chore: add vitest and typecheck scripts
Show description for 72aeafe
dancixx
committed
72aeafe
View commit details
Copy full SHA for 72aeafe
Browse repository at this point
feat: escape separators and encode NULL distinctly in the wire format
Show description for a16d18a
dancixx
committed
a16d18a
View commit details
Copy full SHA for a16d18a
Browse repository at this point
feat: apply row edits as one parameterized transaction
Show description for a28f4fa
dancixx
committed
a28f4fa
View commit details
Copy full SHA for a28f4fa
Browse repository at this point
fix: address tabs by id instead of index
Show description for 72268eb
dancixx
committed
72268eb
View commit details
Copy full SHA for 72268eb
Browse repository at this point
fix: cancel the query the user asked for, not the project's newest
Show description for 39e9dbf
dancixx
committed
39e9dbf
View commit details
Copy full SHA for 39e9dbf
Browse repository at this point
chore: ignore build output, generated schemas and agent notes
Show description for 91e617b
dancixx
committed
91e617b
View commit details
Copy full SHA for 91e617b
Browse repository at this point
perf: stream results into pages and drop the snapshot mirror
Show description for 1817a49
dancixx
committed
1817a49
View commit details
Copy full SHA for 1817a49
Browse repository at this point
chore: gate CI on the checks that would have caught this release's bugs
Show description for 32b6e42
dancixx
committed
32b6e42
View commit details
Copy full SHA for 32b6e42
Browse repository at this point
fix: give the connection pools a runtime so they can build
Show description for e07f1c4
dancixx
committed
e07f1c4
View commit details
Copy full SHA for e07f1c4
Browse repository at this point
fix: repair project deletion, CSV import, and Postgres error messages
Show description for f0a8d01
dancixx
committed
f0a8d01
View commit details
Copy full SHA for f0a8d01
Browse repository at this point
feat: add a schema index for the editor's language features
Show description for 8d90174
dancixx
committed
8d90174
View commit details
Copy full SHA for 8d90174
Browse repository at this point
feat: drive SQL completion from the parser instead of regexes
Show description for 41b1e7b
dancixx
committed
41b1e7b
View commit details
Copy full SHA for 41b1e7b
Browse repository at this point
fix: register SQL completion on the editor's own Monaco instance
Show description for c689a03
dancixx
committed
c689a03
View commit details
Copy full SHA for c689a03
Browse repository at this point
fix: surface completion failures instead of showing an empty widget
Show description for 9835238
dancixx
committed
9835238
View commit details
Copy full SHA for 9835238
Browse repository at this point
fix: keep completion readable and stop it registering twice
Show description for dab3706
dancixx
committed
dab3706
View commit details
Copy full SHA for dab3706
Browse repository at this point
feat: accept a suggestion on Enter only when it completes something
Show description for 2858019
dancixx
committed
2858019
View commit details
Copy full SHA for 2858019
Browse repository at this point
fix: do not repeat a schema the user already typed
Show description for 090946b
dancixx
committed
090946b
View commit details
Copy full SHA for 090946b
Browse repository at this point
perf: stop the footer readout walking every process every second
Show description for 33e7fbd
dancixx
committed
33e7fbd
View commit details
Copy full SHA for 33e7fbd
Browse repository at this point
feat: wait for a schema snapshot the first time it is needed
Show description for d33a940
dancixx
committed
d33a940
View commit details
Copy full SHA for d33a940
Browse repository at this point
fix: wait for the schema fetch already running
Show description for 46f591b
dancixx
committed
46f591b
View commit details
Copy full SHA for 46f591b
Browse repository at this point
Merge remote-tracking branch 'origin/main' into fix/1.2.0-stabilization
Show description for 7293182
dancixx
committed
7293182
View commit details
Copy full SHA for 7293182
Browse repository at this point
You can’t perform that action at this time.