KWB-R / fakin.path.app

Shiny Application For Path Analysis
https://kwb-r.github.io/fakin.path.app
MIT License
0 stars 0 forks source link

Allow to run multiple SQL statements #3

Open hsonne opened 5 years ago

hsonne commented 5 years ago

I want to set a parameter in a first SQL statement and then use the parameter in the next statement. This does currently not work using run_in_fakin_database(). I assume that is has to do with the fact that I open the connection, run the query and close the connection. Most probably the variables are not kept between sessions. So, I should allow either to pass a vector of SQL statements or to pass a connection in which case the connection will not be closed.