Opened 17 years ago
Last modified 15 years ago
#6047 closed
db-api docs: invalid REGEX SQL equiv for SQLite — at Version 2
Description (last modified by ) ¶
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.
Change History (2)
comment:1 by , 17 years ago
Needs documentation: | set |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 17 years ago
Description: | modified (diff) |
---|
Note:
See TracTickets
for help on using tickets.