Activity overview
Latest activity by zhiyounet
                    
                      
                        This issue has not been fixed. When can you fix it? / comments
                        
                        
                        
                      
                      
                      
                
                  This issue has not been fixed. When can you fix it?
                      
                    
                  
                    
                      
                        Microsoft SQL Server 2014 (SP2) (KB3171021) - 12.0.5000.0 (X64)  
The problem is very strange, if you re-update the stored procedure, and can be implemented. The new stored procedure does not have this problem, it must be the old stored procedure. / comments
                        
                        
                        
                      
                      
                      
                
                  
                
                  Microsoft SQL Server 2014 (SP2) (KB3171021) - 12.0.5000.0 (X64)
The problem is very strange, if you re-update the stored procedure, and can be implemented. The new stored procedure does not have th...
                      
                    
                  
                    
                      
                        A bug about the length of the byte
                        
                        
                        
                        
                      
                      
                      
                
                  After formatting, parentheses are not aligned:
insert into 测试表名 (
a
,b
,c
)
values ( 'a', 'b', 'c' );
insert into test (
a
,b
,c
)
values ( 'a', 'b', 'c' );
When the table name is a double-byte cha...
                      
                    
                  
                    
                      
                        Yes,I  like each constraint to remain on a separate line as it does in the "Formatted before" / comments
                        
                        
                        
                      
                      
                      
                
                  Yes,I  like each constraint to remain on a separate line as it does in the "Formatted before"
                      
                    
                  
                    
                      
                        Multiple constraints, the format becomes messy
                        
                        
                        
                        
                      
                      
                      
                
                  Formatted before:
alter table gldz
add constraint ck_gldz_1 check (gxflbm like '0[1-8]'),
constraint ck_gldz_2 check(fwlbm like '01%'),
constraint ck_gldz_3 check(wlbm like '01%'),
constraint ck_gl...
                      
                    
                  
                    
                      
                        Hope for a number of constraints, the conditions can not format, this is actually better. / comments
                        
                        
                        
                      
                      
                      
                
                  Hope for a number of constraints, the conditions can not format, this is actually better.
                      
                    
                  
                    
                      
                        Multiple constraints, the format becomes messy
                        
                        
                        
                        
                      
                      
                      
                
                  before:
alter table 工料对照
add constraint ck_工料对照_工序分类编码检查 check (工序分类编码 like '0[1-8]'),
constraint ck_工料对照_父物料编码检查 check(父物料编码 like '01%'),
constraint ck_工料对照_物料编码检查 check(物料编码 like '01%'),
constrai...
                      
                    
                  
                    
                      
                        Thank you, the problem has been resolved / comments
                        
                        
                        
                      
                      
                      
                
              Thank you, the problem has been resolved
                      
                    
                  