我使用的是SQLite版本3.6.0和SQLite版本3.8.9的DB浏览器。此应用程序已支持开箱即用的正则表达式。我可以在列brand上使用regexp,但在列revision上失败;SELECT brand,revision FROM TDevice where TDevice.brand regexp$'; (took 51ms)SELECT brand,revision FROM TDevice WHERE
Python 3.6我正在尝试为sqlite3创建一个REGEXP函数。我有一个错误:OperationalError: wrong number of arguments to function REGEXP()import sqlite3 return patternRecherche.search(item) is not None
connexion =