ladybird/Userland/Services/SQLServer
Jan de Visser 1c50e9aadc LibSQL: Add current statement to the ExecutionContext
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.
2021-11-10 14:47:49 +01:00
..
ClientConnection.cpp LibSQL+SQLServer: Build SQLServer system service 2021-07-08 17:55:59 +04:30
ClientConnection.h Services: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00
CMakeLists.txt LibSQL+SQLServer: Build SQLServer system service 2021-07-08 17:55:59 +04:30
DatabaseConnection.cpp SQLServer+SQL+LibSQL: Allow sql client to specify the database name 2021-10-05 02:22:19 +02:00
DatabaseConnection.h Services: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00
Forward.h LibSQL+SQLServer: Build SQLServer system service 2021-07-08 17:55:59 +04:30
main.cpp SQLServer: Don't stat()-then-mkdir() when mkdir() alone is enough 2021-08-30 18:35:36 +02:00
SQLClient.ipc SQLServer+SQL+LibSQL: Allow sql client to specify the database name 2021-10-05 02:22:19 +02:00
SQLServer.ipc SQLServer: Remove unnecessary magic number 2021-11-05 00:17:01 +03:30
SQLStatement.cpp LibSQL: Add current statement to the ExecutionContext 2021-11-10 14:47:49 +01:00
SQLStatement.h Services: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00