Skip to content

Commit 9a3a2e9

Browse files
committed
add comments for SQLite3ExpressionBag
1 parent d9579b8 commit 9a3a2e9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/sqlancer/sqlite3/ast/SQLite3Expression.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1671,6 +1671,9 @@ public SQLite3CollateSequence getExplicitCollateSequence() {
16711671
}
16721672
}
16731673

1674+
// The ExpressionBag is not a built-in SQL feature,
1675+
// but rather a utility class used in CODDTest's oracle construction
1676+
// to substitute expressions with their corresponding constant values.
16741677
public static class SQLite3ExpressionBag extends SQLite3Expression {
16751678
private SQLite3Expression innerExpr;
16761679

0 commit comments

Comments
 (0)