Skip to content

Column references in value expressions

Compare
Choose a tag to compare
@redcatbear redcatbear released this 05 Dec 13:10
df0b293

Summary

The SQL statement builder now supports column references in the value expressions.

Example:

MERGE INTO ...  VALUES ("SRC"."ID", ...)

Changes

  • #56: Support column references in the value expressions