mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-18 20:08:15 +08:00
- 增加 QuestDB 时序数据库支持;(感谢 Daily 贡献)#1429
This commit is contained in:
@ -30,10 +30,10 @@ public static partial class QuestDbGlobalExtensions
|
||||
/// <param name="that"></param>
|
||||
/// <param name="args"></param>
|
||||
/// <returns></returns>
|
||||
public static string FormatPostgreSQL(this string that, params object[] args) =>
|
||||
_postgresqlAdo.Addslashes(that, args);
|
||||
public static string FormatQuestDb(this string that, params object[] args) =>
|
||||
_QuestDbAdo.Addslashes(that, args);
|
||||
|
||||
static QuestDbAdo _postgresqlAdo = new QuestDbAdo();
|
||||
static QuestDbAdo _QuestDbAdo = new QuestDbAdo();
|
||||
|
||||
|
||||
/// <summary>
|
||||
|
Reference in New Issue
Block a user