Fix datetime field with empty default #362
Annotations
4 errors and 1 warning
Show PHPCS results in PR:
tests/WP_SQLite_Translator_Tests.php#L295
String "CREATE TABLE _tmp_table (\n ID BIGINT PRIMARY KEY AUTO_INCREMENT NOT NULL,\n created_at datetime NOT NULL\n );" does not require double quotes; use single quotes instead
|
Show PHPCS results in PR:
tests/WP_SQLite_Translator_Tests.php#L307
String "CREATE TABLE _tmp_table (\n `ID` bigint PRIMARY KEY AUTO_INCREMENT NOT NULL,\n `created_at` datetime NOT NULL\n);" does not require double quotes; use single quotes instead
|
Show PHPCS results in PR
Process completed with exit code 1.
|
Check PHP code style
Process completed with exit code 2.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading