In the following example, the SqlBuilder is not
creating the junction table "UserRoles".
[SpfChildStorage(
ChildType = typeof(Role),
IsReference=true,
ForeignKey = "RoleGuid",
ParentKey = "UserGuid",
AssociateTable="UserRoles")]
public SpfChildCollection Roles;
Logged In: YES
user_id=511729
The unit tests *AssociateTableTest* now expose this bug.
Scott