fixed GH #1236: Remove Poco::Data::Row::checkEmpty() as it prevents Row from being used with all NULL rows

This commit is contained in:
Guenter Obiltschnig
2016-04-11 10:38:33 +02:00
parent d82b6b3975
commit ed23f24639
3 changed files with 0 additions and 36 deletions

View File

@@ -218,10 +218,6 @@ public:
private:
void init(const SortMapPtr& pSortMap, const RowFormatter::Ptr& pFormatter);
void checkEmpty(std::size_t pos, const Poco::Dynamic::Var& val);
/// Check if row contains only empty values and throws IllegalStateException
/// if that is the case.
ValueVec& values();
/// Returns the reference to values vector.