Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
sqlalchemy.exc.InvalidRequestError) 的绑定参数需要一个值test2。
test2
INSERT INTO dashboard (source, test, test2) VALUES (%s, %s, %s)] [parameters: [{'source': 'new_user', 'test': None, 'test2': None}]
test2tinyint(1) 默认 NULL
然而,我test2的在吗?谁能让我知道错误在哪里?谢谢!
test2': None这是假的!!我确实想念test2. 然后我们需要将它添加到代码中!错误已修复!
test2': None