adminerevo / adminerevo

Database management in a single PHP file
https://docs.adminerevo.org/
Other
693 stars 54 forks source link

[mysql] Warning: Undefined property: stdClass::$type #178

Closed olegbaturin closed 4 months ago

olegbaturin commented 4 months ago

mysql version 8.0.31 PHP Version 8.0.17 Windows Server 2019

image

stdClass Object
(
    [native_type] => LONG
    [pdo_type] => 2
    [flags] => Array
        (
            [0] => not_null
            [1] => primary_key
        )

    [table] => t1
    [name] => id1
    [len] => 11
    [precision] => 0
    [orgtable] => t1
    [orgname] => id1
    [charsetnr] => 0
)
MisterDuval commented 4 months ago

fixed there isn't it ? https://github.com/adminerevo/adminerevo/pull/177