Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ------ this came out running kexi and opening a file project ------
- > kexi
- QStringList Solid::Backends::UDisks::UDisksManager::allDevicesInternal() error: "org.freedesktop.DBus.Error.Disconnected"
- ----- this came out creating a new table ------
- kexi(1367)/KexiDB KexiDB::Connection::querySingleRecordInternal: Connection::querySingleRecord(): !cursor->moveFirst() || cursor->eof() || cursor->storeCurrentRow(data) m_sql= "SELECT o_id, o_type, o_name, o_caption, o_desc FROM kexi__objects WHERE lower(o_name)='table1' AND o_type=1 LIMIT 1"
- ----- this came out creating a new form -----
- kexi(1394)/KexiDB KexiDB::Connection::querySingleRecordInternal: Connection::querySingleRecord(): !cursor->moveFirst() || cursor->eof() || cursor->storeCurrentRow(data) m_sql= "SELECT o_id, o_type, o_name, o_caption, o_desc FROM kexi__objects WHERE lower(o_name)='' AND o_type=2 LIMIT 1"
- kexi(1394)/KexiDB KexiDB::TableOrQuerySchema::TableOrQuerySchema: TableOrQuery(Connection *conn, const QByteArray& name, bool table) : no query specified!
- kexi(1394)/KexiDB KexiDB::Connection::querySingleRecordInternal: Connection::querySingleRecord(): !cursor->moveFirst() || cursor->eof() || cursor->storeCurrentRow(data) m_sql= "SELECT o_id, o_type, o_name, o_caption, o_desc FROM kexi__objects WHERE lower(o_name)='' AND o_type=2 LIMIT 1"
- kexi(1394)/KexiDB KexiDB::TableOrQuerySchema::TableOrQuerySchema: TableOrQuery(Connection *conn, const QByteArray& name, bool table) : no query specified!
- ----- this came out creating new report -----
- kexi(1394)/KexiDB KexiDB::Connection::querySingleRecordInternal: Connection::querySingleRecord(): !cursor->moveFirst() || cursor->eof() || cursor->storeCurrentRow(data) m_sql= "SELECT o_id, o_type, o_name, o_caption, o_desc FROM kexi__objects WHERE o_type=4 AND lower(o_name)='report1' LIMIT 1"
- kexi(1394)/KexiDB KexiDB::Connection::querySingleRecordInternal: Connection::querySingleRecord(): !cursor->moveFirst() || cursor->eof() || cursor->storeCurrentRow(data) m_sql= "SELECT o_id, o_type, o_name, o_caption, o_desc FROM kexi__objects WHERE o_type=-1 AND lower(o_name)='report1' LIMIT 1"
- kexi(1394)/kexi (plugins) KexiReportPart::loadReport: failed to load schema data
- ----- this came out creating a script --------
- QMetaObject::invokeMethod: No such method KateView::modeChanged(KTextEditor::Document*)
- QMetaObject::invokeMethod: No such method KateView::highlightingModeChanged(KTextEditor::Document*)
- ---- this came out closing kexi without saving -----
- klauncher(1312)/kio (KLauncher): SlavePool: No communication with slave.
- ----- this instead came out while saving -------
- kexi(1402)/KexiDB KexiDB::Connection::querySingleRecordInternal: Connection::querySingleRecord(): !cursor->moveFirst() || cursor->eof() || cursor->storeCurrentRow(data) m_sql= "SELECT o_id, o_type, o_name, o_caption, o_desc FROM kexi__objects WHERE o_type=4 AND lower(o_name)='report1' LIMIT 1"
- kexi(1402)/KexiDB KexiDB::Connection::querySingleString: Connection::querySingleRecord(): !cursor->moveFirst() || cursor->eof() "SELECT o_id FROM kexi__objects WHERE o_type=4 AND lower(o_name)='report1' LIMIT 1"
- kexi(1402)/KexiDB KexiDB::Connection::resultExists: Connection::querySingleRecord(): !cursor->moveFirst() || cursor->eof() "SELECT 1 FROM (SELECT kexi__objectdata.o_id FROM kexi__objectdata WHERE o_id=2 and o_sub_id='layout') LIMIT 1"
- kexi(1402)/KexiDB KexiDB::Connection::querySingleRecordInternal: Connection::querySingleRecord(): !cursor->moveFirst() || cursor->eof() || cursor->storeCurrentRow(data) m_sql= "SELECT o_id, o_type, o_name, o_caption, o_desc FROM kexi__objects WHERE o_type=3 AND lower(o_name)='form2' LIMIT 1"
- kexi(1402)/KexiDB KexiDB::Connection::querySingleString: Connection::querySingleRecord(): !cursor->moveFirst() || cursor->eof() "SELECT o_id FROM kexi__objects WHERE o_type=3 AND lower(o_name)='form2' LIMIT 1"
- kexi(1402)/KexiDB KexiDB::Connection::resultExists: Connection::querySingleRecord(): !cursor->moveFirst() || cursor->eof() "SELECT 1 FROM (SELECT kexi__objectdata.o_id FROM kexi__objectdata WHERE o_id=3 and o_sub_id is NULL) LIMIT 1"
- klauncher(1312)/kio (KLauncher): SlavePool: No communication with slave.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement