Skip to content

Commit 43ab41f

Browse files
committed
edit
1 parent 3678bb2 commit 43ab41f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/usf/jquery/core/DBColumn.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ public void sql(SqlStringBuilder sb, QueryContext ctx) {
453453
if(currentDatabase() == TERADATA) {
454454
s = Stream.of(views)
455455
.map(ctx::viewAlias)
456-
.map(v-> v + getName())
456+
.map(v-> v +'.'+ getName())
457457
.collect(joining(SCOMA));
458458
}
459459
else { //avoid view.* for pg

0 commit comments

Comments
 (0)