-
```
What steps will reproduce the problem?
1. Create a connection to a database with autocommit off using the context
manager, and then leave an SQL statement uncommitted. For example as follows:
i…
-
```
What steps will reproduce the problem?
1. Create a connection to a database with autocommit off using the context
manager, and then leave an SQL statement uncommitted. For example as follows:
i…
-
After some discussion, it is clear that the front end interface is not as simple as it first appeared to be.
It may be necessary to allow the user to enable and disable individual ECA rules. This can…
-
## Feature Request
**Is your feature request related to a problem? Please describe:**
**Describe the feature you'd like:**
I have 10 tables all trying to add an index concurrently (via sysb…
morgo updated
3 years ago
-
When you are using GitDoc set to autocommit, but your git configuration is missing the `user.name` and `user.email` setting, not commits can be performed.
This is top be expected, my problem is that…
-
I am using xml config and xml mapper. With this extension I am getting ivalid bound statement exception.
Here is xml config
```
…
-
After creation
```
pub fn new(conn: &mut Connection, behavior: TransactionBehavior)
conn.execute_batch(query).map(move |_| Transaction {
conn,
drop_behavior: DropBeha…
-
### Summary
After upgrading a project to EF7 and Pomelo.EntityFrameworkCore.MySql 7.0.0-silver.1, certain changes to the database stopped working, without any errors. Everything seemed to work, but…
-
Inserts to a table with autoinc primamry key can result in duplicate key error, if another node joins or drops from the cluster during the insert processing. This issue has been logged earlier in:
…
-
Hi
in the variable "audit_record_cmds" I defined (among other cmds ) the SET_OPTION command to be audited.
How ever I would like to EXCLUDE the sub command "SET autocommit".
I failed doing it by…
liavs updated
6 years ago