mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-26 19:22:30 -05:00
66216d3af6
The implementation of LIKE uses regexes under the hood, and this implementation of REGEXP takes the same approach. It employs PosixExtended from LibRegex with case insensitive and Unicode flags set. The implementation of LIKE is based on SQLlite specs, but SQLlite does not offer directions for a built-in regex functionality, so this one uses LibRegex. |
||
---|---|---|
.. | ||
AST | ||
BTree.cpp | ||
BTree.h | ||
BTreeIterator.cpp | ||
CMakeLists.txt | ||
Database.cpp | ||
Database.h | ||
Forward.h | ||
HashIndex.cpp | ||
HashIndex.h | ||
Heap.cpp | ||
Heap.h | ||
Index.cpp | ||
Index.h | ||
Key.cpp | ||
Key.h | ||
Meta.cpp | ||
Meta.h | ||
ResultSet.cpp | ||
ResultSet.h | ||
Row.cpp | ||
Row.h | ||
Serializer.cpp | ||
Serializer.h | ||
SQLClient.cpp | ||
SQLClient.h | ||
SQLResult.cpp | ||
SQLResult.h | ||
TreeNode.cpp | ||
Tuple.cpp | ||
Tuple.h | ||
TupleDescriptor.h | ||
Type.h | ||
Value.cpp | ||
Value.h | ||
ValueImpl.h |