[3.6.3] nullpointer on SqlPrecondition.class

I submitted a PR for you. See https://github.com/liquibase/liquibase/pull/882

Steve Donie
Principal Software Engineer
Datical, Inc. http://www.datical.com/

Thanks, I didn’t have git on that pc.

There is a way of making a SQL statement in the precondition , which returns a NULL value.

the null value is handled incorrectly.

In Line 58 of SQL Precondition (ExecutorService) this returns a oResult of NULL 

Null.toString(); issue.

}

}