commit | d947eba0bdaf9d86401fdcba9e97706905cacf9d | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@bofh.bg> | Mon Apr 09 14:58:28 2012 +0300 |
committer | Andrey Andreev <narf@bofh.bg> | Mon Apr 09 14:58:28 2012 +0300 |
tree | 457928871f3d4622012dcbaac9260a2489b15c2d | |
parent | a254836a611e8f555ea4bbc84e500c7040ebae4e [diff] |
Multiple DB Forge improvements - Replaced driver methods _create_database(), _drop_database(), _drop_table() and _rename_table() with properties - Added defaults for the above mentioned platform-specific queries, so that not all drivers need to define them - Improved support for the SQLite, ODBC and PDO drivers