This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [project] | |
| name = "project-name" | |
| version = "0.1.0" | |
| description = "" | |
| authors = [ | |
| { name = "Raphael Coelho", email = "raphael.phael@gmail.com" } | |
| ] | |
| readme = "README.md" | |
| requires-python = ">=3.11" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- ==================================================================== | |
| -- CONSULTA COMPLETA PARA TESTE DE COLORAÇÃO SQL SERVER | |
| -- Testa todos os elementos de sintaxe possíveis | |
| -- ==================================================================== | |
| -- Script gerado com Claude Sonnet 4 usando o seguinte prompt: | |
| -- "Gere um arquivo `.sql` no formato T-SQL para SQL Server que utilize diferentes recursos de queries, | |
| -- com o objetivo de testar todas as variações de cores aplicadas a objetos SQL e instruções. | |
| -- Ou seja, estou testando um tema ou formatador de código." | |