markrendle / Simple.Data

A light-weight, dynamic data access component for C# 4.0
MIT License
1.33k stars 303 forks source link

Demonstrate effect of position in query of 'Select' clause for 'Get' #357

Open StephenFriend opened 9 years ago

StephenFriend commented 9 years ago

I found some inconsistent behaviour with Select clauses on 'Get' queries, so I wrote a couple of tests that demonstrate it. I know you're working on v2 (did you get your X-Box?) so I'm not sure if this is of any interest to you.

If you do merge the changes in, I'll reference these tests when I make a pull request on http://simplefx.org/simpledata/docs/ updating the detail on 'Select' with regards to 'Get's.

Cheers, Steve

markrendle commented 9 years ago

Thanks Stephen. Yes, work on v2 is well underway, and that includes a complete rewrite of Get, but this is much appreciated for v1, which will be getting its proper 1.0 release very soon.Sent using CloudMagicOn Sat, Nov 29, 2014 at 1:38 pm, markrendle/Simple.Data reply@reply.github.com wrote: I found some inconsistent behaviour with Select clauses on 'Get' queries, so I wrote a couple of tests that demonstrate it. I know you're working on v2 (did you get your X-Box?) so I'm not sure if this is of any interest to you.

If you do merge the changes in, I'll reference these tests when I make a pull request on http://simplefx.org/simpledata/docs/ updating the detail on 'Select' with regards to 'Get's.

Cheers, Steve

You can merge this Pull Request by running git pull https://github.com/StephenFriend/Simple.Data getSelectClause Or view, comment on, or merge it at:   https://github.com/markrendle/Simple.Data/pull/357

Commit Summary

Demonstrate effect of position in query of 'Select' clause for 'Get'

File Changes

M
Simple.Data.SqlTest/GetTests.cs
(21)

Patch Links:

https://github.com/markrendle/Simple.Data/pull/357.patch https://github.com/markrendle/Simple.Data/pull/357.diff

—Reply to this email directly or view it on GitHub.