Skip to content

Add a Flags dataclass to manage all flags of SQLEnumerable

Chosson Ulysse requested to merge IMPROVE_flags into main

[0.57.0] - 2022-03-30

Changed

  • Change the flags of SQLEnumerable(), now use a dataclass and not a DotMap().

Added

  • Add a dataclass Flags() to manage all flags of SQLEnumerable().

Merge request reports