|
|
Browse by Tags
All Tags » db4o » Native Queries (RSS)
-
I used db4o client/server features and added objects at the server end and committed them. When I try to get those objects in a client program using Native Queries the IList<> always returns 0 objects. Using Query by example I get the desired result.I know my query is right because I tested it on the server program and it works but somehow ...
-
Luciano has just released a new version of the ''LINQ to db4o'' adapter (v. 0.3). This version includes:
Initial unit tests
Major refactoring to allow for the support of the full range of LINQ
Support for GroupBy, Distinct, Average, Min, Max, Sum (operators can be in any order)
Luciano now splits the expression tree in the branches ...
|
|
|