metasfresh / metasfresh

We do Open Source ERP - Fast, Flexible & Free Software to scale your Business.
http://metasfresh.com/en
GNU General Public License v2.0
1.74k stars 591 forks source link

Completely drop support for non-native sequences #1123

Open teosarca opened 7 years ago

teosarca commented 7 years ago

Is this a bug or feature request?

feature

What is the current behavior?

Talking about database tables. Atm we are using native sequences for their primary keys. But long time ago we used the AD_Sequence table to track the sequences. Now that table is exclusively used for document numbers or "Value"-keys.

What is the expected or desired behavior?

Non-native sequence support shall be dropped. Also the housekeeping task to update the non-native sequences shall be dropped (this one takes a lot of time when server starts).

metas-ts commented 7 years ago

Also the housekeeping task to update the non-native sequences shall be dropped (this one takes a lot of time when server starts).

Please check out my comment: https://github.com/metasfresh/metasfresh/issues/1124#issuecomment-285276800