Oct. 11, 2017
7:50 p.m.
stephan wrote:
On 11-10-17 20:33, Herby VojÄÃk wrote:
127 is general, is not sqlite-specific. Fixes any case where primary key is not primitive and has converter.
Should 127 and 129 be merged first, and should current development be promoted to release? And why is 128 missing?
Stephan
129 is from different author, who skipped upload of its 127 and 128 (probably intermediates). 127 is mine, fixes IMO overoptimized case for DirectMapping which unlike its superclass (thus all the other mappings as there is no other specialization), stopped converting primary keys to db value in fk->pk relationships.