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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
NodeDB-Lab
/
nodedb
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
16
Star
198
Code
Issues
15
Pull requests
2
Discussions
Actions
Projects
Security and quality
5
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
feat(sql): evaluate sequence accessors in constant contexts and kv projections
- #307
#307
Closed
EnRaiha
wants to merge 15 commits into
NodeDB-Lab:main
NodeDB-Lab/nodedb:main
from
EnRaiha:fix/issue294-select-seq
EnRaiha/nodedb:fix/issue294-select-seq
Copy head branch name to clipboard
Conversation
Commits
15
(15)
Checks
Files changed
Closed
feat(sql): evaluate sequence accessors in constant contexts and kv projections
#307
EnRaiha
wants to merge 15 commits into
NodeDB-Lab:main
NodeDB-Lab/nodedb:main
from
EnRaiha:fix/issue294-select-seq
EnRaiha/nodedb:fix/issue294-select-seq
Copy head branch name to clipboard
Commits
Commits on Sep 7, 2026
fix(sql): evaluate sequence-backed DEFAULTs on every engine
Show description for 29a2350
EnRaiha
committed
29a2350
View commit details
Copy full SHA for 29a2350
Browse repository at this point
Commits on Sep 8, 2026
issue #294 (PR #303): register nextval/currval/setval in the function
Show description for f266848
EnRaiha
committed
f266848
View commit details
Copy full SHA for f266848
Browse repository at this point
issue #294: scripts/ci/check_sequence_plane.py keeps sequence accessors
Show description for 053c275
EnRaiha
committed
053c275
View commit details
Copy full SHA for 053c275
Browse repository at this point
issue #294: wire check_sequence_plane.py into the static-gates CI job.
EnRaiha
committed
2d6f477
View commit details
Copy full SHA for 2d6f477
Browse repository at this point
fix(sql): evaluate SELECT projection expressions on kv scans
Show description for b910052
EnRaiha
committed
b910052
View commit details
Copy full SHA for b910052
Browse repository at this point
feat(sql): evaluate sequence accessors in constant contexts
Show description for 6a7c024
EnRaiha
committed
6a7c024
View commit details
Copy full SHA for 6a7c024
Browse repository at this point
style(sql): use Option::map in const-eval hook access
EnRaiha
committed
035327d
View commit details
Copy full SHA for 035327d
Browse repository at this point
fix(sql): never cache plans that folded a sequence accessor
Show description for 46f8109
EnRaiha
committed
46f8109
View commit details
Copy full SHA for 46f8109
Browse repository at this point
style: drop redundant conversion, document uncached parameterized planning
EnRaiha
committed
88fb395
View commit details
Copy full SHA for 88fb395
Browse repository at this point
fix(sql): typed SQLSTATEs for every accessor evaluation lane
Show description for a122743
EnRaiha
committed
a122743
View commit details
Copy full SHA for a122743
Browse repository at this point
feat(sql): keep EXPLAIN side-effect-free; pin DML expression contexts
Show description for 29f9e5c
EnRaiha
committed
29f9e5c
View commit details
Copy full SHA for 29f9e5c
Browse repository at this point
fix(build): complete KvOp::Scan constructor coverage, clear CI lint
Show description for f479d0d
EnRaiha
committed
f479d0d
View commit details
Copy full SHA for f479d0d
Browse repository at this point
Commits on Sep 9, 2026
docs: add sequences guide (issue #294)
Show description for 046babd
EnRaiha
committed
046babd
View commit details
Copy full SHA for 046babd
Browse repository at this point
fix(sql): keep kv scan projection only for computed columns; ignore local tgrep index
Show description for a9239a8
EnRaiha
committed
a9239a8
View commit details
Copy full SHA for a9239a8
Browse repository at this point
fix(bootstrap): raise tokio worker stack to 16 MiB (issue #312)
Show description for 89e24fb
EnRaiha
committed
89e24fb
View commit details
Copy full SHA for 89e24fb
Browse repository at this point
You can’t perform that action at this time.