LinuxDoku / migratordotnet

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

SQLite.NET problems with adding Guid field with default value #144

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
--- What steps will reproduce the problem?
1. Database.AddColumn("Table","Foo", DbType.Guid, Guid.Empty) 

--- What is the expected output? What do you see instead?
SQLite error near -. 
SQLite need to enclosure default value into ''. 

Original issue reported on code.google.com by it.advis...@gmail.com on 12 Mar 2010 at 4:56