Deprecating executeUnbuffered() in favor of execute()
authorAlexander Ebert <ebert@woltlab.com>
Fri, 19 Sep 2014 10:26:07 +0000 (12:26 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 19 Sep 2014 10:26:07 +0000 (12:26 +0200)
commit0734b51d0347956c85c1c7eb38867d9fd8b89150
tree02a4e15c02f9b60b7c5df18b41c1414c45d4d0fa
parentc900b5f637287ac59ffbeab82b67aebb9de9d846
Deprecating executeUnbuffered() in favor of execute()

The method origins from the early days and does not differ from execute() anyway. For now it just forwards the call, but will be removed in future releases.
wcfsetup/install/files/lib/data/DatabaseObjectEditor.class.php
wcfsetup/install/files/lib/system/WCFSetup.class.php
wcfsetup/install/files/lib/system/database/statement/PreparedStatement.class.php