commit | b76e29242fd399c47ec633152092f9ce7ac917fc | [log] [tgz] |
---|---|---|
author | Michelle Jones <michelledeannejones@gmail.com> | Wed Feb 27 16:59:48 2013 -0500 |
committer | Michelle Jones <michelledeannejones@gmail.com> | Wed Feb 27 16:59:48 2013 -0500 |
tree | 8dc5ff19d936e5d001ffbadffb9929efb12bdd7c | |
parent | af493e6699ee548331a4557dba9162ec8b789fbf [diff] |
Remove trailing delimiters from csv_from_result When using the csv_from_result function, the returned string includes an extra delimiter at the end of every line, usually a comma unless another delimiter is specified. A simple addition of a couple of lines to remove the extra delimiter from the column names and the data rows is included. (Lines 241 and 251)