Manual:SQLPlatform.php

Category:MediaWiki code#SQLPlatform.php
MediaWiki version:
1.39

SQL abstraction object introduced in MW 1.39. This class nor any of its subclasses shouldn't create a db connection. It also should not become stateful. The constructor should only rely on addQuotes() method in Database. Later that should be replaced with an implementation that doesn't use db connections.

Implements

Manual:ISQLPlatform.php

Extended by

MySQLPlatform

Category:MediaWiki code