Sysmagine / SemanticDiff

Community support for SemanticDiff, the programming language aware diff for Visual Studio Code and GitHub.
https://semanticdiff.com
40 stars 0 forks source link

Add support SQL language #12

Open eram opened 1 year ago

eram commented 1 year ago

SQL is a very common language used by many devs - mostly for migrations

mmueller2012 commented 1 year ago

Thanks for your suggestion. The SQL syntax differs quite a bit between dialects (PostgreSQL/MySQL/MSSQL/...). While the long term goal is most probably to support all of them, we need to start somewhere. What dialect would be relevant for you?

eram commented 1 year ago

(1) PostgreSQL (2) Sqlite

oferz commented 1 year ago

PostgreSQL

MypowerHD commented 1 year ago

(1) MSSQL (2) MySQL

webthinking-mark commented 11 months ago

MSSQL/T-SQL for us. :)

hoegge commented 6 months ago

1) MS-SQL 2) PostgreSQL