id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,qualification
2887,propel-dump-data failes to quote certain strings and propel-load-data fails to load boolean data.,shinji,fabien,Attached patch fixes the following problems.\r\n\r\n(1) Spyc assumes a class of string ('yes'_ 'n'_ '+'_ '-'_ 'true'_ 'false'...) to represent a boolean value. To designate string values of these_ they must be quoted in yml file. However Spyc failes to do that when dumping data. Therefore when propel-dump-data followed by propel-load-data is performed_ 'y' in a database column gets converted into '1'_ for example.\r\n\r\n(2) pgsql_fetch_array() returns a boolean value as a string value ('t' or 'f').Therefore they gets dumped as 't' or 'f' in the output during propel-dump-data. When loaded into database using propel-load-data_ both are coerced into boolean value 'true' since they are regarded as a string value.\r\n,defect,closed,minor,1.1.0,model,1.0.10,fixed,Spyc dump-data load-data,shinji-s@hat.hi-ho.ne.jp,Unreviewed
