missing format / word wrap

Hi guys,

it seems that there is no meaningful word wrap / formatting for

-- Create external data source
CREATE EXTERNAL DATA SOURCE xyz WITH(LOCATION='sqlserver://myserver', PUSHDOWN=ON, CREDENTIAL=[my-credentials]);
GO

-- Create external table
CREATE EXTERNAL TABLE [xyz].SOURCE(NAME VARCHAR(128) COLLATE SQL_Latin1_General_CP1_CI_AS)WITH(LOCATION='[xyz].[xyt].source', DATA_SOURCE=[xyz]);
GO

Thanks for fixing!

Torsten
MVP

Answers

  • Hi there,

    Thank you for reaching out and I apologize that you are running into issues with SQL Prompt.

    I apologize but can you clarify the issue again?

    Thank you!
    David Kim
    Product Support Engineer
  • Hi David!

    As already tried to explain and I demonstrated to Dan in our phone conversation today, the line that exceeds 80 characters here is not wrapped, although this is so for all other commands and is set in the Word Wrap property.
    Thanks!
  • Hi there,

    I raised this issue with the development team. Unfortunately they have decided to not take this bug on. I apologize for any inconvenience that this may cause.

    Kind Regards,

    David Kim

    Product Support Engineer




Sign In or Register to comment.