Flask-SQLAlchemy Multiple filters on Parent and Child
I have the following parent class:
sqlalchemy IntegrityError NOT NULL constraint failed sqlite3
I’m working on comments with replies using a self referential relationship. The first comment always submits. The second comment or replies to the first comment fail. I’ve dropped and recreated the DB, same error occurs.