Skip to content

Fix retrieval of table name in get_table_row_count#96

Open
blessingefkt wants to merge 1 commit intodeliciousbrains:masterfrom
blessingefkt:patch-1
Open

Fix retrieval of table name in get_table_row_count#96
blessingefkt wants to merge 1 commit intodeliciousbrains:masterfrom
blessingefkt:patch-1

Conversation

@blessingefkt
Copy link

The keys of results from Information schema are uppercase.
$result['table_name'] is undefined. The correct key is $result['TABLE_NAME'].

The keys of results from Information schema are uppercase. 
`$result['table_name']` is undefined. The correct key is `$result['TABLE_NAME']`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant