Handle in dsn optional dbname delimiter
mysql:host=mysql;port=3306;dbname=my_db is valid dsn, but does not handled correctly
add additional commits for:
- Add handling of command SHOW [FULL] COLUMNS FOR {table_name}
- Handling multiple databases for create queries, then sql is CREATE TABLE
database.tableand in same script isinformation_schema.table - Fixing PDO::getAttribute() missing method
Also committed:
- Populating server from sql text by multiline INSERT statements.
Added handler for statement ALTER TABLE {table_name} AUTO_INCREMENT={N}
Also want to thanks for this library. Tests speed was boosted 30 times for me, but all depends of amount of requests to database and it response speed.
Thanks! Mind fixing the typo?
Thanks! Mind fixing the typo? This is result of command
SHOW FULL COLUMNS FROM `author`;Do you mean to put empty string instead of
select,insert,update,references?
You added an i — Privilegies vs Privileges
Oh. I see. Will fix.
Do you mean to put empty string instead of