Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
This repository contains various SQL scripts, T-SQL scripts, and documentation files. Below is a summary of each file and its purpose:

- `.Net/quick_setup.tsql`: SQL scripts for creating and managing a database named `MySchool`.
- `ADONET/SqlInjectionPrevention.cs`: C# class for preventing SQL injection using parameterized queries.
- `ADONET/SqlInjectionPrevention.cs`: C# class for preventing SQL injection using parameterized queries. <- Type safety?
Copy link

Copilot AI Oct 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The added note '<- Type safety?' is unclear and appears incomplete. If type safety is a concern or feature of this class, it should be properly documented in a complete sentence rather than as an ambiguous annotation. Consider either removing this annotation or expanding it into a clear statement, such as 'This class also provides type safety through parameterized queries.' or documenting any specific type safety concerns in a separate section.

Suggested change
- `ADONET/SqlInjectionPrevention.cs`: C# class for preventing SQL injection using parameterized queries. <- Type safety?
- `ADONET/SqlInjectionPrevention.cs`: C# class for preventing SQL injection using parameterized queries. This class also provides type safety through the use of parameterized queries.

Copilot uses AI. Check for mistakes.
- `README.md`: Provides links to various resources related to SQL, ORM, and SQL linters/parsers.
- `T-Sql/gg.tsql`: Script for dropping all user databases in SQL Server.
- `T-Sql/gg2.tsql`: Script for dropping all user databases in SQL Server.
Expand Down