On Thu, Jun 25, 2015 at 04:07:51PM +, Garg, Sumit wrote:
> Committing two fixes that address python exceptions:
>
> 1. A bool (has_lock) was being accessed as a function call
>leading to a runtime exception.
>
> 2. When 'alert' was turned off on a column, the code was
>erroring out wh
Committing two fixes that address python exceptions:
1. A bool (has_lock) was being accessed as a function call
leading to a runtime exception.
2. When 'alert' was turned off on a column, the code was
erroring out when value for that column was being set
in a newly inserted row. This is