mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-23 03:19:01 +01:00
Supposedly it choked on the version without any columns thusly: phpbb_dbal_connect_test::test_failing_connect PDOException: SQLSTATE[HY090]: [Microsoft][ODBC Driver Manager] Invalid string or buffer length PHPBB3-10205
10 lines
232 B
XML
10 lines
232 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<dataset>
|
|
<table name="phpbb_sessions">
|
|
<column>session_id</column>
|
|
<column>session_user_id</column>
|
|
<column>session_ip</column>
|
|
<column>session_browser</column>
|
|
</table>
|
|
</dataset>
|