start working on User and Group classes
- User and Group has been moved to 'models' directory - removed UserPass struct (passwords fields were put to User struct) not working yet, we need support for binary blobs in morm
This commit is contained in:
@@ -40,7 +40,6 @@
|
||||
namespace Winix
|
||||
{
|
||||
|
||||
|
||||
void Db::PostgreSQLsmallerThan10(bool is_smaller_than_10)
|
||||
{
|
||||
is_postgresql_smaller_than_10 = is_smaller_than_10;
|
||||
@@ -56,6 +55,7 @@ void Db::PostgreSQLsmallerThan10(bool is_smaller_than_10)
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
bool Db::GetUserPass(const std::wstring & login, long & user_id, UserPass & up)
|
||||
{
|
||||
PGresult * r = 0;
|
||||
@@ -406,7 +406,7 @@ void Db::GetGroups(UGContainer<Group> & group_tab)
|
||||
|
||||
ClearResult(r);
|
||||
}
|
||||
|
||||
*/
|
||||
|
||||
|
||||
} // namespace Winix
|
||||
|
||||
Reference in New Issue
Block a user