dalibo/sqlserver2pgsql

EXEC sys.sp_addextendedproperty

Closed this issue · 3 comments

When running the script on my Azure SQL database exported scripts, I get this error:

Don't know what to do with this extendedproperty: EXEC sys.sp_addextendedproperty @name=N'microsoft_database_tools_support', @value=1 , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'sysdiagrams'
 at sqlserver2pgsql.pl line 2295, <$file> line 2471.
	main::parse_dump() called at sqlserver2pgsql.pl line 3183

Hello @jpmeijers

I created a PR to solve your problem.
Can you give a try to it #138

Cordialement,

Wow that was quick. I tested your branch and it solves the crash. Thanks @madtibo!

Good news :-)

I will now merge.