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 }}
vkuttyp
/
CosmoSQLClient-Swift
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
2
Code
Issues
1
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Actions: vkuttyp/CosmoSQLClient-Swift
Actions
All workflows
Workflows
CI
CI
Documentation
Documentation
Release
Release
Show more workflows...
Management
Caches
Deployments
CI
CI
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
.
ci.yml
will be ignored since log searching is not yet available
79 workflow runs
79 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.
Merge pull request #2 from mklahn/fix/azure-sql-tds-buffer-fragmentation
CI
#80:
Commit
8f1e830
pushed by
vkuttyp
4m 33s
main
main
4m 33s
View workflow file
fix: finalize @p naming migration in MSSQLConnection
CI
#78:
Commit
8a9559b
pushed by
vkuttyp
4m 8s
main
main
4m 8s
View workflow file
fix: use @p naming for RPC parameters to match tests and conventions
CI
#77:
Commit
94347f3
pushed by
vkuttyp
4m 8s
main
main
4m 8s
View workflow file
fix: introduce SQLResultSet to support column metadata for empty resu…
CI
#76:
Commit
2545bb1
pushed by
vkuttyp
4m 17s
main
main
4m 17s
View workflow file
Fix RPC parameter name encoding for TDS 7.4 and add widening AsInt/As…
CI
#75:
Commit
bd945fd
pushed by
vkuttyp
4m 13s
main
main
4m 13s
View workflow file
Change internal parameter prefix to @param to avoid conflict with bui…
CI
#74:
Commit
e178083
pushed by
vkuttyp
12m 4s
main
main
12m 4s
View workflow file
Final robust byte-level encoding for RPC strings to eliminate memory …
CI
#73:
Commit
57e8206
pushed by
vkuttyp
4m 49s
main
main
4m 49s
View workflow file
Revert to manual UTF-16 loop for RPC strings to ensure stable memory …
CI
#72:
Commit
cc8640e
pushed by
vkuttyp
6m 51s
main
main
6m 51s
View workflow file
Restore correct OptionFlags size (2 bytes) to fix TDS protocol alignment
CI
#71:
Commit
a808c82
pushed by
vkuttyp
19m 16s
main
main
19m 16s
View workflow file
Final fix for RPC OptionFlags and confirmed v1.5.6
CI
#70:
Commit
c7e52be
pushed by
vkuttyp
3m 49s
main
main
3m 49s
View workflow file
Improve TDS RPC string encoding to prevent memory corruption/invalid …
CI
#69:
Commit
473d6e5
pushed by
vkuttyp
4m 36s
main
main
4m 36s
View workflow file
Improve rows helper to include unflushed rows for more resilient quer…
CI
#68:
Commit
9ca8ed4
pushed by
vkuttyp
4m 10s
main
main
4m 10s
View workflow file
Revert DONE token column reset that was breaking result sets spanning…
CI
#67:
Commit
55fa93b
pushed by
vkuttyp
3m 37s
main
main
3m 37s
View workflow file
Improve SQLRowDecoder name matching to support simple case-insensitiv…
CI
#66:
Commit
405bd52
pushed by
vkuttyp
4m 38s
main
main
4m 38s
View workflow file
Fix bug where last result set was omitted if DONE token was in a sepa…
CI
#65:
Commit
c82353c
pushed by
vkuttyp
1m 28s
main
main
1m 28s
View workflow file
Implement tiered API architecture and AdvancedSQLDatabase protocol
CI
#64:
Commit
cd420db
pushed by
vkuttyp
4m 15s
main
main
4m 15s
View workflow file
Fix CI: replace actions/create-release@v1 with softprops/action-gh-re…
CI
#63:
Commit
7909c55
pushed by
vkuttyp
4m 10s
main
main
4m 10s
View workflow file
Port C# @name parameter fixes to Swift MySQL and Postgres drivers
CI
#62:
Commit
facc307
pushed by
vkuttyp
4m 14s
main
main
4m 14s
View workflow file
perf/feat: port JSONChunkAssembler byte-scan + SQLValue.toAny() from C#
CI
#61:
Commit
db95e57
pushed by
vkuttyp
4m 14s
main
main
4m 14s
View workflow file
perf: apply TDS performance optimisations from C# port
CI
#60:
Commit
319cf08
pushed by
vkuttyp
4m 19s
main
main
4m 19s
View workflow file
chore: adjust SPI config for Android compatibility
CI
#59:
Commit
c489ee2
pushed by
vkuttyp
4m 16s
main
main
4m 16s
View workflow file
chore: upgrade swift-tools-version to 6.0 and enable library evolutio…
CI
#58:
Commit
9070687
pushed by
vkuttyp
56s
main
main
56s
View workflow file
Downgrade to swift-tools-version 5.9
CI
#57:
Commit
e79952e
pushed by
vkuttyp
4m 11s
main
main
4m 11s
View workflow file
Remove stale .gitignore entries for moved directories
CI
#56:
Commit
8e16baa
pushed by
vkuttyp
4m 13s
main
main
4m 13s
View workflow file
fix: replace CSQLite systemLibrary with proper C target for Android/L…
CI
#55:
Commit
9f78d27
pushed by
vkuttyp
4m 12s
main
main
4m 12s
View workflow file
Previous
1
2
3
4
Next
You can’t perform that action at this time.