Commit Graph

3 Commits

Author SHA1 Message Date
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
Erik Amaru Ortiz
be0c90af87 BUG 000 momentarily reverted to rc5 fro pmTables (fix) 2011-09-05 12:47:25 -04:00
Erik Amaru Ortiz
0525681d79 initial commit from rev. 632 2010-12-02 23:34:41 +00:00