access
Here are 461 public repositories matching this topic...
I am trying to implement retry logic for Aws Aurora Mysql.
In Linq2db there is retyrpolicy already implemented except there is no way to pass retrypolicy to DataContext.
So I have extended the DataContext as follows.
public class RetryingDataContext : DataContext
{
protected IRetryPolicy _retryPolicy;
public RetryingDataContext(IDataProvider dataProvider, string c
-
Updated
May 6, 2022 - Shell
-
Updated
Apr 9, 2022 - TypeScript
-
Updated
Apr 28, 2022 - Java
-
Updated
Jun 30, 2021 - JavaScript
-
Updated
Aug 2, 2021 - Objective-C
The notFoundHandler (the name may have changed, search for infra/issues/1610 in git) currently uses the request path to switch between a JSON response (assumes API) and an HTML response (assumes UI).
We should instead use the HTTP Accept request header, and support these formats:
- if the client accepts
text/html, use th
-
Updated
May 10, 2022 - Go
-
Updated
Sep 13, 2021 - C++
-
Updated
Dec 4, 2021 - C#
-
Updated
Mar 30, 2022 - Python
-
Updated
Apr 21, 2022 - JavaScript
-
Updated
Oct 22, 2021
-
Updated
Jul 17, 2020 - Batchfile
-
Updated
May 9, 2022 - Python
-
Updated
Mar 29, 2019 - Visual Basic
Improve this page
Add a description, image, and links to the access topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the access topic, visit your repo's landing page and select "manage topics."
问题描述及重现步骤:
直接导入包FreeSql.Provider.KingbaseES
测试代码:
var connStr = "Server=xxxxxx;Port=60049;UID=system;PWD=123456;database=test;MAXPOOLSIZE=2";
直接提示密码认证失败
若是使用OdbcKingbaseES,再导入odbc包会一直提示找不到没有数据源名称
另一个群里的朋友遇到的人大金仓的问题
![image](https://user-i