Getting rid of the primaryKeyLabel variable that was static to storm - made more sense as an override function in the model
This commit is contained in:
parent
e2ff7e02f5
commit
bca0e2d6a1
|
@ -27,9 +27,6 @@ open class StORM : StORMMirror {
|
||||||
/// Base empty init function.
|
/// Base empty init function.
|
||||||
public override init() {}
|
public override init() {}
|
||||||
|
|
||||||
/// primary key label (not assuming the first child is the id).
|
|
||||||
public static var primaryKeyLabel : String? = nil
|
|
||||||
|
|
||||||
/// Provides structure introspection to client methods.
|
/// Provides structure introspection to client methods.
|
||||||
public func cols(_ offset : Int = 0) -> [(String, Any)] {
|
public func cols(_ offset : Int = 0) -> [(String, Any)] {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue