Skip to content

Commit

Permalink
add binary constant
Browse files Browse the repository at this point in the history
Add binary constant as possible choice for default-character-set
  • Loading branch information
NerijusNoreika committed Nov 22, 2020
1 parent 628ac38 commit 98446ca
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 98446ca

Please sign in to comment.