View Issue Details

IDProjectCategoryView StatusLast Update
0000377SymmetricDSNew Featurepublic2017-03-07 12:43
ReporterAssigned Tomaxwellpettit  
Prioritylow 
Status closedResolutionnot fixable 
Target Version3.8.18Fixed in Version3.8.18 
Summary0000377: Allow for synchronization of views
DescriptionSome database systems allows triggers on views (like SQL Server). It would be nice to be able to synchronized data using views.
TagsNo tags attached.

Activities

chenson

2017-01-30 19:22

administrator   ~0000965

Add support for Postgres and possibly Sql Server. Might be as easy as making views look like tables on Postgres. Postgres 9.1+ supports triggers on views.

chenson

2017-03-07 12:42

administrator   ~0000972

I don't think this is doable the way we had hoped to implement it. We were hoping that a trigger on a view meant that if a source table gets updated, then the trigger would fire. This isn't the case.

Issue History

Date Modified Username Field Change
2012-06-18 18:11 admin Target Version 3.1.0 =>
2014-02-04 16:02 elong Priority high => low
2014-02-04 16:02 elong Severity minor => feature
2014-02-04 16:02 elong Fixed in Version 3.1.0 =>
2017-01-30 19:20 chenson Assigned To => maxwellpettit
2017-01-30 19:20 chenson Status new => assigned
2017-01-30 19:20 chenson Target Version => 3.8.15
2017-01-30 19:22 chenson Note Added: 0000965
2017-02-01 16:18 chenson Target Version 3.8.15 => 3.8.16
2017-02-08 13:24 chenson Target Version 3.8.16 => 3.8.17
2017-02-23 23:11 chenson Target Version 3.8.17 => 3.8.18
2017-03-07 12:42 chenson Note Added: 0000972
2017-03-07 12:43 chenson Status assigned => closed
2017-03-07 12:43 chenson Resolution open => not fixable