-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
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
Incorrect datetime value for column seat
.alliances
.date_founded
#866
Comments
Hi @bpvital, can you send us the structure of table SHOW COLUMNS FROM alliances; also, can you share your mysql settings related to SHOW VARIABLES; in addition, can you give us information regarding your environment ?
|
Hello, Thank you for response. SHOW COLUMNS FROM alliances;
10 rows in set (0.001 sec) | sql_mode | STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION is it docker ? which distribution are you using? what's your processor architecture ? what's your system architecture ? 32 bits ? 64 bits ? which package versions are you using ?
|
Hi there, can you tell me which MariaDB version are you running ? @Crypta-Eve can you check if that field shouldn't be a date/time ? I read such things might append when |
Installed fresh SeAT 7 days ago
Some jobs from public queue has been failing.
one example:
PDOException: SQLSTATE[22007]: Invalid datetime format: 1292 Incorrect datetime value: '2022-03-27 03:25:19' for column
seat
.alliances
.date_founded
at row 1 in /var/www/seat/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:117Stack trace:
...
Next Doctrine\DBAL\Driver\PDO\Exception: SQLSTATE[22007]: Invalid datetime format: 1292 Incorrect datetime value: '2022-03-27 03:25:19' for column
seat
.alliances
.date_founded
at row 1 in /var/www/seat/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18Stack trace:
...
Next Illuminate\Database\QueryException: SQLSTATE[22007]: Invalid datetime format: 1292 Incorrect datetime value: '2022-03-27 03:25:19' for column
seat
.alliances
.date_founded
at row 1 (SQL: insert intoalliances
(alliance_id
,name
,creator_id
,creator_corporation_id
,ticker
,executor_corporation_id
,date_founded
,faction_id
,updated_at
,created_at
) values (99011459, An Unfortunate Alliance, 2116372381, 98709492, AUA, 1196707484, 2022-03-27 03:25:19, ?, 2022-04-05 06:06:24, 2022-04-05 06:06:24)) in /var/www/seat/vendor/laravel/framework/src/Illuminate/Database/Connection.php:669Stack trace:
...
Data:
The text was updated successfully, but these errors were encountered: