Bug #764
SqlId operator~ \t problem
Status: | Rejected | Start date: | 04/25/2014 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | - | Spent time: | - | |
Target version: | - |
Description
void CreatePartialUniqueIndex(SqlId table, SqlId column, SqlBool where)
{
SQL.Execute(String().Cat() <<
"create unique index PUIDX_" << ~table << "_" << ~column << " on " <<
~table << "(" << ~column << ") where " << ~where);
}
History
#1 Updated by Miroslav Fidler almost 11 years ago
- Status changed from New to Rejected