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

Update ORDataObject persist method #4862

Closed
wants to merge 5 commits into from
Closed

Conversation

mdsupport
Copy link
Contributor

Use metaColumns function to get field objects.

Since metaColumns provides all properties about the field, this will provide opportunity to eliminate or at least limit use of sequences counter.
Do not set sequences value for auto_incremented keys.
@mdsupport
Copy link
Contributor Author

mdsupport commented Jan 29, 2022

Just a suggestion - extensive testing needed since it is probably used by legacy code.

The optional block allows for 'id' in tables like documents to be auto_incremented rather than use of global 'sequences'.

@stale
Copy link

stale bot commented Apr 30, 2022

This issue has been automatically marked as stale because it has not had any recent activity within the past 90 days. It will be closed in 7 days if no further activity occurs.

@stale stale bot added the Stale No movement, consider closing label Apr 30, 2022
@stale stale bot removed the Stale No movement, consider closing label May 19, 2022
This change 
1. Eliminates the use of 'REPLACE' statement.
2. Allows incremental transition to autoincremented primary key.
@stale
Copy link

stale bot commented Sep 20, 2022

This issue has been automatically marked as stale because it has not had any recent activity within the past 90 days. It will be closed in 7 days if no further activity occurs.

@stale stale bot added the Stale No movement, consider closing label Sep 20, 2022
@stale
Copy link

stale bot commented Sep 28, 2022

This issue has been automatically closed because it has not had any recent activity within the past 97 days.

@stale stale bot closed this Sep 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Stale No movement, consider closing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant