gbwey / persistent-odbc

uses persistent connecting via hdbc odbc
Other
17 stars 16 forks source link

use sqlint for primary key in MSSQL #12

Open shgohh opened 8 years ago

shgohh commented 8 years ago

The fix in commit 2cb5019d521c404f512d6a7cdd1ff6e51e54a54e changed primary key to bigint, which is wrong, foreign key data type should be fix instead.

Foreign key data type follow primary key data type, not the other way round.