Commit fe7be96
Jeff Treuting
DynamicProxy integration test
Apparently the DynamicProxies for lazy loading don't happen in SqlServer
CE it seems. So I created a testing regular SQL database to run some
tests against.
I added a SQL script to use to populate the databse. Just create a
local SharpRepositoryTest database and run the script against it.
Got test passing. Using caching and getting an already cached item out
and updating and saving it. Not throwing an exception now because I'm
caching the POCO class and not the Dynamic Proxy.
I also removed some old EF bits and the old EfRepository.1 parent 2d043f5 commit fe7be96
44 files changed
Lines changed: 2167 additions & 31648 deletions
File tree
- SharpRepository.Ef5Repository
- SharpRepository.EfRepository
- Properties
- SharpRepository.Repository/Queries
- SharpRepository.Tests.Integration
- DynamicProxyObjects
- Spikes
- TestObjects
- packages
- EntityFramework.4.1.10331.0
- lib
- EntityFramework.4.3.1
- Content
- lib/net40
- tools
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
This file was deleted.
Lines changed: 22 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
| |||
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| 13 | + | |
| 14 | + | |
11 | 15 | | |
12 | 16 | | |
13 | 17 | | |
| |||
48 | 52 | | |
49 | 53 | | |
50 | 54 | | |
51 | | - | |
| 55 | + | |
52 | 56 | | |
53 | 57 | | |
54 | 58 | | |
| |||
58 | 62 | | |
59 | 63 | | |
60 | 64 | | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
61 | 82 | | |
62 | 83 | | |
63 | 84 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
55 | 64 | | |
56 | 65 | | |
57 | 66 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
66 | 65 | | |
67 | 66 | | |
68 | 67 | | |
| |||
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Lines changed: 0 additions & 70 deletions
This file was deleted.
This file was deleted.
0 commit comments