How can we help you today? How can we help you today?
fadeev_av

Activity overview

Latest activity by fadeev_av

I have no problems with the first commit. But after the first fix and re-update changes the problem occurs. The system offers me again to fix all of the changes. A list of already fixed hostname is empty ... / comments
I have no problems with the first commit. But after the first fix and re-update changes the problem occurs. The system offers me again to fix all of the changes. A list of already fixed hostname is...
0 votes
Create table sample: CREATE TABLE MX_Developer.dbo.MX_WF_ObjectStructure&#40; ID_WF_Object INT NOT NULL, ID_Object_Type INT NULL, Parent_ID INT NULL, NameRU VARCHAR&#40;100&#41; NOT NULL, NameEN VARCHAR&#40;100&#41; NOT NULL, Table_Name VARCHAR&#40;128&#41; NULL, PK_Field VARCHAR&#40;128&#41; NULL, ID_WF_UsingObject INT NULL, Edit_Field VARCHAR&#40;128&#41; NULL, Field_Type VARCHAR&#40;128&#41; NULL, FK_Field VARCHAR&#40;128&#41; NULL, WhereClause TEXT NULL, Field_List TEXT NULL, Value_List TEXT NULL, Get_Method VARCHAR&#40;500&#41; NULL, Set_Method VARCHAR&#40;500&#41; NULL, ID_Journal INT NULL, JournalPK VARCHAR&#40;128&#41; NULL, JournalField VARCHAR&#40;128&#41; NULL, ID_LogicType INT NULL, Default_Value TEXT NULL, Edit_Mask VARCHAR&#40;150&#41; NULL, Visible_Condition TEXT NULL, Enabled_Condition TEXT NULL, Required_Condition TEXT NULL, Dictionary_Condition TEXT NULL, Constraint_Condition TEXT NULL, Constraint_Message TEXT NULL, ID_Sheet INT NULL, IsPublished BIT NULL, OrderNum FLOAT NULL, Display_Name VARCHAR&#40;150&#41; NULL, Display_Rows INT NULL CONSTRAINT DF_MX_WF_ObjectStructure_Display_Rows DEFAULT &#40;1&#41;, CreateDate DATETIME NOT NULL CONSTRAINT DF__MX_WF_Obj__Creat__1E56154F DEFAULT &#40;getdate&#40;&#41;&#41;, ID_User INT NOT NULL, UpdateDate DATETIME NULL, Note TEXT NULL, Filter_Condition TEXT NULL, Use_In_Templates BIT NULL, Editing_Condition TEXT NULL, Filter_Func VARCHAR&#40;500&#41; NULL, ID_Form INT NULL, FormScript VARCHAR&#40;MAX&#41; NULL, ID_WF_ImportObject INT NULL, Import_Method VARCHAR&#40;500&#41; NULL, ShowInFilter BIT NULL, Colored BIT NULL, DisplayButton BIT NULL, ClearIfNotVisible BIT NULL, UseInGroupUpdate BIT NULL, Display_Name_ENU VARCHAR&#40;150&#41; NULL, ColumnNumber INT NULL, CONSTRAINT PK__MX_WF_ObjectStru__1F4A3988 PRIMARY KEY &#40;ID_WF_Object&#41; &#41; ON &#91;PRIMARY&#93; TEXTIMAGE_ON &#91;PRIMARY&#93; GO Insert stateent: [code] INSERT INTO [dbo].[MX_WF_ObjectStructure] ([ID_WF_Object], [ID_Object_Type], [Parent_ID], [NameRU], [NameEN], [Table_Name], [PK_Field], [ID_WF_UsingObject], [Edit_Field], [Field_Type], [FK_Field], [WhereClause], [Field_List], [Value_List], [Get_Method], [Set_Method], [ID_Journal], [JournalPK], [JournalField], [ID_LogicType], [Default_Value], [Edit_Mask], [Visible_Condition], [Enabled_Condition], [Required_Condition], [Dictionary_Condition], [Constraint_Condition], [Constraint_Message], [ID_Sheet], [IsPublished], [OrderNum], [Display_Name], [Display_Rows], [CreateDate], [ID_User], [UpdateDate], [Note], [Filter_Condition], [Use_In_Templates], [Editing_Condition], [Filter_Func], [ID_Form], [FormScript], [ID_WF_ImportObject], [Import_Method], [ShowInFilter], [Colored], [DisplayButton], [ClearIfNotVisible], [UseInGroupUpdate], [Display_Name_ENU], [ColumnNumber]) VALUES (20, 3003, 15, N'ßрþôуúÑ‚', N'Product', N'TD_Client_Products', N'ID_Client_Product', NULL, N'ID_Product', N'int', NULL, NULL, NULL, NULL, NULL, NULL, 101075, N'ID ßрþôуúÑ‚ð', N'ßрþôуúÑ‚', 4005, NULL, NULL, N'[âøÿßрþôуúÑ‚ð] <> ''ßûðÑ / comments
Create table sample: CREATE TABLE MX_Developer.dbo.MX_WF_ObjectStructure&#40; ID_WF_Object INT NOT NULL, ID_Object_Type INT NULL, Parent_ID INT NULL, NameRU VARCHAR&#40;100&#41; NOT NULL, Name...
0 votes
The system didn’t see the changes.
In first data entering in the table (static data) the system can not track the changes. Turned out that the problem arose because of the presence multi-values (varchar) in the generated script. Af...
2 followers 6 comments 0 votes