Kill "* @return void"
[lhc/web/wiklou.git] / includes / db / CloneDatabase.php
2012-01-12 Sam ReedKill "* @return void"
2011-11-10 Jure Kajzersome more oracle-phpunit-fu (should not affect non...
2011-09-06 Chad HorohoeFollowup r96369: update child classes and a few callers
2011-05-30 Chad Horohoe$newTablePrefix must be passed. All callers are ok
2011-05-25 Sam ReedMore documentation stuffs
2011-04-12 PlatonidesChange the duplicateTableStructure() to use the origina...
2011-03-20 Antoine Mussocorrect wfDebug() calls added in r79272 & r79368
2010-12-31 X!I made MySQL work, and broke SQLite in the process...
2010-12-31 X!More work on getting SQLite to work with unit tests...
2010-12-31 PlatonidesFollow up r79314.
2010-12-31 X!Use $oldTableName in CloneDatabase. The dropTable(...
2010-12-30 X!-Destroy the DB automatically when initting the DB
2010-12-30 Sam ReedAdd function return type hint to wfGetLBFactory
2010-12-30 Sam ReedArray to array
2010-12-28 OverlordQFollowup to r79094, PG handles temporary tables correct...
2010-12-28 Chad HorohoeFix hardcoded debugging from r79093
2010-12-28 Chad HorohoeFollowup r79093: Move DROP TABLE code to Database class...
2010-12-28 Chad HorohoeRefactor table cloning code into its own class so it...