Skip to content

Commit 968d415

Browse files
add TODO
1 parent 45c3c95 commit 968d415

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CodeGenerator/Generators/UtilsGen.cs

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ private UsingDirectiveSyntax[] GetUsingDirectives()
5353

5454
private MemberDeclarationSyntax GetUtilsClass()
5555
{
56+
// TODO move driver specific logic to DB driver interface
5657
var optionalTransformQueryForSqliteBatch = dbDriver.Options.DriverName is DriverName.Sqlite
5758
? """
5859
private static readonly Regex ValuesRegex = new Regex(@"VALUES\s*\((?<params>[^)]*)\)", RegexOptions.IgnoreCase);

0 commit comments

Comments
 (0)