Files
luos/gulliver/thirdparty
Erik Amaru Ortiz d11eaadc2d BUG 0000 Propel engine FIX for doInsert() & doUpdate()
- 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
2011-10-12 10:05:16 -04:00
..