{{ message }}
Feature Request:GBase8s DB #258 add support GBase8s DB#267
Open
617206652 wants to merge 2 commits into
Open
Conversation
Feature Request:GBase8s DB madelson#258 add support GBase8s DB
madelson
reviewed
Jan 17, 2026
madelson
reviewed
Jan 17, 2026
| </PropertyGroup> | ||
|
|
||
| <ItemGroup> | ||
| <PackageReference Include="GeneralData.GBase8s.DataProvider" /> |
madelson
reviewed
Jan 17, 2026
| <CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled> | ||
| </PropertyGroup> | ||
| <ItemGroup> | ||
| <PackageVersion Include="GeneralData.GBase8s.DataProvider" Version="1.0.0.1" /> |
Owner
There was a problem hiding this comment.
This library isn't well-established enough for use here (< 1K downloads, < 2 months old).
Looks like Odbc seems to be the more common pattern for GBase interactions in the NuGet world
Author
There was a problem hiding this comment.
I'm sorry for the delayed reply. I've been busy with project matters recently and didn't handle your response in time.
Our product was only recently published on NuGet, but it has actually been in use for a long time. The reason is that our product was not allowed to be released publicly on the internet before. Now, to improve our ecosystem, we have pushed it out recently.
madelson
reviewed
Jan 17, 2026
| Console.WriteLine(ex.StackTrace); | ||
| foreach (GbsError err in ((GbsException)ex).Errors) | ||
| { | ||
| Console.WriteLine("Native Error" + err.NativeError); |
Owner
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Overview:
This PR adds support for the GBase8s database.
Key Changes:
Added the GBase8s dialect directory, and the framework has also incorporated the processing procedures for GBase8s.
Related Issue: #258.
Components required for the Windows:
https://www.gbase.cn/download/gbase-8s-1?category=DRIVER_PACKAGE
download:clientsdk_3.6.3_3X3_1_ee39df_WIN2003_x86_32.ZIP
Checklist:
Local tests passed.
No breaking changes identified.