mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-06-17 23:57:14 +02:00
Partial and untested revision of the MySQL module.
This commit is contained in:
@ -448,8 +448,8 @@
|
||||
<Unit filename="../modules/mysql/Connection.hpp" />
|
||||
<Unit filename="../modules/mysql/Handle/Connection.cpp" />
|
||||
<Unit filename="../modules/mysql/Handle/Connection.hpp" />
|
||||
<Unit filename="../modules/mysql/Handle/Result.cpp" />
|
||||
<Unit filename="../modules/mysql/Handle/Result.hpp" />
|
||||
<Unit filename="../modules/mysql/Handle/ResultSet.cpp" />
|
||||
<Unit filename="../modules/mysql/Handle/ResultSet.hpp" />
|
||||
<Unit filename="../modules/mysql/Handle/Statement.cpp" />
|
||||
<Unit filename="../modules/mysql/Handle/Statement.hpp" />
|
||||
<Unit filename="../modules/mysql/Module.cpp" />
|
||||
@ -461,6 +461,8 @@
|
||||
<Unit filename="../modules/mysql/Statement.hpp" />
|
||||
<Unit filename="../modules/mysql/Transaction.cpp" />
|
||||
<Unit filename="../modules/mysql/Transaction.hpp" />
|
||||
<Unit filename="../modules/mysql/Wrapper/CharsetInfo.cpp" />
|
||||
<Unit filename="../modules/mysql/Wrapper/CharsetInfo.hpp" />
|
||||
<Unit filename="../shared/Base/Buffer.cpp" />
|
||||
<Unit filename="../shared/Base/Buffer.hpp" />
|
||||
<Unit filename="../shared/Base/Module.cpp" />
|
||||
|
@ -8,8 +8,8 @@
|
||||
<Project filename="ModXML.cbp" />
|
||||
<Project filename="ModJSON.cbp" />
|
||||
<Project filename="ModSQLite.cbp" />
|
||||
<Project filename="ModMMDB.cbp" />
|
||||
<Project filename="ModMySQL.cbp" />
|
||||
<Project filename="ModMMDB.cbp" />
|
||||
<Project filename="ModMongoose.cbp" />
|
||||
<Project filename="ModSample.cbp" />
|
||||
</Workspace>
|
||||
|
Reference in New Issue
Block a user