Ali Mohammad Pur
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 år sedan |
Andreas Kling
|
8a48246ed1
Everywhere: Stop using NonnullRefPtrVector
|
2 år sedan |
Linus Groh
|
6e7459322d
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
|
2 år sedan |
Timothy Flynn
|
41e0e4cdd7
LibSQL: Add parsing and evaluation of BOOLEAN type literals
|
2 år sedan |
Timothy Flynn
|
72e41a7dbd
LibSQL: Support 64-bit integer values and handle overflow errors
|
2 år sedan |
Timothy Flynn
|
b2b9ae27fd
LibSQL: Parse and execute sequential placeholder values
|
2 år sedan |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 år sedan |
Timothy Flynn
|
1524288127
LibSQL: Rewrite the SQL::Value type to be contained within one class
|
2 år sedan |
Timothy Flynn
|
7d41b46a7d
LibSQL: Remove infallible type conversions from SQL::Value
|
2 år sedan |
Timothy Flynn
|
c0b54f18b5
LibSQL: Copy SQL::Value instances less frequently (which may be vectors)
|
2 år sedan |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 år sedan |
Lenny Maiorani
|
f912a48315
Userland: Change static const variables to static constexpr
|
3 år sedan |
Timothy Flynn
|
e649ff5d31
LibSQL: Return a not-yet-implemented error for unimplemented expressions
|
3 år sedan |
Timothy Flynn
|
b683e8ab77
LibSQL: Return unimplemented errors from unimplemented MATCH expressions
|
3 år sedan |
Timothy Flynn
|
f3c6cb40d7
LibSQL: Convert SQL expression evaluation to use ResultOr
|
3 år sedan |
Timothy Flynn
|
6620f19979
LibSQL+SQLServer: Return the new Result class from statement executions
|
3 år sedan |
mnlrsn
|
66216d3af6
LibSQL: Add simple REGEXP match
|
3 år sedan |
Guilherme Gonçalves
|
f91d471843
LibSQL: Implement LIKE SQL expressions
|
3 år sedan |
Jan de Visser
|
c369626ac1
LibSQL: Gracefully react to unimplemented valid SQL
|
3 år sedan |
Jan de Visser
|
001949d77a
LibSQL: Improve error handling
|
3 år sedan |
Jan de Visser
|
3425730294
LibSQL: Implement table joins
|
3 år sedan |
Jan de Visser
|
9022cf99ff
LibSQL: Add better error handling to `evaluate` and `execute` methods
|
3 år sedan |
Jan de Visser
|
9d1e27d8a8
LibSQL: Implement evaluate() method of BinaryOperatorExpression
|
3 år sedan |
Jan de Visser
|
fe50598a03
LibSQL: Allow expressions and column names in SELECT ... FROM
|
3 år sedan |
Jan de Visser
|
d074a601df
LibSQL+SQLServer: Bare bones INSERT and SELECT statements
|
4 år sedan |