| Author |
Message |
Dennis E Evans
Joined: 23 Nov 2010 Posts: 1
|
Posted: Tue Nov 23, 2010 11:19 pm Post subject: Column constraints that call a scalar function |
|
|
Using TFS
When a column has a default value constraint that calls a scalar function that looks like this
dbo.someFunc(param1, DEFAULT)
the word default is stripped and yhis gets committed
dbo.someFunc(param1, )
System then shows the table as having changes that are not commited.
work around is to write the constraint as
dbo.someFunc(param1, 0) |
|
| Back to top |
|
 |
Chris Auckland
Joined: 24 Oct 2006 Posts: 710 Location: Red Gate Software Ltd.
|
Posted: Thu Nov 25, 2010 12:10 pm Post subject: |
|
|
Thanks for your post.
I've recreated this, and it seems that we're not expecting the DEFAULT keyword to be supplied as a parameter, and are ignoring it.
I have logged this as a bug with SQL Source Control (SOC-1873)
Thanks for taking the time to report this. _________________ Chris |
|
| Back to top |
|
 |
|
|
All times are GMT + 1 Hour
|
| Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group