mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
housekeep: remove PHP implementation
removal of the PHP codebase Signed-off-by: moson-mo <mo-son@mailbox.org>
This commit is contained in:
parent
97d0eac303
commit
8ca63075e9
128 changed files with 27 additions and 16046 deletions
|
@ -364,7 +364,7 @@ class ConnectionExecutor:
|
|||
|
||||
def execute(self, query, params=()): # pragma: no cover
|
||||
# TODO: SQLite support has been removed in FastAPI. It remains
|
||||
# here to fund its support for PHP until it is removed.
|
||||
# here to fund its support for the Sharness testsuite.
|
||||
if self._paramstyle in ("format", "pyformat"):
|
||||
query = query.replace("%", "%%").replace("?", "%s")
|
||||
elif self._paramstyle == "qmark":
|
||||
|
@ -410,7 +410,7 @@ class Connection:
|
|||
)
|
||||
elif aur_db_backend == "sqlite": # pragma: no cover
|
||||
# TODO: SQLite support has been removed in FastAPI. It remains
|
||||
# here to fund its support for PHP until it is removed.
|
||||
# here to fund its support for Sharness testsuite.
|
||||
import math
|
||||
import sqlite3
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue