We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9579b8 commit 9a3a2e9Copy full SHA for 9a3a2e9
src/sqlancer/sqlite3/ast/SQLite3Expression.java
@@ -1671,6 +1671,9 @@ public SQLite3CollateSequence getExplicitCollateSequence() {
1671
}
1672
1673
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.
1677
public static class SQLite3ExpressionBag extends SQLite3Expression {
1678
private SQLite3Expression innerExpr;
1679
0 commit comments