You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added load_csv() and xor_where() methods to query builder. #90
Bug fixes
Fixed save_node_with_id() signature in the save_node() method. #109
Constraints and indexes defined in Field now work correctly. Before, when they were added to the Field of the property, they were always set to True, regardless of their actual value. #90
Fixed label inheritance to get all labels of base class. #105
Removed extra argument called optional from the Merge class. #118
Removed unnecessary quotes from the bootstraps_servers argument when creating a stream. #98