You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- added Poco::istring (case-insensitive string) and Poco::isubstr
(case-insensitive substring search)
- improved SQLite execute() return (affected rows) value
- added SQLite sys.dual (in-memory system table)
- applied SF Patch pocoproject#120: The ExpireLRUCache does not compile with a
tuple as key on Visual Studio 2010
- fixed SF Bug pocoproject#599: JSON::Array and JSON::Object size() member can
implicitly lose precision
- fixed SF Bug pocoproject#602: iterating database table rows not correct if no
data in table
- fixed SF Bug pocoproject#603: count() is missing in HashMap
- fixed GH pocoproject#23: JSON::Object::stringify throw BadCastException
- fixed GH pocoproject#16: NetworkInterface::firstAddress() should not throw on
unconfigured interfaces
- Android compile/build support (by Rangel Reale)
- TypeHandler::prepare() now takes const-reference
0 commit comments