-
This is not the most helpful bug report, but my naive attempt to reproduce this by just setting `wait_timeout` and `interactive_timeout` to low numbers in mysql and sending some queries didn't work.
…
-
Changing the contents of a file (column) does not change the actual record in the database:
```
$ mysql -utest -ptest test -e 'SELECT * FROM data'
+-----+--------+
| uid | title |
+-----+--------+
|…
-
In [this video](https://www.youtube.com/watch?v=zKnaoA6BdJk) I saw that the Doomguy can die which makes him close the eyes:
![image](https://user-images.githubusercontent.com/469989/208259926-1f946…
-
Hi all,
I am trying to integrate the Trino JDBC driver into the [jdbcDriverOOo](https://prrvchr.github.io/jdbcDriverOOo/) extension which is a JDBC driver for **LibreOffice Base**.
When **Base**…
-
If ambient transaction (TransactionScope) times out during a Flush, changes can still be affectuated to the database. The premisis is that the connection to SQL Server is in autocommit mode (which is …
-
await aiomysql.create_pool(maxsize=db['pool'], host=connection['host'], port=connection['port'],
user=connection['user'], password…
-
This could be a command such as `./manage.py show_settings_diff` (or similar) - it could work by having the `djp.settings(globals())` function grab a snapshot of the current state before, then make th…
-
in a sublime settings file:
- adjust the time/delay
- use auto push, like suggested in #1
- adjust the commit message
- remove the .sublime-text-git-autocommit file, instead use a sublime setting…
-
This could be intended behavior, but when an spring cloud task is starting up, it doesn't use the transaction manager when initializing the execution.
Take as an example spring-cloud-task-samples/m…
-
I have Jupyter notebook in which I am able to access using pytds. I would like to use it with sqlalchemy and the %%sql command.
however when try the following:
sqlalchemy.create_engine('mssql+pytd…