mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-10 13:00:29 +03:00
1c50e9aadc
Because SQL is the craptastic language that it is, sometimes expressions need to know details about the calling statement. For example the tables in the 'FROM' clause may be needed to determine which columns are referenced in 'WHERE' expressions. So the current statement is added to the ExecutionContext and a new 'execute' overload on Statement is created which takes the Database and the Statement and builds an ExecutionContaxt from those. |
||
---|---|---|
.. | ||
ClientConnection.cpp | ||
ClientConnection.h | ||
CMakeLists.txt | ||
DatabaseConnection.cpp | ||
DatabaseConnection.h | ||
Forward.h | ||
main.cpp | ||
SQLClient.ipc | ||
SQLServer.ipc | ||
SQLStatement.cpp | ||
SQLStatement.h |