Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup deprecated functionality #416

Merged
merged 1 commit into from
Mar 19, 2024

Conversation

dveeden
Copy link
Collaborator

@dveeden dveeden commented Mar 13, 2024

See also: #415

This removes:

Admin functions (e.g. createdb, shutdown, dropdb, reload). The commands in the protocol have been removed and have been replaced with regular SQL.

$drh->func('createdb', 'admin', '127.0.0.1:3306', 'root', 'xxx', 'admin');

Support for LISTFIELDS. Use SHOW COLUMNS... instead.

$dbh->do('LISTFIELDS t1');

@dveeden dveeden merged commit 08ce2ec into perl5-dbi:master Mar 19, 2024
5 of 6 checks passed
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.

None yet

1 participant