TShock/TShockAPI/Extensions
Sakura Akeno Isayeki 9c473e35a6
refactor(db/pgsql): Revert SQL queries, lower column casing for PGSQL
Reverts SQL query identifier escaping to simplify queries and improves overall readability by using lowercase column names.

Enhances maintainability and alignment with database conventions by adopting a uniform casing scheme across all SQL operations.

Removes unnecessary complexity in query construction, streamlining the database operations performed within the application.
2025-05-03 19:21:10 +02:00
..
DbExt.cs refactor(db/pgsql): Revert SQL queries, lower column casing for PGSQL 2025-05-03 19:21:10 +02:00
ExceptionExt.cs Update copyright to 2019 again 2019-03-29 17:16:37 -07:00
LinqExt.cs Ban rewrite 2020-11-15 11:05:04 +10:30
RandomExt.cs Update copyright to 2019 again 2019-03-29 17:16:37 -07:00
StringExt.cs refactor(db): Move DbQueryBuilders to separate namespace 2025-04-28 14:06:02 +02:00