Timothy Flynn
|
aec75d749a
LibSQL+SQLServer+SQLStudio+sql: Allocate per-statement-execution IDs
|
2 years ago |
Timothy Flynn
|
e2f71d2808
LibSQL+SQLServer+SQLStudio+sql: Use proper types for SQL IPC and IDs
|
2 years ago |
Timothy Flynn
|
8fcb8c30c6
SQLServer+SQLStudio+sql: Allow sending placeholder values to SQLServer
|
2 years ago |
Timothy Flynn
|
b13527b8b2
SQLServer: Parse SQL a single time to actually "prepare" the statement
|
2 years ago |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 years ago |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
MacDue
|
8a5d2be617
Everywhere: Remove unnecessary mutable attributes from lambdas
|
2 years ago |
Itamar
|
3a71748e5d
Userland: Rename IPC ClientConnection => ConnectionFromClient
|
3 years ago |
Timothy Flynn
|
2397836f8e
LibSQL+SQLServer: Introduce and use ResultOr<ValueType>
|
3 years ago |
Timothy Flynn
|
6620f19979
LibSQL+SQLServer: Return the new Result class from statement executions
|
3 years ago |
Jan de Visser
|
7fc901d1b3
LibSQL+SQLServer: Implement first cut of SELECT ... ORDER BY foo
|
3 years ago |
Jan de Visser
|
1c50e9aadc
LibSQL: Add current statement to the ExecutionContext
|
3 years ago |
Jan de Visser
|
c5c7a9d198
SQLServer: Do not capture stack variables by reference in lambdas
|
3 years ago |
sin-ack
|
8ea22121ac
Userland: Migrate to argument-less deferred_invoke
|
3 years ago |
Jan de Visser
|
d074a601df
LibSQL+SQLServer: Bare bones INSERT and SELECT statements
|
4 years ago |
Jan de Visser
|
a034774e3a
LibSQL+SQLServer: Build SQLServer system service
|
4 years ago |