server/src/shared/Database
Vinolentus 63f9e43385 [11835] Fix SqlStatement::addBool
MYSQL_TYPE_BIT is not one of the allowable input values, so we have to pass it using an integer variable

Signed-off-by: SilverIce <slifeleaf@gmail.com>
2011-10-25 20:41:01 +03:00
..
Database.cpp [11292] Strip trailing whitespace after [11284] 2011-03-27 23:40:42 +06:00
Database.h [11292] Strip trailing whitespace after [11284] 2011-03-27 23:40:42 +06:00
DatabaseEnv.h [10947] Update copyright notice for 2011 year. 2011-01-01 20:33:43 +03:00
DatabaseImpl.h [11833] remove trailing whitespaces 2011-10-18 15:17:54 +03:00
DatabaseMysql.cpp [11835] Fix SqlStatement::addBool 2011-10-25 20:41:01 +03:00
DatabaseMysql.h [11284] Implement prepared statements for INSERT+DELETE+UPDATE SQL requests. Should improve player save performance + lower MySQL server CPU usage. 2011-03-25 22:17:59 +02:00
DatabasePostgre.cpp [11833] remove trailing whitespaces 2011-10-18 15:17:54 +03:00
DatabasePostgre.h [11049] Fix mangos and SD2 compilation after commits [11045] and [11047]. 2011-01-19 23:50:40 +02:00
DBCFileLoader.cpp [11248] Clarify and check DBC/SQL storage format field types. 2011-03-15 02:55:10 +03:00
DBCFileLoader.h [10947] Update copyright notice for 2011 year. 2011-01-01 20:33:43 +03:00
DBCStore.h [10947] Update copyright notice for 2011 year. 2011-01-01 20:33:43 +03:00
Field.cpp [10982] Optimize memory usage of Field class used in DB code. Should also slightly speedup server startup time. 2011-01-07 18:54:06 +02:00
Field.h [11305] more safe code in vmaps and Field class 2011-04-02 17:31:13 +03:00
MySQLDelayThread.h [10947] Update copyright notice for 2011 year. 2011-01-01 20:33:43 +03:00
PGSQLDelayThread.h [10947] Update copyright notice for 2011 year. 2011-01-01 20:33:43 +03:00
QueryResult.h [10947] Update copyright notice for 2011 year. 2011-01-01 20:33:43 +03:00
QueryResultMysql.cpp [10947] Update copyright notice for 2011 year. 2011-01-01 20:33:43 +03:00
QueryResultMysql.h [10947] Update copyright notice for 2011 year. 2011-01-01 20:33:43 +03:00
QueryResultPostgre.cpp [10947] Update copyright notice for 2011 year. 2011-01-01 20:33:43 +03:00
QueryResultPostgre.h [10947] Update copyright notice for 2011 year. 2011-01-01 20:33:43 +03:00
SqlDelayThread.cpp [11111] Missing end lines in 2 files. 2011-02-07 00:57:11 +03:00
SqlDelayThread.h [11111] Missing end lines in 2 files. 2011-02-07 00:57:11 +03:00
SqlOperations.cpp [11284] Implement prepared statements for INSERT+DELETE+UPDATE SQL requests. Should improve player save performance + lower MySQL server CPU usage. 2011-03-25 22:17:59 +02:00
SqlOperations.h [11292] Strip trailing whitespace after [11284] 2011-03-27 23:40:42 +06:00
SqlPreparedStatement.cpp [11292] Strip trailing whitespace after [11284] 2011-03-27 23:40:42 +06:00
SqlPreparedStatement.h [11835] Fix SqlStatement::addBool 2011-10-25 20:41:01 +03:00
SQLStorage.cpp [11248] Clarify and check DBC/SQL storage format field types. 2011-03-15 02:55:10 +03:00
SQLStorage.h [11118] Not report empty world_template as error. 2011-02-08 04:40:16 +03:00
SQLStorageImpl.h [11590] Cleanups for barGoLink 2011-06-03 12:02:49 +04:00