Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FORM no SQL Server sem dicionario de dados #41

Open
bjverde opened this issue Mar 5, 2019 · 1 comment
Open

FORM no SQL Server sem dicionario de dados #41

bjverde opened this issue Mar 5, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@bjverde
Copy link
Owner

bjverde commented Mar 5, 2019

Quando form é criado no SQL Server não está trazendo o dicionário de dados.

O problema está no SQL em TDAO->getSqlToFieldsFromDatabaseSqlServer

linha prop.value AS COLUMN_COMMENT
que faz referencia a

LEFT JOIN sys.extended_properties prop ON prop.major_id = sc.object_id AND prop.minor_id = sc.column_id AND prop.NAME = 'MS_Description'
@bjverde bjverde added the bug Something isn't working label Mar 5, 2019
@bjverde
Copy link
Owner Author

bjverde commented Oct 12, 2019

releted #62

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant