Advertisement
mpb666

Untitled

Apr 6th, 2011
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.17 KB | None | 0 0
  1.  
  2. ------ this came out running kexi and opening a file project ------
  3.  
  4. > kexi
  5. QStringList Solid::Backends::UDisks::UDisksManager::allDevicesInternal() error: "org.freedesktop.DBus.Error.Disconnected"
  6.  
  7.  
  8. ----- this came out creating a new table ------
  9.  
  10. 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"
  11.  
  12. ----- this came out creating a new form -----
  13.  
  14. 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"
  15. kexi(1394)/KexiDB KexiDB::TableOrQuerySchema::TableOrQuerySchema: TableOrQuery(Connection *conn, const QByteArray& name, bool table) : no query specified!
  16. 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"
  17. kexi(1394)/KexiDB KexiDB::TableOrQuerySchema::TableOrQuerySchema: TableOrQuery(Connection *conn, const QByteArray& name, bool table) : no query specified!
  18.  
  19.  
  20. ----- this came out creating new report -----
  21.  
  22. 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"
  23. 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"
  24. kexi(1394)/kexi (plugins) KexiReportPart::loadReport: failed to load schema data
  25.  
  26.  
  27. ----- this came out creating a script --------
  28.  
  29. QMetaObject::invokeMethod: No such method KateView::modeChanged(KTextEditor::Document*)
  30. QMetaObject::invokeMethod: No such method KateView::highlightingModeChanged(KTextEditor::Document*)
  31.  
  32.  
  33. ---- this came out closing kexi without saving -----
  34.  
  35. klauncher(1312)/kio (KLauncher): SlavePool: No communication with slave.
  36.  
  37.  
  38. ----- this instead came out while saving -------
  39.  
  40. 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"
  41. 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"
  42. 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"
  43.  
  44. 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"
  45. 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"
  46. 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"
  47.  
  48. klauncher(1312)/kio (KLauncher): SlavePool: No communication with slave.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement