[Konsole-devel] [Bug 150957] pasted clipboard got 'holes'

cedric cedric.villemain.debian at gmail.com
Thu Nov 22 23:52:16 UTC 2007


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=150957         




------- Additional Comments From cedric.villemain.debian gmail com  2007-11-23 00:52 -------
The following output give me bugs on the last line :
begin;
ALTER TABLE "access" ALTER aid TYPE integer;
ALTER TABLE "access" ALTER aid SET NOT NULL;
ALTER TABLE "access" ALTER aid DROP DEFAULT;
ALTER  TABLE "access" ALTER status SET DEFAULT 0::smallint;
ALTER TABLE accesslog ALTER path TYPE character varying(255);
ALTER TABLE accesslog ALTER url TYPE character varying(255);
ALTER TABLE aggregator_category ALTER block SET DEFAULT 0::smallint;
ALTER TABLE aggregator_feed ALTER description TYPE text;
ALTER TABLE aggregator_feed ALTER description SET DEFAULT ''::text;
ALTER TABLE aggregator_feed ALTER description SET NOT NULL;
ALTER TABLE aggregator_feed ALTER image TYPE text;
ALTER TABLE aggregator_feed ALTER image SET DEFAULT ''::text;
ALTER TABLE aggregator_feed ALTER image SET NOT NULL;
ALTER TABLE aggregator_feed ALTER block SET DEFAULT 0::smallint;
UPDATE aggregator_item set description = '' WHERE description IS NULL;
ALTER TABLE aggregator_item ALTER description SET NOT NULL;
ALTER TABLE authmap ALTER aid TYPE integer;
ALTER TABLE authmap ALTER aid SET NOT NULL;
ALTER TABLE authmap ALTER aid DROP DEFAULT;
ALTER TABLE authmap ADD CONSTRAINT authmap_aid_check CHECK ((aid >= 0));
ALTER TABLE blocks ALTER status SET DEFAULT 0::smallint;
ALTER TABLE blocks ALTER weight SET DEFAULT 0::smallint;
ALTER TABLE blocks ALTER custom SET DEFAULT 0::smallint;
ALTER TABLE blocks ALTER throttle SET DEFAULT 0::smallint;
ALTER TABLE blocks ALTER visibility SET DEFAULT 0::smallint;
ALTER TABLE book ALTER weight SET DEFAULT 0::smallint;
ALTER TABLE boxes ALTER bid TYPE integer;
ALTER TABLE boxes ALTER bid SET NOT NULL;
ALTER TABLE boxes ALTER bid DROP DEFAULT;
ALTER TABLE boxes ALTER body DROP DEFAULT;
ALTER TABLE boxes ALTER format SET DEFAULT 0::smallint;
ALTER TABLE "cache" ALTER data DROP DEFAULT;
ALTER TABLE "cache" ALTER headers DROP DEFAULT;
ALTER TABLE comments ALTER cid TYPE integer;
ALTER TABLE comments ALTER cid SET NOT NULL;
ALTER TABLE comments ALTER cid DROP DEFAULT;
ALTER TABLE comments ALTER "comment" DROP DEFAULT;
ALTER TABLE comments ALTER format SET DEFAULT 0::smallint;
ALTER TABLE comments ALTER thread SET NOT NULL;
ALTER TABLE comments ALTER thread DROP DEFAULT;
ALTER TABLE comments ALTER users DROP DEFAULT;
ALTER TABLE files ADD CONSTRAINT files_fid_check CHECK ((fid >= 0));
ALTER TABLE filter_formats ALTER "cache" SET DEFAULT 0::smallint;
ALTER TABLE filters ALTER delta SET DEFAULT 0::smallint;
ALTER TABLE filters ALTER weight SET DEFAULT 0::smallint;
ALTER TABLE locales_source DROP old_location;
ALTER TABLE locales_target ALTER translation DROP DEFAULT;
ALTER TABLE menu ALTER description SET DEFAULT ''::character varying;
ALTER TABLE menu ALTER weight SET DEFAULT 0::smallint;
ALTER TABLE menu ALTER "type" SET DEFAULT 0;
ALTER TABLE menu ADD CONSTRAINT menu_mid_check CHECK ((mid >= 0));
ALTER TABLE node ALTER nid TYPE integer;
ALTER TABLE node ALTER nid SET NOT NULL;
ALTER TABLE node ALTER nid DROP DEFAULT;
ALTER TABLE node ADD CONSTRAINT node_nid_check CHECK ((nid >= 0));
ALTER TABLE node_access ALTER realm TYPE character varying(255);
ALTER TABLE node_access ALTER realm SET DEFAULT ''::character varying;
ALTER TABLE node_access ALTER nid SET DEFAULT 0;
ALTER TABLE node_counter ALTER nid SET DEFAULT 0;
ALTER TABLE node_counter ALTER totalcount SET DEFAULT 0::bigint;
ALTER TABLE node_comment_statistics ADD CONSTRAINT node_comment_statistics_nid_check CHECK ((nid >= 0));
ALTER TABLE node_revisions ALTER nid DROP DEFAULT;
ALTER TABLE node_revisions ALTER vid DROP DEFAULT;
ALTER TABLE node_revisions ADD CONSTRAINT node_revisions_vid_check CHECK ((vid >= 0));
ALTER TABLE node_type ALTER name SET DEFAULT ''::character varying;
ALTER TABLE "notify" ALTER uid TYPE integer;
ALTER TABLE "notify" ALTER uid SET DEFAULT 0;
ALTER TABLE "notify" ALTER status TYPE integer;
ALTER TABLE "notify" ALTER status SET DEFAULT 0;
ALTER TABLE "notify" ALTER node TYPE integer;
ALTER TABLE "notify" ALTER node SET DEFAULT 0;
ALTER TABLE "notify" ALTER "comment" TYPE integer;
ALTER TABLE "notify" ALTER "comment" SET DEFAULT 0;
ALTER TABLE "notify" ALTER attempts TYPE integer;
ALTER TABLE "notify" ALTER attempts SET DEFAULT 0;
ALTER TABLE "notify" ALTER teasers TYPE integer;
ALTER TABLE "notify" ALTER teasers SET DEFAULT 0;
ALTER TABLE permission ALTER perm DROP DEFAULT;
ALTER TABLE poll_choices ALTER chid TYPE integer;
ALTER TABLE poll_choices ALTER chid DROP DEFAULT;
ALTER TABLE poll_choices ADD CONSTRAINT poll_choices_chid_check CHECK ((chid >= 0));
ALTER TABLE profile_fields ALTER weight SET DEFAULT 0::smallint;
ALTER TABLE profile_fields ALTER required SET DEFAULT 0::smallint;
ALTER TABLE profile_fields ALTER register SET DEFAULT 0::smallint;
ALTER TABLE profile_fields ALTER visibility SET DEFAULT 0::smallint;
ALTER TABLE profile_fields ALTER autocomplete SET DEFAULT 0::smallint;
ALTER TABLE sessions ALTER uid SET NOT NULL;
ALTER TABLE "role" ALTER rid TYPE integer;
ALTER TABLE "role" ALTER rid SET NOT NULL;
ALTER TABLE "role" ALTER rid DROP DEFAULT;
ALTER TABLE "role" ADD CONSTRAINT role_rid_check CHECK ((rid >= 0));
ALTER TABLE search_dataset ALTER data DROP DEFAULT;
ALTER TABLE "system" ALTER throttle SET DEFAULT 0::smallint;
ALTER TABLE "system" ALTER weight TYPE integer;



More information about the konsole-devel mailing list