Skip to content

Commit

Permalink
Merge 42d2a19 into ac3332b
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Aug 5, 2020
2 parents ac3332b + 42d2a19 commit bf5c7d3
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 @@ -17,7 +17,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 bf5c7d3

Please sign in to comment.