Created
November 28, 2025 20:23
-
-
Save preaction/80f5aa9407923bce1385c6605e40dbbb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| DBIx::Class::Storage::DBI::_warn_undetermined_driver(): This version of DBIC does not yet seem to supply a driver for your particular RDBMS and/or connection method ('MariaDB'). While we will attempt to continue anyway, the results are likely to be underwhelming. Please upgrade DBIC, and if this message does not go away, file a bugreport including the following info: | |
| { | |
| DBD => "DBD::MariaDB", | |
| DBD_VER => "1.24", | |
| DBIC_DRIVER => "DBIx::Class::Storage::DBI", | |
| DBIC_DSN => sub { | |
| package DBIx::Class::Schema::Versioned; | |
| use warnings; | |
| use strict; | |
| $w_storage->dbh; | |
| }, | |
| DBIC_VER => "0.082844", | |
| DBI_VER => "1.647", | |
| SQL_CURSOR_COMMIT_BEHAVIOR => "2 (SQL_CB_PRESERVE)", | |
| SQL_CURSOR_ROLLBACK_BEHAVIOR => "2 (SQL_CB_PRESERVE)", | |
| SQL_CURSOR_SENSITIVITY => "0 (SQL_UNSPECIFIED)", | |
| SQL_DATA_SOURCE_NAME => "DBI:MariaDB:mariadb_read_default_file=/run/secrets/mysql_cnf;mariadb_read_default_group=backend;database=cpanstats", | |
| SQL_DBMS_NAME => "MySQL", | |
| SQL_DBMS_VER => "05.07.1500", | |
| SQL_DEFAULT_TXN_ISOLATION => "2 (SQL_TXN_READ_COMMITTED)", | |
| SQL_DRIVER_NAME => "DBD/MariaDB.pm", | |
| SQL_DRIVER_ODBC_VER => "03.51", | |
| SQL_DRIVER_VER => "01.24.0000", | |
| SQL_EXPRESSIONS_IN_ORDERBY => "Y", | |
| SQL_GROUP_BY => "3 (SQL_GB_NO_RELATION)", | |
| SQL_IDENTIFIER_CASE => "4 (SQL_IC_MIXED)", | |
| SQL_IDENTIFIER_QUOTE_CHAR => "`", | |
| SQL_MAX_CATALOG_NAME_LEN => 64, | |
| SQL_MAX_COLUMN_NAME_LEN => 64, | |
| SQL_MAX_IDENTIFIER_LEN => 64, | |
| SQL_MAX_TABLE_NAME_LEN => 64, | |
| SQL_MULTIPLE_ACTIVE_TXN => "Y", | |
| SQL_MULT_RESULT_SETS => "Y", | |
| SQL_NEED_LONG_DATA_LEN => "N", | |
| SQL_NON_NULLABLE_COLUMNS => "1 (SQL_NNC_NON_NULL)", | |
| SQL_ODBC_VER => "03.80", | |
| SQL_QUALIFIER_NAME_SEPARATOR => ".", | |
| SQL_QUOTED_IDENTIFIER_CASE => "3 (SQL_IC_SENSITIVE)", | |
| SQL_TXN_CAPABLE => "3 (SQL_TC_DDL_COMMIT)", | |
| SQL_TXN_ISOLATION_OPTION => "0x0000000F (SQL_TXN_READ_UNCOMMITTED SQL_TXN_READ_COMMITTED SQL_TXN_REPEATABLE_READ SQL_TXN_SERIALIZABLE)", | |
| } | |
| DBIx::Class::Storage::DBI::sql_maker(): Your storage class (DBIx::Class::Storage::DBI) does not set sql_limit_dialect and you have not supplied an explicit limit_dialect in your connection_info. DBIC will attempt to use the GenericSubQ dialect, which works on most databases but can be (and often is) painfully slow. Please file an RT ticket against 'DBIx::Class::Storage::DBI' at /usr/local/lib/perl5/site_perl/5.42.0/Beam/Wire.pm line 577 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment