(bug 37352) Boolean issue when using sqlite.
authornischayn22 <nischayn22@gmail.com>
Tue, 22 Jan 2013 04:28:14 +0000 (09:58 +0530)
committerGerrit Code Review <gerrit@wikimedia.org>
Wed, 6 Mar 2013 03:45:48 +0000 (03:45 +0000)
commitb9b3d8821ae3dc9f121c27f0bd96a56b93068d91
treebd0d040f3bb3c52dfa93aa44df4ce6d2b44c912f
parent154a0a03aa545762663c98eeea40417425f8c430
(bug 37352) Boolean issue when using sqlite.

using a type cast instead, otherwise an empty string gets converted to
true when set with bool type.

Change-Id: I4161de32151a649161ab4084e80cafe4a462c7d5
includes/db/ORMRow.php
tests/phpunit/includes/db/TestORMRowTest.php