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-11 13:48:57 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
264db4fc405c63c28510dfd538177ee0862f92f5
ladybird
/
Userland
/
Libraries
/
LibSQL
History
Timothy Flynn
264db4fc40
LibSQL: Remove unnecessary values from the ENUMERATE_SQL_TYPES macro
...
Removing the bitmask-esque values from the enumeration necessitates a Heap version bump.
2022-12-14 09:21:30 -05:00
..
AST
…
BTree.cpp
…
BTree.h
…
BTreeIterator.cpp
…
CMakeLists.txt
…
Database.cpp
…
Database.h
…
Forward.h
…
HashIndex.cpp
…
HashIndex.h
…
Heap.cpp
LibSQL: Ungracefully handle database version incompatibilities
2022-12-14 09:21:30 -05:00
Heap.h
LibSQL: Remove unnecessary values from the ENUMERATE_SQL_TYPES macro
2022-12-14 09:21:30 -05:00
Index.cpp
…
Index.h
…
Key.cpp
…
Key.h
…
Meta.cpp
…
Meta.h
…
Result.cpp
…
Result.h
…
ResultSet.cpp
…
ResultSet.h
…
Row.cpp
…
Row.h
…
Serializer.cpp
…
Serializer.h
…
SQLClient.cpp
Everywhere: Stop shoving things into ::std and mentioning them as such
2022-12-14 11:44:32 +01:00
SQLClient.h
LibSQL: Support launching a singleton SQLServer instance for Lagom hosts
2022-12-11 10:08:17 -05:00
TreeNode.cpp
…
Tuple.cpp
…
Tuple.h
…
TupleDescriptor.h
…
Type.h
LibSQL: Remove unnecessary values from the ENUMERATE_SQL_TYPES macro
2022-12-14 09:21:30 -05:00
Value.cpp
LibSQL: Remove unnecessary values from the ENUMERATE_SQL_TYPES macro
2022-12-14 09:21:30 -05:00
Value.h
…