Ngugi1 / sqlite-net

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

Automatic connection tracking doesn't work #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create an entity
2. add public SQLiteConnection Connection { get; private set; }
3. compile

What is the expected output? What do you see instead?
it should allow me to use the connection property from within the class to 
access the db
instead it tries to map the property and complains that it knows nothing about 
SQLiteConnection

What version of the product are you using? On what operating system?
trunk

Please provide any additional information below.
is there some extra config required that's not specified in the wiki?

Original issue reported on code.google.com by codingvi...@googlemail.com on 3 Jul 2010 at 6:27

GoogleCodeExporter commented 9 years ago
this was removed by frank as the active record pattern is less favored to the 
repository pattern - docs were updated too.

Original comment by codingvi...@googlemail.com on 20 Jul 2010 at 8:38

GoogleCodeExporter commented 9 years ago

Original comment by frank.al...@gmail.com on 13 Nov 2010 at 11:41