This will have to wait for the first bug fix release cycle when we'll have time to devote to it. It appears that mainstream functions are operating correctly, so we're pushing ahead with the release as is.
Respectfully, Adam Phillip Churvis Member of Team Macromedia http://www.ProductivityEnhancement.com Download Plum and other cool development tools, and get advanced intensive Master-level training: * C# & ASP.NET for ColdFusion Developers * ColdFusion MX Master Class * Advanced Development with CFMX and SQL Server 2000 ----- Original Message ----- From: "Tim Blankenship" <[EMAIL PROTECTED]> To: "Plum Email List" <[email protected]> Sent: Friday, February 04, 2005 3:24 PM Subject: [plum] Sync Issue - Oracle yet again > I am having trouble getting 1 new table to synchronize. There where no > issues with 3 others. Only difference I see is this one has a foreign > key, but so does PLUMCONTENTITEM. > db is Oracle 9.2.0.5 and it is in a new schema. > > Here is the SQL to create the table. > CREATE TABLE "SVRTRAK"."SVR_SUP_ALIAS" ("SN" VARCHAR2(100 byte) > NOT NULL, "ALIAS" VARCHAR2(100 byte) NOT NULL, "ALIAS_ID" > VARCHAR2(10 byte) NOT NULL, > CONSTRAINT "SVR_SUP_ALIAS_FK" FOREIGN KEY("SN") > REFERENCES "SVRTRAK"."SVR_GENERAL"("SN"), > CONSTRAINT "SVR_SUP_ALIAS_PK" PRIMARY KEY("ALIAS_ID")) > TABLESPACE "USERS" PCTFREE 10 PCTUSED 0 INITRANS 1 MAXTRANS > 255 > STORAGE ( INITIAL 64K NEXT 0K MINEXTENTS 1 MAXEXTENTS > 2147483645 PCTINCREASE 0) > LOGGING > > -- > Tim Blankenship > [EMAIL PROTECTED] > > ********************************************************************** > You can subscribe to and unsubscribe from lists, and you can change > your subscriptions between normal and digest modes here: > > http://www.productivityenhancement.com/support/DiscussionListsForm.cfm > ********************************************************************** > ********************************************************************** You can subscribe to and unsubscribe from lists, and you can change your subscriptions between normal and digest modes here: http://www.productivityenhancement.com/support/DiscussionListsForm.cfm **********************************************************************
