Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Product
GitHub Copilot
Write better code with AI
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
All features
Documentation
GitHub Skills
Blog
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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
240
Star
1.3k
Code
Issues
1.8k
Pull requests
69
Discussions
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
hvlad
Datepicker
All time
Commit History
Commits on May 20, 2025
Merge pull request #8561 from FirebirdSQL/work/gh-8524
Show description for 8d42101
hvlad
authored
8d42101
Copy full SHA for 8d42101
Commits on May 16, 2025
More clear code to read from unicode console in Windows.
Show description for e46ead9
hvlad
committed
e46ead9
Copy full SHA for e46ead9
Commits on May 12, 2025
Merge pull request #8558 from FirebirdSQL/work/gh-8523
Show description for dc51a70
hvlad
authored
dc51a70
Copy full SHA for dc51a70
Merge pull request #8559 from FirebirdSQL/work/gh-8522
Show description for 924897f
hvlad
authored
924897f
Copy full SHA for 924897f
Commits on May 10, 2025
Fixed bug #8524 : ISQL will truncate lines longer than 255 when pasting
hvlad
committed
81f0917
Copy full SHA for 81f0917
Commits on May 9, 2025
Improvement #8522 : exception in fbclient during isc_detach_database
hvlad
committed
658670c
Copy full SHA for 658670c
Avoid exception when firebird.conf is missing.
Show description for 1de0b81
hvlad
committed
1de0b81
Copy full SHA for 1de0b81
Commits on May 6, 2025
Adjust .gitignore for the new ICU package
hvlad
committed
0a4d9b3
Copy full SHA for 0a4d9b3
Commits on May 1, 2025
Merge branch 'work/libcds_win_arm64'
hvlad
committed
5f73d68
Copy full SHA for 5f73d68
Commits on Apr 30, 2025
Revert incorrect changes
hvlad
committed
f98bd32
Copy full SHA for f98bd32
Attempt to use libcds with Windows Arm64
hvlad
committed
8c8d080
Copy full SHA for 8c8d080
Commits on Apr 17, 2025
Correction, thanks to Mark
hvlad
committed
2365814
Copy full SHA for 2365814
Fixed wrong protocol version usage, as noted by Mark
hvlad
committed
ebb64f9
Copy full SHA for ebb64f9
Commits on Apr 12, 2025
Merge pull request #8513 from FirebirdSQL/work/mon_stmt_blobs
Show description for 0ddc619
hvlad
authored
0ddc619
Copy full SHA for 0ddc619
Commits on Apr 11, 2025
Avoid usage of new way for simple things, per @asfernandes request
Show description for 8d68650
hvlad
and
asfernandes
authored
8d68650
Copy full SHA for 8d68650
Asserts and comments per @dyemanov request
hvlad
committed
99299e5
Copy full SHA for 99299e5
Makes MON$COMPILED_STATEMENTS and MON$STATEMENTS share blobs with text and plan content of the same statement.
hvlad
committed
2ff68e9
Copy full SHA for 2ff68e9
Commits on Apr 8, 2025
Init (or remap) the shared memory file of size 2GB to 4GB in the right way.
Show description for c3588b0
hvlad
committed
c3588b0
Copy full SHA for c3588b0
Fixed bug #8509 : "Error creating private namespace" message in firebird.log
hvlad
committed
2f703ab
Copy full SHA for 2f703ab
Commits on Mar 28, 2025
Fixed crash in engine as shown by failed QA test gh_8221_test
hvlad
committed
16ef06e
Copy full SHA for 16ef06e
Fixed crash in fbclient as shown by failed QA test core_5833_test
hvlad
committed
cd3f39a
Copy full SHA for cd3f39a
Commits on Mar 27, 2025
Fixed build errors
hvlad
committed
86f4d64
Copy full SHA for 86f4d64
Disable old debugging code (DEBUG_LCK_LIST)
hvlad
committed
bbd808d
Copy full SHA for bbd808d
Restored the ability of fbclient to work with multiple blobs with the same blob_id at the same time.
hvlad
committed
48ef37d
Copy full SHA for 48ef37d
Don't rely on wrong assumption that stream blob always have maximum possible segment size.
hvlad
committed
51b7217
Copy full SHA for 51b7217
Commits on Mar 26, 2025
Correctly handle seek in empty cached blob.
hvlad
committed
ceedc5b
Copy full SHA for ceedc5b
Fixed recent bug: blob seek should return new position.
Show description for b930d14
hvlad
committed
b930d14
Copy full SHA for b930d14
Commits on Mar 25, 2025
Implement seek for cached blob (missed part of #8318).
hvlad
committed
8aac2fd
Copy full SHA for 8aac2fd
Correction.
hvlad
committed
0ebd80e
Copy full SHA for 0ebd80e
Commits on Mar 12, 2025
Fixed 'use after delete' bug found by Mark
hvlad
committed
8fb1e0f
Copy full SHA for 8fb1e0f
Commits on Mar 4, 2025
Merge pull request #8457 from FirebirdSQL/work/burp_tasks
Show description for c6fac4e
hvlad
authored
c6fac4e
Copy full SHA for c6fac4e
Commits on Feb 28, 2025
Minimal necessary refactoring to remove my old hack in BurpMaster.
Show description for 9c1da67
hvlad
committed
9c1da67
Copy full SHA for 9c1da67
Commits on Feb 22, 2025
Warnings
hvlad
committed
be8151e
Copy full SHA for be8151e
Missed change in previous commit (Prepare for backporting of "Send small blobs inline (PR #8318)")
hvlad
committed
54e2362
Copy full SHA for 54e2362
Commits on Feb 21, 2025
Prepare for backporting of "Send small blobs inline (PR #8318)".
hvlad
committed
cd52799
Copy full SHA for cd52799
Pagination
Previous
Next
You can’t perform that action at this time.