PHP Class 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...
Author: Gabor de Mooij and the RedBeanPHP Community
Inheritance: extends RedUNIT\Sqlite
Show file Open project: gabordemooij/redbean

Public Methods

Method Description
testRebuilder ( ) : void Test SQLite table rebuilding.

Method Details

testRebuilder() public method

Test SQLite table rebuilding.
public testRebuilder ( ) : void
return void