-
Hi,
there should be a function that enables the execution of an entire SQL script. This would make it possible to perform mass operations. At the moment, each statement has to be executed individua…
-
Update existing SQL statements to use prepared
Currently:
`cmd.CommandText = "INSERT INTO sales VALUES(" + c.id + "," + total + ",'"+ date+ "')";`
Will be
```
cmd.CommandText = "INSERT INT…
-
When I have an SQL layer that required multiple statements, e.g. setting configuration like this:
SET my_vars.from_date TO '2019-01-01';
SET my_vars.to_date TO '2019-12-31';
select * from myschem…
-
-
## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. Minimal reproduce step (Required)
When we use Savepoint and release savepoint statements, then we can fi…
-
### Describe the enhancement
As a response to the #1142, it is important for the library to limit the usage of the memory while it is caching the packed-statements per entity/model when calling the…
-
I am using the plugin very well. I always appreciate it.
There is a problem that the SQL Mapper of IntelliJ does not sort properly in the syntax containing > or <.
Is there a way to solve th…
-
**Describe the bug**
When running large SQL statements, the web console reads "running" but the statement never reaches the server.
**Expected behaviour**
I would expect either
- The SQL being p…
-
# Bug report
While building a demo using the Live Share feature of database.build, I've seen many intermittent failures of the connection. Usually fixed by stopping the Live Share, reloading the ta…
-
### Command proposal
Command that restores a database on a SQL Server Database Engine instance.
### Proposed parameters
Parameter | Mandatory | Data type | Description | Default value | Allow…