flake8
passed.
JSHint
passed.
Review Request #11224 — Created Oct. 14, 2020 and submitted
EvolveAppTask.execute()
now allows the caller to provide specific SQL
to execute (instead of the task-prepared SQL) and a list of evolutions
for signal emissions (instead of the task-preparednew_evolutions
).This will be used by some upcoming work to enable finer-grained batches
of evolutions and SQL statements that are calculated independently of
the task's full lists of evolutions and SQL.
Unit tests passed.
Tested this with in-progress changes that provide explicit SQL and
evolutions.
Summary | ID |
---|---|
a88c83d09466e98b0ff9cf39dedddd646d197fcc |