Timothy Flynn
|
aba7f11a50
LibSQL: Partially implement the DELETE command
|
2 yıl önce |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 yıl önce |
Lenny Maiorani
|
7abb782206
Libraries: Use default constructors/destructors in LibSQL
|
3 yıl önce |
Timothy Flynn
|
e649ff5d31
LibSQL: Return a not-yet-implemented error for unimplemented expressions
|
3 yıl önce |
Timothy Flynn
|
df2ddcafd4
LibSQL: Remove the now-unused ExecutionContext::result object
|
3 yıl önce |
Timothy Flynn
|
f3c6cb40d7
LibSQL: Convert SQL expression evaluation to use ResultOr
|
3 yıl önce |
Timothy Flynn
|
2397836f8e
LibSQL+SQLServer: Introduce and use ResultOr<ValueType>
|
3 yıl önce |
Timothy Flynn
|
373b467302
LibSQL+SQLServer: Move LibSQL/SQLResult.[h,cpp] to LibSQL/Result.[h,cpp]
|
3 yıl önce |
Timothy Flynn
|
6620f19979
LibSQL+SQLServer: Return the new Result class from statement executions
|
3 yıl önce |
Mahmoud Mandour
|
f6233913ad
LibSQL: Implement a DESCRIBE TABLE statement
|
3 yıl önce |
Timothy Flynn
|
6efbafa6e0
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
|
3 yıl önce |
Guilherme Gonçalves
|
f91d471843
LibSQL: Implement LIKE SQL expressions
|
3 yıl önce |
Daniel Bertalan
|
4a81b33c07
Everywhere: Fix -Winconsistent-missing-override warnings from Clang
|
3 yıl önce |
Jan de Visser
|
1c50e9aadc
LibSQL: Add current statement to the ExecutionContext
|
3 yıl önce |
Jan de Visser
|
9022cf99ff
LibSQL: Add better error handling to `evaluate` and `execute` methods
|
3 yıl önce |
Jan de Visser
|
9d1e27d8a8
LibSQL: Implement evaluate() method of BinaryOperatorExpression
|
3 yıl önce |
Jan de Visser
|
fe50598a03
LibSQL: Allow expressions and column names in SELECT ... FROM
|
3 yıl önce |
Jan de Visser
|
d074a601df
LibSQL+SQLServer: Bare bones INSERT and SELECT statements
|
4 yıl önce |
Jan de Visser
|
1037d6b0eb
LibSQL: Invent statement execution machinery and CREATE SCHEMA statement
|
4 yıl önce |
Jan de Visser
|
30691549fd
LibSQL: Move Order and Nulls enums from SQL::AST to SQL namespace
|
4 yıl önce |
Jan de Visser
|
4198f7e1af
LibSQL: Move Lexer and Parser machinery to AST directory
|
4 yıl önce |