nette / database

💾 A database layer with a familiar PDO-like API but much more powerful. Building queries, advanced joins, drivers for MySQL, PostgreSQL, SQLite, MS SQL Server and Oracle.
https://doc.nette.org/database
Other
502 stars 107 forks source link

Method dumpSql() do not support "ALTER TABLE" and other construction Statements #264

Open janbarasek opened 4 years ago

janbarasek commented 4 years ago

I think the method dumpSql() should support keywords like ALTER, TABLE, DROP, COLUMN, and more for change database structure.

This feature should be very helpful in case of dumping SQL queries from ORM.

Thanks.