ECPG's parser now accepts and handles variables as arguments for the FREE command.

Michael Meskes <meskes@postgresql.org>

Commit: b4d298ac234cb85df96a3c95f3b7c55183606e4a
Author: Michael Meskes <meskes@postgresql.org>
Date: 2010-03-21T11:56:45Z
Releases: 9.0.0
ECPG's parser now accepts and handles variables as arguments for the FREE command.

Informix allows variables as argument to the embedded SQL command FREE. Given
that we only allow freeing cursors via FREE for compatibility reasons only we
should do the same.

Files