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
.
hdbc
/
hdbc-sqlite3
Public
Notifications
You must be signed in to change notification settings
Fork
6
Star
20
Code
Issues
12
Pull requests
2
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Significant performance improvements and code cleanup
- #20
#20
Open
vdukhovni
wants to merge 8 commits into
hdbc:master
hdbc/hdbc-sqlite3:master
from
vdukhovni:performance-and-cleanup
vdukhovni/hdbc-sqlite3:performance-and-cleanup
Copy head branch name to clipboard
Conversation
Commits
8
(8)
Checks
Files changed
Open
Significant performance improvements and code cleanup
#20
vdukhovni
wants to merge 8 commits into
hdbc:master
hdbc/hdbc-sqlite3:master
from
vdukhovni:performance-and-cleanup
vdukhovni/hdbc-sqlite3:performance-and-cleanup
Copy head branch name to clipboard
Commits
Commits on Sep 24, 2017
Fix tests, which now pass under stack LTS-6.35
Show description for 0e78b38
hs-viktor
committed
0e78b38
View commit details
Copy full SHA for 0e78b38
Browse repository at this point
Initialize ppst to NULL just in case
Show description for 45a24ef
hs-viktor
committed
45a24ef
View commit details
Copy full SHA for 45a24ef
Browse repository at this point
Avoid string conversions when fetching Ints and Doubles
hs-viktor
committed
58c0d2a
View commit details
Copy full SHA for 58c0d2a
Browse repository at this point
Fix warnings
Show description for ee94b10
hs-viktor
committed
ee94b10
View commit details
Copy full SHA for ee94b10
Browse repository at this point
New connectSqlite3Ext function
Show description for dbf4d78
hs-viktor
committed
dbf4d78
View commit details
Copy full SHA for dbf4d78
Browse repository at this point
Commits on Sep 25, 2017
Bypass preparing BEGIN, COMMIT and ROLLBACK
Show description for 9d30abc
hs-viktor
committed
9d30abc
View commit details
Copy full SHA for 9d30abc
Browse repository at this point
Save column names on prepare rather than on execute.
Show description for dbb60cd
hs-viktor
committed
dbb60cd
View commit details
Copy full SHA for dbb60cd
Browse repository at this point
Added tests for auto-finish off mode.
Show description for 55e9f99
hs-viktor
committed
55e9f99
View commit details
Copy full SHA for 55e9f99
Browse repository at this point
You can’t perform that action at this time.