diff options
author | François Andriot <albator78@libertysurf.fr> | 2015-04-19 15:24:00 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2015-04-19 15:24:00 +0200 |
commit | 47b9cb5f610258da5818461ffcb4b97cfacd649b (patch) | |
tree | 6593f97816e32d408bb117ef2dd17d061fd4039e /redhat/applications/koffice/kexi-mysql_migrate_long_text-1.1.3.patch | |
parent | 17e804faf6d943909d4285bf7e1fe743151b63b2 (diff) | |
download | tde-packaging-47b9cb5f.tar.gz tde-packaging-47b9cb5f.zip |
RPM packaging: update knutclient, koffice, koffice-i18n, konversation, kopete-otr
Diffstat (limited to 'redhat/applications/koffice/kexi-mysql_migrate_long_text-1.1.3.patch')
-rw-r--r-- | redhat/applications/koffice/kexi-mysql_migrate_long_text-1.1.3.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/redhat/applications/koffice/kexi-mysql_migrate_long_text-1.1.3.patch b/redhat/applications/koffice/kexi-mysql_migrate_long_text-1.1.3.patch deleted file mode 100644 index 70a0bab67..000000000 --- a/redhat/applications/koffice/kexi-mysql_migrate_long_text-1.1.3.patch +++ /dev/null @@ -1,16 +0,0 @@ -Index: kexi/migration/mysql/mysqlmigrate.cpp -=================================================================== ---- kexi/migration/mysql/mysqlmigrate.cpp (revision 714726) -+++ kexi/migration/mysql/mysqlmigrate.cpp (working copy) -@@ -420,9 +420,9 @@ - if(mysqlType.contains("blob", false) != 0) { - // Doesn't matter how big it is, it's binary - kexiType = KexiDB::Field::BLOB; -- } else if(mysqlType.contains("text", false) != 0) { -+/* } else if(mysqlType.contains("text", false) != 0) { - // All the TEXT types are too big for Kexi text. -- kexiType = KexiDB::Field::BLOB; -+ kexiType = KexiDB::Field::BLOB;*/ - } else if(fld->length < 200) { - kexiType = KexiDB::Field::Text; - } else { |