This website requires JavaScript.
Explore
Help
Sign In
fergalmoran
/
ladybird
Watch
1
Star
0
Fork
0
You've already forked ladybird
mirror of
https://github.com/fergalmoran/ladybird.git
synced
2026-05-16 16:18:12 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
0e72b04e7d305f4a6688e6d524d4f53c6d94de5a
ladybird
/
Userland
/
Libraries
/
LibSQL
History
Guilherme Gonçalves
f91d471843
LibSQL: Implement LIKE SQL expressions
2022-01-07 10:50:39 +03:30
..
AST
LibSQL: Implement LIKE SQL expressions
2022-01-07 10:50:39 +03:30
BTree.cpp
…
BTree.h
…
BTreeIterator.cpp
…
CMakeLists.txt
LibSQL: Implement LIKE SQL expressions
2022-01-07 10:50:39 +03:30
Database.cpp
LibSQL: Improve error handling
2021-12-04 20:49:22 +03:30
Database.h
LibSQL: Improve error handling
2021-12-04 20:49:22 +03:30
Forward.h
…
HashIndex.cpp
…
HashIndex.h
…
Heap.cpp
LibSQL: Avoid unnecessary copies in Heap
2022-01-01 15:40:39 +01:00
Heap.h
LibSQL: Improve error handling
2021-12-04 20:49:22 +03:30
Index.cpp
…
Index.h
…
Key.cpp
…
Key.h
…
Meta.cpp
…
Meta.h
…
Row.cpp
…
Row.h
…
Serializer.cpp
…
Serializer.h
…
SQLClient.cpp
…
SQLClient.h
…
SQLResult.h
LibSQL: Improve error handling
2021-12-04 20:49:22 +03:30
TreeNode.cpp
…
Tuple.cpp
…
Tuple.h
…
TupleDescriptor.h
…
Type.h
…
Value.cpp
LibSQL: Relax assignment rules for Null Values
2021-11-10 14:47:49 +01:00
Value.h
…
ValueImpl.h
…