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 }}
FirebirdSQL
/
firebird
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
271
Star
1.5k
Code
Issues
1.8k
Pull requests
86
Discussions
Actions
Projects
Security and quality
12
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Implement JSON Path parser and related routines
- #9062
#9062
Open
Noremos
wants to merge 22 commits into
FirebirdSQL:master
FirebirdSQL/firebird:master
from
Noremos:json_path_implementation
Noremos/firebird:json_path_implementation
Copy head branch name to clipboard
Conversation
Commits
22
(22)
Checks
Files changed
Open
Implement JSON Path parser and related routines
#9062
Noremos
wants to merge 22 commits into
FirebirdSQL:master
FirebirdSQL/firebird:master
from
Noremos:json_path_implementation
Noremos/firebird:json_path_implementation
Copy head branch name to clipboard
Commits
Commits on Jun 15, 2026
Implement JSON Path parser and related routines
Artyom Abakumov
committed
c913906
View commit details
Copy full SHA for c913906
Browse repository at this point
Do not run locale-depended JSON unit tests
Artyom Abakumov
committed
71b0339
View commit details
Copy full SHA for 71b0339
Browse repository at this point
Correct JSON files in engine vcxproj
Artyom Abakumov
committed
554244c
View commit details
Copy full SHA for 554244c
Browse repository at this point
Copy jpath-parse-conflicts.txt from temp to src
Show description for 5a1c3d6
Artyom Abakumov
committed
5a1c3d6
View commit details
Copy full SHA for 5a1c3d6
Browse repository at this point
Allow fail when coping jpath-parse-conflicts.txt to src/jrd/json/path dir
Artyom Abakumov
committed
cc27f99
View commit details
Copy full SHA for cc27f99
Browse repository at this point
Use accurate int types in JSON decimal convert tests
Artyom Abakumov
committed
d740346
View commit details
Copy full SHA for d740346
Browse repository at this point
Fix incorrect syntax in jpath-parse-conflicts.txt copy
Artyom Abakumov
committed
d3fc83e
View commit details
Copy full SHA for d3fc83e
Browse repository at this point
Commits on Jun 17, 2026
Merge remote-tracking branch 'origin/master' into json_path_implementation
Artyom Abakumov
committed
389bcdf
View commit details
Copy full SHA for 389bcdf
Browse repository at this point
Commits on Jun 22, 2026
THis should fix JSON build for most systems
Artyom Abakumov
committed
3cd1a04
View commit details
Copy full SHA for 3cd1a04
Browse repository at this point
Remove not existing json file from engine_static
Artyom Abakumov
committed
00ead56
View commit details
Copy full SHA for 00ead56
Browse repository at this point
Use non constant char for to_chars to fix builds
Artyom Abakumov
committed
e1d2982
View commit details
Copy full SHA for e1d2982
Browse repository at this point
Add missing `include` for json tokens and namespace for some constants
Artyom Abakumov
committed
4ae699c
View commit details
Copy full SHA for 4ae699c
Browse repository at this point
Commits on Jul 21, 2026
Improve string parsing performance
Artyom Abakumov
committed
58ae5ee
View commit details
Copy full SHA for 58ae5ee
Browse repository at this point
Commits on Jul 24, 2026
Remove invalid copt of jpath-parse-conflicts.txt
Artyom Abakumov
committed
a3eb53f
View commit details
Copy full SHA for a3eb53f
Browse repository at this point
Add operator== for Firebird::string and string_view
Artyom Abakumov
committed
c9e53bc
View commit details
Copy full SHA for c9e53bc
Browse repository at this point
Fix incorrect argument in fb_string==string_view operator
Artyom Abakumov
committed
ad0666b
View commit details
Copy full SHA for ad0666b
Browse repository at this point
Commits on Aug 5, 2026
Fix wrong ANY_FIELD declaration
Noremos
committed
b1847b4
View commit details
Copy full SHA for b1847b4
Browse repository at this point
Merge remote-tracking branch 'origin/master' into json_path_implementation
Noremos
committed
4c8aeb6
View commit details
Copy full SHA for 4c8aeb6
Browse repository at this point
Commits on Aug 10, 2026
Check locale in unit tests
Artyom Abakumov
committed
a72c791
View commit details
Copy full SHA for a72c791
Browse repository at this point
Commits on Aug 28, 2026
Merge remote-tracking branch 'origin/master' into json_path_implementation
Artyom Abakumov
committed
c2e30f9
View commit details
Copy full SHA for c2e30f9
Browse repository at this point
Place jparse.h to TMP_ROOT
Artyom Abakumov
committed
309fefa
View commit details
Copy full SHA for 309fefa
Browse repository at this point
Fix segfault at engine unit tests cleanup stage
Artyom Abakumov
committed
b4573d3
View commit details
Copy full SHA for b4573d3
Browse repository at this point
You can’t perform that action at this time.