summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibSQL/Tuple.cpp
AgeCommit message (Expand)Author
2023-04-23LibSQL: Use `Block::Index` everywhere; rename `pointer` to `block_index`Jelle Raaijmakers
2023-04-23LibSQL: Remove unused `Tuple::is_compatible`Jelle Raaijmakers
2023-04-23LibSQL: Clean up code style and remove unused includesJelle Raaijmakers
2023-01-27AK: Remove StringBuilder::build() in favor of to_deprecated_string()Linus Groh
2022-12-07LibSQL+SQLServer+SQLStudio+sql: Send result rows over IPC as SQL::ValueTimothy Flynn
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-30LibSQL: Don't copy strings when searching for a column's indexTimothy Flynn
2022-11-26LibSQL: Remove superfluous `VERIFY`s for `Vector` accessingJelle Raaijmakers
2022-10-14LibSQL: Copy SQL::Value instances less frequently (which may be vectors)Timothy Flynn
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2021-11-10LibSQL: Add the 'extend' operation to the Tuple classJan 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-21LibSQL: Make TupleDescriptor a shared pointer instead of a stack objectJan de Visser
2021-07-08LibSQL: Move Order and Nulls enums from SQL::AST to SQL namespaceJan de Visser
2021-06-24LibSQL: Move Lexer and Parser machinery to AST directoryJan de Visser
2021-06-19LibSQL: Basic dynamic value classes for SQL Storage layerJan de Visser