Closed GoogleCodeExporter closed 9 years ago
I think this has been fixed - this test works for me:
[Test]
public void Select_With_ExecuteTypedList_Should_Work_With_List_of_Guid() {
List<Guid> list = new Select("ProductGUID").From<Product>
().ExecuteTypedList<Guid>();
Assert.AreNotEqual(Guid.Empty, list[0]);
}
Note that I have a Guid field in my Northwind DB
Original comment by robcon...@gmail.com
on 9 Apr 2009 at 2:19
Original issue reported on code.google.com by
harapu
on 28 Jan 2009 at 6:01