access
Here are 456 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
Mar 12, 2022 - Shell
-
Updated
Apr 9, 2022 - TypeScript
-
Updated
Apr 23, 2022 - Java
-
Updated
Jun 30, 2021 - JavaScript
-
Updated
Aug 2, 2021 - Objective-C
-
Updated
Apr 24, 2022 - Go
Currently, Infra stores a Settings.SignupEnabled boolean to in the database to determine if signup is enabled but it could be checked in a stateless manner in the GET /v1/signup handler without storing state:
- Check if any identities, providers or destinations exist
- Check if
--enable-signupisfalse
-
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 18, 2020 - 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