Skip to content
#

tds

Here are 36 public repositories matching this topic...

tds-vscode
cirilorocha
cirilorocha commented Jan 13, 2022

formatação classes
strings abertas aspa simples e duplas

Describe the bug
O VSCode não consegue fazer a formatação do código (colocando as cores de cada elemento) quando é utilizado ; (ponto e vírgula) logo após o nome do método (eu uso esse recurso apenas para deixar o código mais organizado)

To Reproduce
Criar uma classe qualquer em ADVLP ou TLPP onde após o nome de um método()

bug help wanted good first issue editor
MaceWindu
MaceWindu commented Aug 10, 2020

Describe the bug
Calling procedure with CommandBehavior.SchemaOnly behavior wraps sql with SET FMTONLY ON and SET FMTONLY OFF lines which results in following errors:

// for fully-qualified name (db.schema.proc)
Attempt to locate entry in sysdatabases for database 'SET FMTONLY ON
TestDataCore' by name failed - no entry found under that name. Make sure that name is entered proper

Improve this page

Add a description, image, and links to the tds topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the tds topic, visit your repo's landing page and select "manage topics."

Learn more