Skip to content
#

access

Here are 456 public repositories matching this topic...

xuanhuangkeji
xuanhuangkeji commented Nov 5, 2021

问题描述及重现步骤:

直接导入包FreeSql.Provider.KingbaseES
测试代码:
var connStr = "Server=xxxxxx;Port=60049;UID=system;PWD=123456;database=test;MAXPOOLSIZE=2";

        var fsql = new FreeSqlBuilder()
            .UseConnectionString(DataType.KingbaseES, connStr)
            .Build();

直接提示密码认证失败
若是使用OdbcKingbaseES,再导入odbc包会一直提示找不到没有数据源名称

另一个群里的朋友遇到的人大金仓的问题
![image](https://user-i

good first issue docs
streamzyuk
streamzyuk commented Feb 18, 2022

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

infra
jmorganca
jmorganca commented Apr 22, 2022

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-signup is false
good first issue area/api kind/improvement

Improve this page

Add a description, image, and links to the access topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the access topic, visit your repo's landing page and select "manage topics."

Learn more