View Issue Details

IDProjectCategoryView StatusLast Update
0006754VALENTINA SERVERData Editorpublic2014-02-07 12:00
ReporterSergey Pashkov Assigned ToIvan Smahin  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version5.5.2 
Target Version6.0Fixed in Version6.0 
Summary0006754: Result of method from DEFAULT METHOD definition isn't inserted into a table on AddRecord() on CLIENT connection
DescriptionCreate a new table in a remote database

-- CREATE TABLE "t1" -------------------------------------------
CREATE TABLE "t1"(
    "f1" SERIAL32,
    "f2" VARCHAR ( 2044 ) DEFAULT METHOD( 'sin(1)' ) );
-- -------------------------------------------------------------

Open it in VStudio and try to add a new record.
<NULL> will be in both fields.

If we look at the properties of a sequence, created for "f1" field, we can see,
that the current value is right, it was incremented - nextvalue was executed, but result wasn't inserted into a table.

--

When INSERT INTO command executed, default values are inserted.
LOCAL connection works as expected, too.
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2014-01-27 23:36 Sergey Pashkov New Issue
2014-02-07 12:00 Ivan Smahin Status new => resolved
2014-02-07 12:00 Ivan Smahin Fixed in Version => 6.0
2014-02-07 12:00 Ivan Smahin Resolution open => fixed
2014-02-07 12:00 Ivan Smahin Assigned To => Ivan Smahin