On 10/07/13 15:43, Arran Cudbard-Bell wrote:
> Update sections may now also return fail.
Can you clarify - AIUI, sql xlat can now also distinguish between empty
and fail, so if I do this:
update {
request:Tmp-String-0 := "%{sql:...}"
}
...and the SQL server is down, the xlat will fail and the update section
as a whole will fail? If so - very very cool.