Bug #764

SqlId operator~ \t problem

Added by Miroslav Fidler about 10 years ago. Updated about 10 years ago.

Status:RejectedStart date:04/25/2014
Priority:NormalDue 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 about 10 years ago

  • Status changed from New to Rejected

Also available in: Atom PDF