Skip to content

Commit f4be603

Browse files
committed
bugfix for #176
1 parent 68e406d commit f4be603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/blog_sqlserver.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ SET IDENTITY_INSERT [events] OFF
288288
GO
289289
SET IDENTITY_INSERT [products] ON
290290
GO
291-
INSERT [products] ([id], [name], [price]) VALUES (1, N'Calculator', N'23.01', N'<root type="object"><depth type="boolean">false</depth><model type="string">TRX-120</model><width type="number">100</width><height type="null" /></root>')
291+
INSERT [products] ([id], [name], [price], [properties]) VALUES (1, N'Calculator', N'23.01', N'<root type="object"><depth type="boolean">false</depth><model type="string">TRX-120</model><width type="number">100</width><height type="null" /></root>')
292292
GO
293293
SET IDENTITY_INSERT [products] OFF
294294
GO

0 commit comments

Comments
 (0)