| 22 | | * Some field was null |
| 23 | | * When retrieved from DB the table contact contains : |
| 24 | | * id, |
| 25 | | * !FirstName, |
| 26 | | * !MidInitials, !LastName, |
| 27 | | * '''Affiliation, ,<---- this is strange. Is not contained in the DB , where does it come from ?? ''' |
| 28 | | * Address, |
| 29 | | * Phone, Email, Fax, tollFreePhone, labworker, xref_Affiliation.name AS Affiliation_name FROM Contact LEFT JOIN Institute AS xref_Affiliation ON xref_Affiliation.id.... |
| | 22 | * Some field was null |
| | 23 | * When retrieved from DB the table contact contains : |
| | 24 | * id, |
| | 25 | * !FirstName, |
| | 26 | * !MidInitials, !LastName, |
| | 27 | * '''Affiliation, ,<---- this is strange. Is not contained in the DB , where does it come from ?? ''' |
| | 28 | * Address, |
| | 29 | * Phone, Email, Fax, tollFreePhone, labworker, xref_Affiliation.name AS Affiliation_name FROM Contact LEFT JOIN Institute AS xref_Affiliation ON xref_Affiliation.id.... |
| | 30 | * Affiliation exists in model? but not in db ! |