We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MigrationBuilder::$maxSqlOutputLength
0
Any plans to use it? Or possible use it outside the pakage?
db-migration/src/MigrationBuilder.php
Lines 20 to 24 in 1ec213d
Used in one place
Lines 50 to 52 in 1ec213d
Initialized in one place
db-migration/src/Migrator.php
Lines 157 to 160 in 1ec213d
The text was updated successfully, but these errors were encountered:
This option must be configurable. Suggest so way:
Migrator
private ?int $maxSqlOutputLength = null
$maxSqlOutputLength in MigrationBuilder make mandatory.
$maxSqlOutputLength
MigrationBuilder
Add this parameter to package configuration.
Sorry, something went wrong.
maxSqlOutputLength
Done by #211
No branches or pull requests
Any plans to use it? Or possible use it outside the pakage?
db-migration/src/MigrationBuilder.php
Lines 20 to 24 in 1ec213d
Used in one place
db-migration/src/MigrationBuilder.php
Lines 50 to 52 in 1ec213d
Initialized in one place
db-migration/src/Migrator.php
Lines 157 to 160 in 1ec213d
The text was updated successfully, but these errors were encountered: