Database: Cast to int in estimateRowCount(), selectRowCount()
authorKevin Israel <pleasestand@live.com>
Thu, 22 Jan 2015 15:36:18 +0000 (10:36 -0500)
committerKevin Israel <pleasestand@live.com>
Fri, 6 Feb 2015 10:03:45 +0000 (05:03 -0500)
commit5f3957498b5819375f525949e79cad8564d998ec
tree56106be18a8d9ebd282b2ae6df75ec1d5139eae3
parent1274a261c3970688569ce20d1d45571abae56344
Database: Cast to int in estimateRowCount(), selectRowCount()

Doc comments state that these methods return ints. In order to ensure
that, values must be cast to int before they are returned.

With respect to selectRowCount(), follows-up 65f81d284386.

Change-Id: I108221ce4ad1b5b103b015fe875de54e04781741
includes/api/ApiQueryUserInfo.php
includes/db/Database.php
includes/db/DatabaseMssql.php
includes/db/DatabaseMysqlBase.php
includes/db/DatabasePostgres.php