rvolz / BicBucStriim

BicBucStriim streams books, digital books. It fills a gap in the functionality of current NAS devices that provide access to music, videos and photos -- but not books. BicBucStriim fills this gap and provides web-based access to your e-book collection.
Other
412 stars 73 forks source link

Do not execute MySQL init command for SQLite #379

Closed cweiske closed 2 years ago

cweiske commented 2 years ago

Attribute 1002 in the MySQL PDO driver is "MYSQL_ATTR_INIT_COMMAND", while 1002 in the SQLite driver is "SQLITE_ATTR_EXTENDED_RESULT_CODES".

Running the code as it is leads to the error on PHP 8.1:

Fatal error: Uncaught TypeError: Attribute value must be of type int for selected attribute, string given in src/Domain/BicBucStriim/BicBucStriim.php on line 79

rvolz commented 2 years ago

Thanks for finding this one.