Timothy Flynn
|
b2b9ae27fd
LibSQL: Parse and execute sequential placeholder values
|
2 年之前 |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 年之前 |
Timothy Flynn
|
1524288127
LibSQL: Rewrite the SQL::Value type to be contained within one class
|
2 年之前 |
Timothy Flynn
|
7d41b46a7d
LibSQL: Remove infallible type conversions from SQL::Value
|
2 年之前 |
Timothy Flynn
|
c0b54f18b5
LibSQL: Copy SQL::Value instances less frequently (which may be vectors)
|
2 年之前 |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 年之前 |
Lenny Maiorani
|
f912a48315
Userland: Change static const variables to static constexpr
|
3 年之前 |
Timothy Flynn
|
e649ff5d31
LibSQL: Return a not-yet-implemented error for unimplemented expressions
|
3 年之前 |
Timothy Flynn
|
b683e8ab77
LibSQL: Return unimplemented errors from unimplemented MATCH expressions
|
3 年之前 |
Timothy Flynn
|
f3c6cb40d7
LibSQL: Convert SQL expression evaluation to use ResultOr
|
3 年之前 |
Timothy Flynn
|
6620f19979
LibSQL+SQLServer: Return the new Result class from statement executions
|
3 年之前 |
mnlrsn
|
66216d3af6
LibSQL: Add simple REGEXP match
|
3 年之前 |
Guilherme Gonçalves
|
f91d471843
LibSQL: Implement LIKE SQL expressions
|
3 年之前 |
Jan de Visser
|
c369626ac1
LibSQL: Gracefully react to unimplemented valid SQL
|
3 年之前 |
Jan de Visser
|
001949d77a
LibSQL: Improve error handling
|
3 年之前 |
Jan de Visser
|
3425730294
LibSQL: Implement table joins
|
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 年之前 |