summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibSQL/Value.h
AgeCommit message (Expand)Author
2022-02-13LibSQL: Convert binary SQL operations to be fallibleTimothy Flynn
2021-11-10LibSQL: Add 'schema' and 'table' to TupleElementDescriptorJan de Visser
2021-10-25LibSQL: Implement binary operators for Value objectsJan de Visser
2021-10-05LibSQL: Allow expressions and column names in SELECT ... FROMJan de Visser
2021-08-21LibSQL: Introduce Serializer as a mediator between Heap and client codeJan de Visser
2021-08-21LibSQL: Redesign Value implementation and add new typesJan de Visser
2021-08-13AK+Everywhere: Delete Variant's default constructorAli Mohammad Pur
2021-06-19LibSQL: Basic dynamic value classes for SQL Storage layerJan de Visser