Toward core module compiling.
This commit is contained in:
parent
c25a56ee19
commit
3ed195d7dd
305 changed files with 1774 additions and 1065 deletions
|
@ -35,7 +35,7 @@ public:
|
|||
String getCreateQuery() const
|
||||
{
|
||||
String query = "CREATE TABLE " + mName + " ( ";
|
||||
std::size_t count = 0;
|
||||
size_t count = 0;
|
||||
for (const auto& column : mColumns)
|
||||
{
|
||||
query += column.first + " " + toString(column.second);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue