Manual:SQLPlatform.php
MediaWiki file: SQLPlatform.php | |
---|---|
Location: | includes/libs/rdbms/platform/ |
Source code: | master • 1.43.1 • 1.42.6 • 1.39.12 |
Classes: | Wikimedia\Rdbms\Platform\SQLPlatform |
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.