1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-12 00:54:11 +02:00

DibiFluent::execute(dibi::AFFECTED_ROWS) returns number of affected rows

This commit is contained in:
daliborcaja
2013-05-15 14:14:42 +03:00
committed by David Grudl
parent 5599dde525
commit f348828223
2 changed files with 10 additions and 2 deletions

View File

@@ -63,7 +63,8 @@ class dibi
DATETIME = 't',
TIME = 't';
const IDENTIFIER = 'n';
const IDENTIFIER = 'n',
AFFECTED_ROWS = 'a';
/** @deprecated */
const FIELD_TEXT = dibi::TEXT,