Fix SQL DDL generation

Authored by tbaumgart on Jun 16 2017, 5:26 PM.

Description

Fix SQL DDL generation

Query parameters are being matched only based on their name. If one
parameter starts with the name of another, this leads to conflicts, e.g.
:payeeId and :payeeIdentifier --> if both matches are replaced by NULL,
this results in the second match being replaced to NULLentifier, which
is obviously not intended.

REVIEW: 129796

Details

Committed
tbaumgartJun 16 2017, 5:26 PM
Parents
R261:d6350af8c3ba: Turn on some extra warnings during compilation
Branches
Unknown
Tags
Unknown