-
I am using SQLAlchemy together with Pandas to insert dataframe data into a database (using pandas `dataframe.to_sql()`. Where values in the dataframe are `None`, SQLAlchemy still tries to run its data…
-
p2o.py --enrich --index git_raw --index-enrich git -e http://localhost:9200 --no_inc --debug git https://github.com/chaoss/grimoirelab-perceval.git
Output:
2019-03-08 17:14:10,910 Debug mode activat…
-
Hello,
I'm using aiomysql library for a while in work project. I got asynchronious server with mysql database with follwing communication: `aiohttp aiomysql + sa`.
Here is my sample code.
``` py…
IdeoG updated
5 years ago
-
在页面上注册用户,会弹出“请求错误 500: http://172.18.124.26:8089/api/auth/register”的错误。
请问,具体的原因是什么呢?日志打印在哪个路径下呢?
-
@koxudaxi
Do you think this plug-in could be used to support database migrations using alembic/sqlalchemy?
Rubyj updated
5 years ago
-
Hi,
so I'm writing a Python Thrift service and use Peewee as my ORM. Our DB is on a MySQL server. I've had many different problems with the "MySQL server going away" and googling it I found these two …
cpury updated
5 years ago
-
Was anyone able to "use" the reconnect feature proper? The example code in the docs are not able to do that. ping(true) neither. Since I switched from MySQLdb to pymysql I am haunted by not being able…
-
Hi when I am using this app with mysql, mysql dies.
I guess it is due to multithreading because some of the sql errors are:
[MysqlClient]
SQL error: Packet sequence number wrong - got 1 expected…
-
I'm using Sqlalchemy to insert some data. However, when inserted, the data would be converted into None automatically. But, when using Pymysql to insert data, it works fine. I have no clue at all. Nee…
-
Hi,
My app is using PyMySQL for a SQLAlchemy powered application. I'm getting this error quite a lot.
Can you please advise any suggestions?
PyMySQL installed by pip: PyMySQL (0.6.1)
I've been usi…