Closed dxg closed 10 years ago
Key properties are marked by setting property.key = true in orm2. This change applies the same naming convention here.
property.key = true
Also, in certain places, primary was an array rather than a boolean property. I renamed it to keys to make the code easier to read.
primary
keys
Tests pass except node 0.6 which has some weird SSL cert error in Travis.
Key properties are marked by setting
property.key = true
in orm2. This change applies the same naming convention here.Also, in certain places,
primary
was an array rather than a boolean property. I renamed it tokeys
to make the code easier to read.