Ali Mohammad Pur
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 год назад |
Ali Mohammad Pur
|
aeee98b3a1
AK+Everywhere: Remove the null state of DeprecatedString
|
1 год назад |
Timothy Flynn
|
c911781c21
Everywhere: Remove needless trailing semi-colons after functions
|
2 лет назад |
Andreas Kling
|
689ca370d4
Everywhere: Remove NonnullRefPtr.h includes
|
2 лет назад |
Andreas Kling
|
8a48246ed1
Everywhere: Stop using NonnullRefPtrVector
|
2 лет назад |
MacDue
|
63b11030f0
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
|
2 лет назад |
Timothy Flynn
|
41e0e4cdd7
LibSQL: Add parsing and evaluation of BOOLEAN type literals
|
2 лет назад |
Timothy Flynn
|
b2b9ae27fd
LibSQL: Parse and execute sequential placeholder values
|
2 лет назад |
Timothy Flynn
|
53f8d62ea4
LibSQL: Partially implement the UPDATE command
|
2 лет назад |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 лет назад |
Timothy Flynn
|
aba7f11a50
LibSQL: Partially implement the DELETE command
|
2 лет назад |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 лет назад |
Lenny Maiorani
|
7abb782206
Libraries: Use default constructors/destructors in LibSQL
|
3 лет назад |
Timothy Flynn
|
e649ff5d31
LibSQL: Return a not-yet-implemented error for unimplemented expressions
|
3 лет назад |
Timothy Flynn
|
df2ddcafd4
LibSQL: Remove the now-unused ExecutionContext::result object
|
3 лет назад |
Timothy Flynn
|
f3c6cb40d7
LibSQL: Convert SQL expression evaluation to use ResultOr
|
3 лет назад |
Timothy Flynn
|
2397836f8e
LibSQL+SQLServer: Introduce and use ResultOr<ValueType>
|
3 лет назад |
Timothy Flynn
|
373b467302
LibSQL+SQLServer: Move LibSQL/SQLResult.[h,cpp] to LibSQL/Result.[h,cpp]
|
3 лет назад |
Timothy Flynn
|
6620f19979
LibSQL+SQLServer: Return the new Result class from statement executions
|
3 лет назад |
Mahmoud Mandour
|
f6233913ad
LibSQL: Implement a DESCRIBE TABLE statement
|
3 лет назад |
Timothy Flynn
|
6efbafa6e0
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
|
3 лет назад |
Guilherme Gonçalves
|
f91d471843
LibSQL: Implement LIKE SQL expressions
|
3 лет назад |
Daniel Bertalan
|
4a81b33c07
Everywhere: Fix -Winconsistent-missing-override warnings from Clang
|
3 лет назад |
Jan de Visser
|
1c50e9aadc
LibSQL: Add current statement to the ExecutionContext
|
3 лет назад |
Jan de Visser
|
9022cf99ff
LibSQL: Add better error handling to `evaluate` and `execute` methods
|
3 лет назад |
Jan de Visser
|
9d1e27d8a8
LibSQL: Implement evaluate() method of BinaryOperatorExpression
|
3 лет назад |
Jan de Visser
|
fe50598a03
LibSQL: Allow expressions and column names in SELECT ... FROM
|
3 лет назад |
Jan de Visser
|
d074a601df
LibSQL+SQLServer: Bare bones INSERT and SELECT statements
|
4 лет назад |
Jan de Visser
|
1037d6b0eb
LibSQL: Invent statement execution machinery and CREATE SCHEMA statement
|
4 лет назад |
Jan de Visser
|
30691549fd
LibSQL: Move Order and Nulls enums from SQL::AST to SQL namespace
|
4 лет назад |