Mentions légales du service

Skip to content

hotfix: Aliased relation bugs

Bruno Guillon requested to merge hotfix/__getstate__-of-aliased-relations into master

Fix:

  • qb.atoms.relations.Aliased.__getstate__ (since it was manually overloaded, slots were not taken into accounts)
  • tests about Aliased:
    • column of Aliased relation have the Aliased relation name as relation_name
    • in sqlite, they are not transformed into themselves.
Edited by Bruno Guillon

Merge request reports