LinuxDoku / migratordotnet

Automatically exported from code.google.com/p/migratordotnet
0 stars 0 forks source link

SQLiteTransformationProvider#GetColumns does not return the correct DbType for Column#Type #159

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Patch for fix can be found at 
http://github.com/remi/migratordotnet/commit/5e52267d77b8aef468f84942fa3d88c6d00
aadf4

There are a few commits beforehand that I applied to clean up the 
SQLiteTransformationProviderTest and refactor the code and tests to use 
SQLiteTransformationProvider#GetColumns instead of calling low-level helper 
methods (which should be private).

I've attached a patch.  My patch also has a fix in it for Issue #157.  Let me 
know if you need me to create a new patch that splits the 2 fixes, or you can 
cherrypick what you want to accept from my commits  :)

Original issue reported on code.google.com by remitay...@gmail.com on 19 Sep 2010 at 9:43

Attachments: