Skip to content

Commit

Permalink
Update expected file
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashish Prasad committed Oct 5, 2023
1 parent 06b112f commit bd858c8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions test/python/expected/pyodbc/ddl_func_proc.out
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,15 @@ BEGIN
END;
GO

CREATE TYPE [dbo].[@myrettable_routines_fc7] AS TABLE(
[a] [int] NOT NULL,
PRIMARY KEY NONCLUSTERED
(
[a]
)WITH (IGNORE_DUP_KEY = OFF)
)
GO

ALTER TABLE [dbo].[routines_customers] ADD CONSTRAINT [customers_pkroutines_customers248e85dd01b015e3396e8567c240879b] PRIMARY KEY NONCLUSTERED
(
[customer_id]
Expand Down

0 comments on commit bd858c8

Please sign in to comment.