-
```
Verify and test that if update exchange blows up, all of the tables in a peer
are left in a good state.
It may be that not all work is done in a single transaction. If not, see if it
can be.
…
-
I'm moving my data from mysql to elastic search using jdbc river plugin.
its scheduled to fed data into elastic search every minute.... But when, I try to visualize the data.. Elastic search s not ge…
-
I have setup an ElasticSearch river with 20 minutes interval. Here is the river defination:
{
"type": "jdbc",
"jdbc": {
"driver": "com.microsoft.sqlserver.jdbc.SQLServerDriver",
…
-
```
Unable to set SQL Connect timeout
What steps will reproduce the problem?
1. Сonnect to any server that drop (not reject!) the connection
import pypyodbc
conn =
pypyodbc.Connection("Driver=Free…
-
```
What steps will reproduce the problem?
1.Drop database by pyodbc
What is the expected output? What do you see instead?
Expect that SQL database to be dropped but it's not.
(Error:42000', '[42000]…
-
Hi All,
To set the transaction-isolation level to NO COMMIT in a XML SQL document, I created the following XML:
```
```
I got the error: `Member not journaled to journal…
-
```
I wrote a little patch that set transaction on full db upgrade (patch is
attached and for hq rev 185).
Now in SA-migrate engine is connectionless so on each sql command it's
creating a connectio…
-
I have a sp
```
ALTER PROCEDURE [dbo].[sp_select_Test2] @Test [dbo].[TestTableType] READONLY
AS
BEGIN
INSERT INTO dbo.test
(
Code,
Text,
…
-
Hello,
With Tora 3.2.186/windows/x64, while executing a multiple lines SQL request, sometimes (often the first run), it fails to execute the full SQL request.
Even if the multiple lines SQL …
eraso updated
3 years ago
-
I am writing some tests which need to disable Django's autocommit, as the code under test manages this itself. However, after the first test case, the database is flushed, and any useful state that wa…