1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 06:18:12 +00:00
serenity/Userland/Services/SQLServer
Timothy Flynn b13527b8b2 SQLServer: Parse SQL a single time to actually "prepare" the statement
One of the benefits of prepared statements is that the SQL string is
parsed just once and re-used. This updates SQLStatement to do just that
and store the parsed result.
2022-12-07 13:09:00 +01:00
..
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
ConnectionFromClient.cpp SQLServer: Parse SQL a single time to actually "prepare" the statement 2022-12-07 13:09:00 +01:00
ConnectionFromClient.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
DatabaseConnection.cpp SQLServer: Parse SQL a single time to actually "prepare" the statement 2022-12-07 13:09:00 +01:00
DatabaseConnection.h SQLServer: Parse SQL a single time to actually "prepare" the statement 2022-12-07 13:09:00 +01:00
Forward.h Userland: Rename IPC ClientConnection => ConnectionFromClient 2022-02-25 22:35:12 +01:00
main.cpp Userland: Rename IPC ClientConnection => ConnectionFromClient 2022-02-25 22:35:12 +01:00
SQLClient.ipc AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
SQLServer.ipc AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
SQLStatement.cpp SQLServer: Parse SQL a single time to actually "prepare" the statement 2022-12-07 13:09:00 +01:00
SQLStatement.h SQLServer: Parse SQL a single time to actually "prepare" the statement 2022-12-07 13:09:00 +01:00