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
Accelerator
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
Type
/
to 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 }}
lurcher
/
unixODBC
Public
Notifications
You must be signed in to change notification settings
Fork
61
Star
135
Code
Issues
68
Pull requests
1
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Actions: lurcher/unixODBC
Actions
All workflows
Workflows
.github/workflows/main.yml
.github/workflows/main.yml
Show more workflows...
Management
Caches
All workflows
All workflows
Actions
Loading...
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading.
Please reload this page
.
will be ignored since log searching is not yet available
Showing runs from all workflows
will be ignored since log searching is not yet available
40 workflow runs
40 workflow runs
Workflow
Filter by Workflow
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching workflows.
Event
Filter by Event
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching events.
Status
Filter by Status
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching statuses.
Branch
Filter by Branch
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching branches.
Actor
Filter by Actor
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching users.
Update comment about recursive mutexes
.github/workflows/main.yml
#87:
Commit
9ed2c04
pushed by
lurcher
1m 56s
master
master
1m 56s
View workflow file
Partial fix for https://github.com/lurcher/unixODBC/issues/238
.github/workflows/main.yml
#86:
Commit
de037f5
pushed by
lurcher
1m 38s
master
master
1m 38s
View workflow file
Add https://github.com/lurcher/unixODBC/pull/237/commits/857a59998b48…
.github/workflows/main.yml
#85:
Commit
bac097e
pushed by
lurcher
1m 55s
master
master
1m 55s
View workflow file
Fix NULL deref in connection pool credential match (#237)
.github/workflows/main.yml
#84:
Commit
1aaac48
pushed by
lurcher
2m 2s
master
master
2m 2s
View workflow file
Fix NULL deref in connection pool credential match
.github/workflows/main.yml
#83:
Pull request
#237
opened by
iliaal
1m 55s
iliaal:fix-pool-null-cred-deref
iliaal:fix-pool-null-cred-deref
1m 55s
View #237
View workflow file
Fix buffer overflow in SQLGetInfoW #235
.github/workflows/main.yml
#81:
Commit
46d06aa
pushed by
lurcher
2m 2s
master
master
2m 2s
View workflow file
Fix a couple of build issues with C90
.github/workflows/main.yml
#80:
Commit
5e86f61
pushed by
lurcher
1m 55s
master
master
1m 55s
View workflow file
Make Destructor attribute check more portable
.github/workflows/main.yml
#79:
Commit
a2cecd2
pushed by
lurcher
1m 57s
master
master
1m 57s
View workflow file
Add destructor in __clear_ini_cache added inst_logClose (#234)
.github/workflows/main.yml
#78:
Commit
e545d3d
pushed by
lurcher
1m 57s
master
master
1m 57s
View workflow file
Update Changelog with fix for #230
.github/workflows/main.yml
#75:
Commit
988a9e9
pushed by
lurcher
1m 59s
master
master
1m 59s
View workflow file
Fix https://github.com/lurcher/unixODBC/blob/master/DriverManager/SQL…
.github/workflows/main.yml
#74:
Commit
2adb26a
pushed by
lurcher
1m 53s
master
master
1m 53s
View workflow file
Fix typo in comment
.github/workflows/main.yml
#73:
Commit
5a3d356
pushed by
lurcher
2m 13s
master
master
2m 13s
View workflow file
Prevent a SQLPutData when a SQLGetData was required
.github/workflows/main.yml
#72:
Commit
2fb2881
pushed by
lurcher
1m 51s
master
master
1m 51s
View workflow file
Allow skipping SQLGetData when processing SQL_PARAM_OUTPUT_STREAM
.github/workflows/main.yml
#71:
Commit
ea45798
pushed by
lurcher
1m 52s
master
master
1m 52s
View workflow file
Fix Typo
.github/workflows/main.yml
#70:
Commit
76dda29
pushed by
lurcher
1m 59s
master
master
1m 59s
View workflow file
Oracle's heterogeneous data, make a SQLGetInfo with SQL_UNKNOWN_TYPE
.github/workflows/main.yml
#69:
Commit
77fe1cb
pushed by
lurcher
1m 45s
master
master
1m 45s
View workflow file
Fix connection leak in close_pooled_connection (Issue #230) (#231)
.github/workflows/main.yml
#68:
Commit
094475c
pushed by
lurcher
2m 8s
master
master
2m 8s
View workflow file
Fix: Handle uncommitted transactions in pooled disconnect (Fixes #230)
.github/workflows/main.yml
#67:
Pull request
#231
opened by
mdesai-hcl-software
1m 54s
mdesai-hcl-software:fix/issue-230-pooled-connection-leak
mdesai-hcl-software:fix/issue-230-pooled-connection-leak
1m 54s
View #231
View workflow file
switch sprintf to snprintf in __info.c
.github/workflows/main.yml
#66:
Commit
7e3cc4d
pushed by
lurcher
2m 8s
master
master
2m 8s
View workflow file
Add IgnoreWide flag
.github/workflows/main.yml
#65:
Commit
d27c79e
pushed by
lurcher
1m 54s
master
master
1m 54s
View workflow file
Fix some 32 bit SQLWCHAR issues
.github/workflows/main.yml
#64:
Commit
00fe9b8
pushed by
lurcher
1m 53s
master
master
1m 53s
View workflow file
Move version to 2.3.15pre
.github/workflows/main.yml
#63:
Commit
ab52268
pushed by
lurcher
4m 0s
master
master
4m 0s
View workflow file
2.3.14 release
.github/workflows/main.yml
#62:
Commit
9a81415
pushed by
lurcher
3m 27s
v2.3.14
v2.3.14
3m 27s
View workflow file
2.3.14 release
.github/workflows/main.yml
#61:
Commit
9a81415
pushed by
lurcher
3m 22s
master
master
3m 22s
View workflow file
Fix seg fault with pooling
.github/workflows/main.yml
#60:
Commit
126597a
pushed by
lurcher
3m 39s
master
master
3m 39s
View workflow file
Previous
1
2
Next
You can’t perform that action at this time.