- those funcions when creating the sql the columns names weren't being qualified quoted
this cause problems for some reserved words like RANGE and other
It was fixed using the respective adapter for each db engine $adapter->quoteIdentifier()
when $adapter is {DBMySQL,DBPostgres,DBMSSQL, etc} it is built in via factory of Propel object