k1LoW / tbls

tbls is a CI-Friendly tool for document a database, written in Go.
MIT License
3.44k stars 165 forks source link

Support of old MSSQL versions #478

Closed usmanovbf closed 1 year ago

usmanovbf commented 1 year ago

What happened

mssql: 'STRING_AGG' is not a recognized built-in function name.

What you expected to happened

to generate doc for mssql db

What stack trace or error message from tbls did you see?

see below

Anything else we need to know?

It is a huge world of old database versions, so it can be important for you, I guess, to step into that world

Environment

er:

Skip generation of ER diagram

Default is false

skip: false

ER diagram image format

Default is svg

format: png

Add table/column comment to ER diagram

Default is false

comment: true

Distance between tables that display relations in the ER

Default is 1

distance: 1

Hide relation definition from ER diagram

Default is false

hideDef: true

k1LoW commented 1 year ago

Released as v1.68.2