Two tables are created in sqlalchemy, relationship 1:1 (primary key of the first table is the foreign and also the primary key in the second table). When a child is created in the second table, then I can't change (and delete) the parent record. Why it doesn't update cascade?
@elvykamunyokomanunebo1441 Жыл бұрын
I get an AttributeError: 'OptionEngine' object has no attribute 'execute' having checked arount it seems that the error is coming from SQLAlchemy v2.0 and above. Any idea as to how to resolve this issue
@maryamkazerooni3445 Жыл бұрын
how do I get the details of db like the port number? for example 3306 in MySQL section
@hanifarieffadilah63132 жыл бұрын
Hi Sir, when I try to connect mysql, I got the error 'No Module Named MySQLdb'. I already installing mysql-connector-python. can you help me? thanks in advance
@fahadshoaib87352 жыл бұрын
pip install mysqlclient
@sonalimarkam58092 жыл бұрын
Can u tell how to conncet to teradata using sqlalchmy with SQL query
@deepasri96982 жыл бұрын
Thanks for this video .. This is so helpful!! Have a nice day😊