We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10c855d commit e1c4a21Copy full SHA for e1c4a21
1 file changed
src/sqlancer/sqlite3/gen/ddl/SQLite3ViewGenerator.java
@@ -76,8 +76,10 @@ private static boolean checkAffinity(SQLite3Expression randomQuery) {
76
return false;
77
}
78
79
+ return true;
80
+ } else {
81
+ return false; // the columns in UNION clauses can also have affinities
82
- return true;
83
84
85
private static void columnNamesAs(StringBuilder sb, int size) {
0 commit comments