Closed psychemedia closed 2 months ago
At the moment, the block magic only allows us to enter a single SQL statement.
Add a simple flag that denotes multiple sql statements, naively separated by a ;
;
This should work fine as long as there isn't a ';' as part of one of the actual queries.
At the moment, the block magic only allows us to enter a single SQL statement.
Add a simple flag that denotes multiple sql statements, naively separated by a
;
This should work fine as long as there isn't a ';' as part of one of the actual queries.