brucezhang80 / dapper-dot-net

Automatically exported from code.google.com/p/dapper-dot-net
Other
0 stars 0 forks source link

Entering any spaces into the splitOn will cause it to throw an error #75

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Execute a query with 3 or more tables using splitOn
2. putting any spaces inside the splitOn will break it

What is the expected output? What do you see instead?

- My results are expected.
- Throws error at line:1085 because it wasn't able to find all the splitting 
points.

Example: ... splitOn: "field1, field2"

Please provide any additional information below.

Didn't see anywhere that there had to be no spaces between the fields. Just 
thought i'd post it here.

Original issue reported on code.google.com by stevenal...@gmail.com on 20 Dec 2011 at 2:18