serenity/Userland/Services/SQLServer
Jan de Visser e923cb3739 SQLServer+SQL+LibSQL: Allow sql client to specify the database name
The database the sql client connected to was 'hardcoded' to the login
name of the calling user.
- Extended the IPC API to be more expressive when connecting, by
returning the name of the database the client connected to in the
'connected' callback.
- Gave the sql client a command line argument (-d/--database) allowing
an alternative database name to be specified

A subsequent commit will have a dot command allowing the user to
connect to different databases from the same sql session.
2021-10-05 02:22:19 +02:00
..
ClientConnection.cpp LibSQL+SQLServer: Build SQLServer system service 2021-07-08 17:55:59 +04:30
ClientConnection.h LibSQL+SQLServer: Build SQLServer system service 2021-07-08 17:55:59 +04:30
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 LibSQL+SQLServer: Build SQLServer system service 2021-07-08 17:55:59 +04:30
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 LibSQL+SQLServer: Build SQLServer system service 2021-07-08 17:55:59 +04:30
SQLStatement.cpp SQLServer: Do not capture stack variables by reference in lambdas 2021-10-05 02:22:19 +02:00
SQLStatement.h LibSQL+SQLServer: Build SQLServer system service 2021-07-08 17:55:59 +04:30