Commit 1f909891 authored by Pavel Vainerman's avatar Pavel Vainerman

(DBServer_Postgree): update docs

parent ad460150
......@@ -145,6 +145,11 @@ bool DBServer_PostgreSQL::writeToBase( const string& query )
<< ") overflow! lost query: " << qlost << endl;
}
// Надо подумать, что тут лучше возвращать true или false
// вроде бы фактически запись не сделали, но запрос поместили в буфер
// А вызывающая сторона может посчитать, что раз вернули false, значит
// можно/нужно потом запрос повторить..
return false;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment