TShock/TShockAPI/DB
ProfessorXZ 08e182f59e All GroupManager.RenameGroup() database calls are now done in a transaction
As pointed out by @hakusaro, in order to prevent any damage during the process all database calls need to be done in a transaction. Transactions allow us to rollback from a pending state in case something goes wrong.
2017-09-23 22:41:41 +02:00
..
BanManager.cs Updated Copyright for 2017 2017-03-13 12:17:16 +10:30
CharacterManager.cs Updated Copyright for 2017 2017-03-13 12:17:16 +10:30
DBTools.cs Added GPL header on all code files when missing 2016-10-16 17:33:19 -02:00
GroupManager.cs All GroupManager.RenameGroup() database calls are now done in a transaction 2017-09-23 22:41:41 +02:00
IQueryBuilder.cs Updated Copyright for 2017 2017-03-13 12:17:16 +10:30
ItemManager.cs Change enum names for clarity 2017-07-17 09:06:29 +03:00
ProjectileManager.cs Change enum names for clarity 2017-07-17 09:06:29 +03:00
RegionManager.cs Updated Copyright for 2017 2017-03-13 12:17:16 +10:30
RememberedPosManager.cs Updated Copyright for 2017 2017-03-13 12:17:16 +10:30
SqlColumn.cs Updated Copyright for 2017 2017-03-13 12:17:16 +10:30
SqlTable.cs Updated Copyright for 2017 2017-03-13 12:17:16 +10:30
SqlValue.cs Updated Copyright for 2017 2017-03-13 12:17:16 +10:30
TileManager.cs Change enum names for clarity 2017-07-17 09:06:29 +03:00
UserManager.cs change doc of Equals 2017-07-17 06:34:30 +03:00
WarpsManager.cs fix comment typo 2017-07-15 13:32:09 -06:00