Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
zendframework/zendframework#5505 - uppercase ROW_COUNT_COLUMN_NAME
Browse files Browse the repository at this point in the history
…for DB2/Firebird compat
  • Loading branch information
Ocramius committed Nov 12, 2014
1 parent 5702c74 commit 89adfc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Adapter/DbSelect.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

class DbSelect implements AdapterInterface
{
const ROW_COUNT_COLUMN_NAME = 'c';
const ROW_COUNT_COLUMN_NAME = 'C';

/**
* @var Sql
Expand Down

0 comments on commit 89adfc8

Please sign in to comment.