Opened 17 years ago
Last modified 15 years ago
#6047 closed
db-api docs: invalid REGEX SQL equiv for SQLite — at Initial Version
Description ¶
On the documentation/db-api/ page, under REGEX, the following
"In the case of SQLite, which doesn’t natively support regular-expression lookups, the syntax is that of Python’s re module."
doesn't match this line
SQL equivalents:
...
SELECT ... WHERE title REGEXP '(An?|The) +'; -- SQLite
This should be removed, or a SQL + pythen re equiv should be put in its place.
Note:
See TracTickets
for help on using tickets.