Do not use alias in returning expression
SQLite does not support alias in RETURNING
expression: https://www.sqlite.org/forum/forumpost/368b626208
And any way the expression can only use the columns of the table.
This would solve tryton#12288 (closed)