PHP Класс RedUNIT\Sqlite\Rebuild

SQLite cannot ALTER tables like other databases can. To implement fluid mode in RedBeanPHP we have to rebuild the entire table whenever we add or remove a column. This test class tests whether rebuilding tables works properly, i.e. we get the same table plus/minus some column...
Автор: Gabor de Mooij and the RedBeanPHP Community
Наследование: extends RedUNIT\Sqlite
Показать файл Открыть проект

Открытые методы

Метод Описание
testRebuilder ( ) : void Test SQLite table rebuilding.

Описание методов

testRebuilder() публичный Метод

Test SQLite table rebuilding.
public testRebuilder ( ) : void
Результат void