[Tarantool-patches] [PATCH v2 2/3] sql: set an error to diag in sql_execute() on failure

Vladislav Shpilevoy v.shpilevoy at tarantool.org
Sun Dec 13 21:30:25 MSK 2020


Thanks for the patch!

I agree with Nikita here. The change is dangerous. If there is
no a diag, but the query failed, it means something is very wrong,
and it is not safe to continue execution. A panic() would be
better here.


More information about the Tarantool-patches mailing list