This website requires JavaScript.
Explore
Help
Sign In
UNLOZE
/
sourcemod
Watch
10
Star
0
Fork
0
You've already forked sourcemod
Code
Issues
Pull Requests
Releases
Wiki
Activity
0dafe04899
sourcemod
/
extensions
/
sqlite
/
driver
History
Corey D
c5087d7a39
database: flip to recursive_mutex to allow nested locks (
#1937
)
...
* Fix crash from db locking * Change db lock to use recursive_mutex
2023-03-29 20:03:03 -07:00
..
SqDatabase.cpp
Replace all uses of AMTL threads with STL threads.
2020-05-16 22:35:56 -07:00
SqDatabase.h
database: flip to recursive_mutex to allow nested locks (
#1937
)
2023-03-29 20:03:03 -07:00
SqDriver.cpp
Replace all uses of AMTL threads with STL threads.
2020-05-16 22:35:56 -07:00
SqDriver.h
Replace all uses of AMTL threads with STL threads.
2020-05-16 22:35:56 -07:00
SqQuery.cpp
Add atomic reference counting and port DBI (bug 5876 part 3, r=ds).
2013-08-23 00:18:13 -07:00
SqQuery.h
Update to the latest AMTL - Rename Ref to RefPtr.
2015-11-08 13:14:57 -08:00
SqResults.cpp
Stop SQLite results being used before being fetched (
#1709
)
2022-02-06 16:34:14 +00:00
SqResults.h
Stop SQLite results being used before being fetched (
#1709
)
2022-02-06 16:34:14 +00:00