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
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
.
postgresql-interfaces
/
psqlodbc
Public
Notifications
You must be signed in to change notification settings
Fork
47
Star
56
Code
Issues
39
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: postgresql-interfaces/psqlodbc
Actions
All workflows
Workflows
CodeQL
CodeQL
Linux Build
Linux Build
MSBuild
MSBuild
Show more workflows...
Management
Caches
Linux Build
Linux Build
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
Show workflow options
Create status badge
Create status badge
Loading
Uh oh!
There was an error while loading.
Please reload this page
.
linux.yml
will be ignored since log searching is not yet available
81 workflow runs
81 workflow runs
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.
fix: resolve Visual Studio 2025/18 build issues and circular dependencies
Linux Build
#92:
Pull request
#201
synchronize by
JorgeGBeltre
Action required
JorgeGBeltre:vs2025-build-fixes
JorgeGBeltre:vs2025-build-fixes
Action required
View #201
View workflow file
psql ODBC Linux CI - Fix hang on COPY ... FROM STDIN / TO STDOUT (#202) These handle the connection over to the COPY streaming sub-protocol, which the driver doesn't implement: the server waited in ClientRead for CopyData that never came, while the result loop spun on the same COPY status from libpq. SQLCancel couldn't recover it either -- a backend blocked reading copy data only services termination. PGRES_COPY_IN/OUT/BOTH were already recognized, but the simple query path returned as if it had a resu...
Linux Build
#91:
Commit
bc439e8
pushed by
davecramer
3m 9s
main
main
3m 9s
View workflow file
psql ODBC Linux CI - Fix 'infinity'/'-infinity' date silently returned as today's date (#199) PG_TYPE_DATE never checked for these strings, unlike PG_TYPE_TIMESTAMP right below it, so the sscanf silently failed and a today's-date fallback meant for a different case kicked in instead. Mirror the timestamp handling, mapping to 0001-01-01 / 9999-12-31. Adds a regression case to cvtnulldate-test.
Linux Build
#90:
Commit
f57c772
pushed by
davecramer
5m 3s
main
main
5m 3s
View workflow file
psql ODBC Linux CI -
Linux Build
#89:
Pull request
#202
opened by
roseduan
2m 30s
roseduan:fix_copy
roseduan:fix_copy
2m 30s
View #202
View workflow file
psql ODBC Linux CI -
Linux Build
#88:
Pull request
#201
reopened by
JorgeGBeltre
3m 51s
JorgeGBeltre:vs2025-build-fixes
JorgeGBeltre:vs2025-build-fixes
3m 51s
View #201
View workflow file
psql ODBC Linux CI -
Linux Build
#86:
Pull request
#199
opened by
roseduan
2m 47s
roseduan:fix_infinity_date
roseduan:fix_infinity_date
2m 47s
View #199
View workflow file
psql ODBC Linux CI - Add Windows on Arm (arm64) CI: build + regression-test the driver, ... (#196) * Add Windows on Arm (arm64) CI: build + regression-test the driver, MSM and MSI natively on windows-11-arm, with libpq and OpenSSL built from source * Windows arm64 CI: use prebuilt slproweb OpenSSL and align arm64 build job with x64 * CI: key shared tool/installer caches by runner workspace drive (dworkspace/cworkspace) to avoid cross-runner cache collisions
Linux Build
#85:
Commit
61f852b
pushed by
davecramer
2m 54s
main
main
2m 54s
View workflow file
psql ODBC Linux CI -
Linux Build
#84:
Pull request
#196
synchronize by
jraiford1
2m 56s
LWOpenSource:main
LWOpenSource:main
2m 56s
View #196
View workflow file
psql ODBC Linux CI -
Linux Build
#83:
Pull request
#196
synchronize by
jraiford1
2m 34s
LWOpenSource:main
LWOpenSource:main
2m 34s
View #196
View workflow file
psql ODBC Linux CI - docs: document connection string escaping rules (issue #140) (#197) A connection string is processed by two independent parsers with different escaping rules, which was undocumented and confusing: 1. The psqlODBC parser splits on ';' and '=' and uses braces {} (with '}}' for a literal brace) or +/%XX percent-encoding to embed special characters. Backslash is NOT special at this layer. 2. A pqopt value is handed to libpq, whose conninfo parser separates parameters...
Linux Build
#82:
Commit
9120603
pushed by
davecramer
7m 42s
main
main
7m 42s
View workflow file
psql ODBC Linux CI -
Linux Build
#81:
Pull request
#197
opened by
davecramer
3m 31s
doc/connstring-escaping-issue-140
doc/connstring-escaping-issue-140
3m 31s
View #197
View workflow file
psql ODBC Linux CI -
Linux Build
#80:
Pull request
#196
synchronize by
jraiford1
2m 2s
LWOpenSource:main
LWOpenSource:main
2m 2s
View #196
View workflow file
psql ODBC Linux CI -
Linux Build
#79:
Pull request
#196
opened by
jraiford1
2m 7s
LWOpenSource:main
LWOpenSource:main
2m 7s
View #196
View workflow file
psql ODBC Linux CI - release version 18.00.0002 (#195)
Linux Build
#78:
Commit
95b35ac
pushed by
davecramer
3m 1s
main
main
3m 1s
View workflow file
psql ODBC Linux CI -
Linux Build
#77:
Pull request
#195
opened by
davecramer
2m 58s
davecramer:release-18.00.0002
davecramer:release-18.00.0002
2m 58s
View #195
View workflow file
psql ODBC Linux CI - Use signed type for error status (#193) * Use signed type for error status * Update Win32/Win64 OpenSSL to 3.5.7 slproweb.com no longer hosts the 3.5.6 installer (returns 404), which broke the Windows CI download step. Bump to 3.5.7, which is available. * Add Visual Studio 2026 (v18.0 / v145 toolset) support to Windows build The GitHub Actions windows runner image rolled to Visual Studio 18.0 (VS 2026, MSVC 14.51). The build scripts' hardcoded version switches only recognized up...
Linux Build
#76:
Commit
b808804
pushed by
davecramer
1m 51s
main
main
1m 51s
View workflow file
psql ODBC Linux CI -
Linux Build
#75:
Pull request
#193
synchronize by
davecramer
1m 50s
jarvis24young:codex/use-signed-error-status
jarvis24young:codex/use-signed-error-status
1m 50s
View #193
View workflow file
psql ODBC Linux CI -
Linux Build
#74:
Pull request
#193
synchronize by
davecramer
1m 21s
jarvis24young:codex/use-signed-error-status
jarvis24young:codex/use-signed-error-status
1m 21s
View #193
View workflow file
psql ODBC Linux CI -
Linux Build
#73:
Pull request
#193
synchronize by
davecramer
2m 0s
jarvis24young:codex/use-signed-error-status
jarvis24young:codex/use-signed-error-status
2m 0s
View #193
View workflow file
psql ODBC Linux CI -
Linux Build
#72:
Pull request
#193
synchronize by
davecramer
3m 8s
jarvis24young:codex/use-signed-error-status
jarvis24young:codex/use-signed-error-status
3m 8s
View #193
View workflow file
psql ODBC Linux CI -
Linux Build
#71:
Pull request
#193
opened by
jarvis24young
2m 2s
jarvis24young:codex/use-signed-error-status
jarvis24young:codex/use-signed-error-status
2m 2s
View #193
View workflow file
psql ODBC Linux CI - Redact sensitive connection parameters in driver logs Redact sensitive connection parameters in driver logs Prevent passwords and SSL private-key paths from being written to debug and communication logs in LIBPQ_connect(). Three logging sites are hardened: 1. The raw pqopt string is now selectively redacted — a best-effort conninfo parser (log_redacted_pqopt) scans key=value pairs and redacts only sensitive values (password, passfile, sslpassword, sslkey). Non-sensitive...
Linux Build
#70:
Commit
53e01fd
pushed by
davecramer
2m 15s
main
main
2m 15s
View workflow file
psql ODBC Linux CI - Fix double-free / heap corruption during SQLDisconnect cleanup (#189) (#190) CC_cleanup() was freeing statement and descriptor objects via SC_Destructor(), but the ODBC Driver Manager still held handles to them. When the DM later called SQLFreeStmt(SQL_DROP) via SQLFreeHandle(), the driver dereferenced freed memory, causing the double-free detected by Application Verifier with Page Heap enabled. Fix by detaching statements/descriptors in CC_cleanup() without freeing them. The DM wi...
Linux Build
#69:
Commit
56f3422
pushed by
davecramer
2m 18s
main
main
2m 18s
View workflow file
psql ODBC Linux CI -
Linux Build
#68:
Pull request
#184
synchronize by
jarvis24young
1m 40s
jarvis24young:redact-sensitive-conn-logs
jarvis24young:redact-sensitive-conn-logs
1m 40s
View #184
View workflow file
psql ODBC Linux CI - Clear PGresults from per-query rollback (#188)
Linux Build
#63:
Commit
4fbb1eb
pushed by
davecramer
1m 47s
main
main
1m 47s
View workflow file
Previous
1
2
3
4
Next
You can’t perform that action at this time.