[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    koffice/kexi/kexidb
From:       Jaroslaw Staniek <js () iidea ! pl>
Date:       2005-11-01 0:08:42
Message-ID: 1130803722.765307.2110.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 476258 by staniek:

KexiDB
- Tables: fixed retrieving field captions and descriptions


CCMAIL: m.a.ellis@ncl.ac.uk



 M  +3 -2      connection.cpp  


--- trunk/koffice/kexi/kexidb/connection.cpp #476257:476258
@@ -2178,8 +2178,9 @@
 
 	KexiDB::Cursor *cursor;
 	if (!(cursor = executeQuery(
-		QString("select t_id, f_type, f_name, f_length, f_precision, f_constraints, \
                f_options, f_order, f_caption, f_help"
-		" from kexi__fields where t_id=%1 order by f_order").arg(t->m_id) ))) {
+		QString::fromLatin1("select t_id, f_type, f_name, f_length, f_precision, \
f_constraints, " +			"f_options, f_default, f_order, f_caption, f_help"
+			" from kexi__fields where t_id=%1 order by f_order").arg(t->m_id) ))) {
 		return 0;
 	}
 	if (!cursor->moveFirst()) {


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic