Skip to content

Commit 0dd3fda

Browse files
authored
Merge pull request #57 from ewdlop/ewdlop-patch-25
Update README to clarify SqlInjectionPrevention.cs
2 parents a194fc6 + 23937d3 commit 0dd3fda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
This repository contains various SQL scripts, T-SQL scripts, and documentation files. Below is a summary of each file and its purpose:
1212

1313
- `.Net/quick_setup.tsql`: SQL scripts for creating and managing a database named `MySchool`.
14-
- `ADONET/SqlInjectionPrevention.cs`: C# class for preventing SQL injection using parameterized queries.
14+
- `ADONET/SqlInjectionPrevention.cs`: C# class for preventing SQL injection using parameterized queries. <- Type safety?
1515
- `README.md`: Provides links to various resources related to SQL, ORM, and SQL linters/parsers.
1616
- `T-Sql/gg.tsql`: Script for dropping all user databases in SQL Server.
1717
- `T-Sql/gg2.tsql`: Script for dropping all user databases in SQL Server.

0 commit comments

Comments
 (0)