Fix a case where an error in the ORDER BY clause of an aggregate function that is...
commit8656d6192876da7e12b3f9e254f9afc196e1cbfe
authorDan Kennedy <danielk1977@gmail.com>
Wed, 15 May 2024 21:38:04 +0000 (15 21:38 +0000)
committerDan Kennedy <danielk1977@gmail.com>
Wed, 15 May 2024 21:38:04 +0000 (15 21:38 +0000)
tree0cf078f1533e72183d069f98c5d044deb45406dc
parentd3a28ad38a237f06c2e0cbf9a748ea2e3358d27a
Fix a case where an error in the ORDER BY clause of an aggregate function that is part of a trigger body might cause an assert() to fail in an ALTER TABLE command.
src/resolve.c
test/altertab2.test