This commit is contained in:
Maiky
2023-05-24 17:02:48 +02:00
committed by GitHub
parent 27c1e47ece
commit 40450a2792

View File

@@ -35,7 +35,7 @@ module Pg {
}
}
/** A call that prepares an SQL statment to be executed later. */
/** A call that prepares an SQL statement to be executed later. */
private class PgPrepareCall extends SqlConstruction::Range, DataFlow::CallNode {
private DataFlow::Node query;
private PgConnection pgConnection;