Ngugi1 / sqlite-net

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

Removing class members does not delete columns #34

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Remove a class member
2. Run db.CreateTable<MyClass>

What is the expected output? What do you see instead?
The new table should only have columns matching the class.  Instead, any extra 
columns remain.  (Perhaps this is by design, to preserve user data?)
Also, indexing is an issue.

What version of the product are you using? On what operating system?
.NET/MonoTouch/MonoDroid

Please provide any additional information below.

Original issue reported on code.google.com by tor...@gmail.com on 16 Dec 2010 at 7:44