We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45c3c95 commit 968d415Copy full SHA for 968d415
CodeGenerator/Generators/UtilsGen.cs
@@ -53,6 +53,7 @@ private UsingDirectiveSyntax[] GetUsingDirectives()
53
54
private MemberDeclarationSyntax GetUtilsClass()
55
{
56
+ // TODO move driver specific logic to DB driver interface
57
var optionalTransformQueryForSqliteBatch = dbDriver.Options.DriverName is DriverName.Sqlite
58
? """
59
private static readonly Regex ValuesRegex = new Regex(@"VALUES\s*\((?<params>[^)]*)\)", RegexOptions.IgnoreCase);
0 commit comments