Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CompositePropertyTableDiffIterator #1108

Merged
merged 1 commit into from
Aug 16, 2015
Merged

Add CompositePropertyTableDiffIterator #1108

merged 1 commit into from
Aug 16, 2015

Conversation

mwjames
Copy link
Contributor

@mwjames mwjames commented Aug 8, 2015

A composite view of row inserts/deletes computed by PropertyTableRowDiffer for further processing after update.

refs #1018; removes TODO from SQLStore

array (
  'smw_di_number' => 
  array (
    'insert' => 
    array (
      0 => 
      array (
        's_id' => 3668,
        'p_id' => 61,
        'o_serialized' => '1001',
        'o_sortkey' => '1001',
      ),
    ),
    'delete' => 
    array (
      0 => 
      array (
        's_id' => 3668,
        'p_id' => 61,
        'o_serialized' => '123',
        'o_sortkey' => '123',
      ),
    ),
  ),
  'smw_fpt_mdat' => 
  array (
    'property' => 
    array (
      'key' => '_MDAT',
      'p_id' => 29,
    ),
    'insert' => 
    array (
      0 => 
      array (
        's_id' => 3668,
        'o_serialized' => '1/2015/8/16/9/56/53',
        'o_sortkey' => '2457250.9145023',
      ),
    ),
    'delete' => 
    array (
      0 => 
      array (
        's_id' => 3668,
        'o_serialized' => '1/2015/8/16/9/28/39',
        'o_sortkey' => '2457250.8948958',
      ),
    ),
  ),
)

@mwjames mwjames added the enhancement Alters an existing functionality or behaviour label Aug 8, 2015
@mwjames mwjames added this to the SMW 2.3 milestone Aug 8, 2015
@mwjames mwjames force-pushed the tablediff branch 2 times, most recently from d93579f to 7cb8698 Compare August 16, 2015 10:55
A composite view of row inserts/deletes computed by
`PropertyTableRowDiffer` for further processing after an update.
mwjames added a commit that referenced this pull request Aug 16, 2015
Add CompositePropertyTableDiffIterator
@mwjames mwjames merged commit d9ccb72 into master Aug 16, 2015
@mwjames mwjames deleted the tablediff branch August 16, 2015 12:02
@mwjames mwjames mentioned this pull request Jun 10, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Alters an existing functionality or behaviour
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant