Before this commit the Default would be reset to 0 every time it is not true. This results in an issue when true is converted to 1 and 1 is not true, resulting in a conversion to 0. Signed-off-by: Christopher Dziomba <christopher.dziomba@gmail.com>
* fix time issues and add some tests for time * fix tests bug * fix tests * some fixes with tests and added mssql support * fix tests