sougatamondal / migratordotnet

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

PostgreSQL support: UUID and indexes #92

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Postgre DBMS has UUID type support for now, but has no support for
INDEX(column_name) syntax in CREATE TABLE statement.

Provided patch fixes following issues.

Original issue reported on code.google.com by artem%ti...@gtempaccount.com on 15 Feb 2009 at 6:12

Attachments:

GoogleCodeExporter commented 8 years ago
In other words, without part of this patch AddTable() will throw due to invalid 
SQL
if one of the columns has ColumnProperty.Indexed set

Original comment by nathan.o...@gmail.com on 13 Nov 2009 at 3:38

GoogleCodeExporter commented 8 years ago
This patch breaks the tests. Not sure if the tests are wrong or the patch is 
wrong. I 
don't use/have PostgreSQL right now to test this. Can someone confirm and add a 
patch 
for the test as well.

Original comment by geoffl...@gmail.com on 25 Mar 2010 at 10:23