Skip to content

Commit

Permalink
Merge pull request ifsnop#213 from NerijusNoreika/charset
Browse files Browse the repository at this point in the history
Add binary constant to the list of available connection strings
  • Loading branch information
ifsnop authored Nov 22, 2020
2 parents 628ac38 + 98446ca commit b232c2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Ifsnop/Mysqldump/Mysqldump.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ class Mysqldump
// List of available connection strings.
const UTF8 = 'utf8';
const UTF8MB4 = 'utf8mb4';

const BINARY = 'binary';

/**
* Database username.
* @var string
Expand Down

0 comments on commit b232c2b

Please sign in to comment.