Join my free course on the basics of Flask-SQLAlchemy: prettyprinted.com/flasksql
@avisekssarma55924 жыл бұрын
Thank you for making these sort of short and clear videos in problems that can happen in code. You are like stackoverflow in youtube.
@stillinmusic6 жыл бұрын
All your videos are so helpful.
@prettyprinted6 жыл бұрын
Thanks for watching!
@prateeksarangi91872 жыл бұрын
Thanks Anthony !! As always great
@sajedkhoshkar2 жыл бұрын
Thanks for making these sort of videos. Very useful
@prettyprinted7 жыл бұрын
Thanks for watching everyone! Check out prettyprinted.com for Flask courses.
@desmondade7 жыл бұрын
Great video Anthony
@prettyprinted7 жыл бұрын
Thanks for watching!
@triple5beats5066 жыл бұрын
What about the "on_conflict_do_nothing()" method? Would this be useful in this situation?
@kiranbakale82074 жыл бұрын
I got a Type error It says view function did not return a valid response . The function either returned none or ended without a return statement Please reply
@shadedeveloping47054 жыл бұрын
Great video! Thanks
@prettyprinted4 жыл бұрын
Glad you liked it!
@fabricio_patrocinio3 жыл бұрын
This video is power, thanks brow!!
@nayan19174 жыл бұрын
Hi Anthony, Please make a video on how to handle Sqlalchemy timeout error for maximum queue pool size reached. It would be very helpful!
@Biongar Жыл бұрын
How to detect which field raise IntegrityError when we have 2+ unique fields? Example: User should have unique username and unique email, we send both of them when create user
@satheesh22g6 жыл бұрын
but ,i got sqlalchemy.exc.ProgrammingError ProgrammingError: (sqlite3.ProgrammingError) SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 140258910824192 and this is thread id 140258902431488.how can i solve this
@prettyprinted6 жыл бұрын
It depends on your code. Are you doing anything special in your route with Flask-SQLAlchemy?
@akhileshverma48122 жыл бұрын
Giving an error module flask_sqlalchemy not found I have run the command also
@quechon17 жыл бұрын
Anthony my man very good video
@prettyprinted7 жыл бұрын
Thanks!
@Conekingu5 жыл бұрын
Really helpful!!! Thanks
@prettyprinted5 жыл бұрын
Thanks for watching!
@cedricbenonga7778 Жыл бұрын
How do I still successfully add the same value twice in the flask-sqlalchimy database while handling the integrity error?
@prettyprinted Жыл бұрын
Just make sure the field you want to add the value in is set to unique=False
@arunaacharya54732 жыл бұрын
can you do a video on how to solve sqlite thread error
@charlesjoseph8097 жыл бұрын
am i need to close the session once request over?
@prettyprinted7 жыл бұрын
Flask-SQLAlchemy should take care of closing the session for you after the request ends.
@charlesjoseph8097 жыл бұрын
close need when flask-sqlalchemy used with flask-socketio?
@prettyprinted7 жыл бұрын
In that case, you may have to. I haven't thought about that one yet.
@antoniochacon40177 жыл бұрын
great new video
@prettyprinted7 жыл бұрын
Thanks for watching.
@fakenameforgoogle91683 жыл бұрын
Thanks
@falseee44455 жыл бұрын
Hello, it tells me that IntegrityError is not defined :(
@prettyprinted5 жыл бұрын
You can import it from sqlalchemy.
@falseee44455 жыл бұрын
@@prettyprinted ok thanks
@AKSHITGAURRA3 жыл бұрын
thanks buddy, you saved my ass
@NikosKeyZ7 жыл бұрын
Start the video at 4.50. You can thank me later!
@prettyprinted7 жыл бұрын
Some people like to hear me talk even when I'm not writing code!
@NikosKeyZ7 жыл бұрын
Pretty Printed of course but people in hurry like me, don't want to hear over and over again same things.
@ranjanthapa39642 жыл бұрын
sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such column: movie__details.genre i searched everywhere in google but i didn't get the solution of this error. anyone to help me out