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
.
IvorySQL
/
IvorySQL
Public
Notifications
You must be signed in to change notification settings
Fork
206
Star
1.1k
Code
Issues
282
Pull requests
67
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
feat: ROWNUM Implementation
- #1000
#1000
Merged
gaoxueyu
merged 21 commits into
IvorySQL:master
IvorySQL/IvorySQL:master
from
rophy:feat/rownum
rophy/IvorySQL:feat/rownum
Copy head branch name to clipboard
Jan 26, 2026
Conversation
Commits
21
(21)
Checks
Files changed
Merged
feat: ROWNUM Implementation
#1000
gaoxueyu
merged 21 commits into
IvorySQL:master
IvorySQL/IvorySQL:master
from
rophy:feat/rownum
rophy/IvorySQL:feat/rownum
Copy head branch name to clipboard
Commits
Commits on Dec 3, 2025
feat: implement Oracle-compatible ROWNUM pseudocolumn
Show description for 7705e72
rophy
committed
7705e72
View commit details
Copy full SHA for 7705e72
Browse repository at this point
fix: ROWNUM reset for UNION/UNION ALL branches (Oracle compatibility)
Show description for 56e7fcc
rophy
committed
56e7fcc
View commit details
Copy full SHA for 56e7fcc
Browse repository at this point
test: add ROWNUM tests for INTERSECT, EXCEPT, LATERAL, DML, empty tables
Show description for f66e6ce
rophy
committed
f66e6ce
View commit details
Copy full SHA for f66e6ce
Browse repository at this point
Commits on Dec 8, 2025
refactor: improve code quality per PR review feedback
Show description for 3561a21
rophy
committed
3561a21
View commit details
Copy full SHA for 3561a21
Browse repository at this point
refactor: fix replace_rownum_expr_mutator signature
Show description for a8171fa
rophy
committed
a8171fa
View commit details
Copy full SHA for a8171fa
Browse repository at this point
Commits on Jan 7, 2026
test: add ROWNUM pagination test for nested subqueries
Show description for 3a9f276
rophy
committed
3a9f276
View commit details
Copy full SHA for 3a9f276
Browse repository at this point
fix: use local ROWNUM counter for nested subqueries
Show description for 11a8ed6
rophy
and
bigplaice
committed
11a8ed6
View commit details
Copy full SHA for 11a8ed6
Browse repository at this point
refactor: use compatible_db instead of database_mode for ROWNUM
Show description for 2ecbfb7
rophy
and
bigplaice
committed
2ecbfb7
View commit details
Copy full SHA for 2ecbfb7
Browse repository at this point
fix: validate ROWNUM in GROUP BY clause
Show description for 5e4b64b
rophy
and
bigplaice
committed
5e4b64b
View commit details
Copy full SHA for 5e4b64b
Browse repository at this point
fix: ROWNUM in aggregate functions returns correct values
Show description for bb36772
rophy
committed
bb36772
View commit details
Copy full SHA for bb36772
Browse repository at this point
test: add nested aggregate function tests for ROWNUM
Show description for 0455343
rophy
committed
0455343
View commit details
Copy full SHA for 0455343
Browse repository at this point
fix: ROWNUM aggregate with ORDER BY when column order differs
Show description for 91730a3
rophy
committed
91730a3
View commit details
Copy full SHA for 91730a3
Browse repository at this point
Commits on Jan 8, 2026
test: add scroll cursor ROWNUM bug regression test
Show description for d6d8e08
rophy
committed
d6d8e08
View commit details
Copy full SHA for d6d8e08
Browse repository at this point
fix: materialize scroll cursor results when ROWNUM present
Show description for 5c54046
rophy
committed
5c54046
View commit details
Copy full SHA for 5c54046
Browse repository at this point
test: add deeply nested ROWNUM scroll cursor test
Show description for fc279e0
rophy
committed
fc279e0
View commit details
Copy full SHA for fc279e0
Browse repository at this point
test: add ROWNUM keyword behavior regression tests
Show description for ede7906
rophy
committed
ede7906
View commit details
Copy full SHA for ede7906
Browse repository at this point
fix: reject ROWNUM/ROWID as column and table aliases
Show description for 42cb0d3
rophy
committed
42cb0d3
View commit details
Copy full SHA for 42cb0d3
Browse repository at this point
fix: allow ROWNUM/ROWID as PL/iSQL variable names
Show description for 61d2053
rophy
committed
61d2053
View commit details
Copy full SHA for 61d2053
Browse repository at this point
test: add PostgreSQL mode test for Oracle keywords
Show description for 7412485
rophy
committed
7412485
View commit details
Copy full SHA for 7412485
Browse repository at this point
Commits on Jan 22, 2026
Merge branch 'master' into feat/rownum
bigplaice
authored
ee1327d
View commit details
Copy full SHA for ee1327d
Browse repository at this point
fix build error:_jumbleRownumExpr unused variable expr
OreoYang
committed
e436367
View commit details
Copy full SHA for e436367
Browse repository at this point
You can’t perform that action at this time.