@@ -710,6 +710,7 @@ describe('Connection process with custom Primary Key support tests', () => {
710
710
targetNames : [ 'teamProjectProjectId' , 'teamProjectName' ] ,
711
711
connectedModel : project ,
712
712
isConnectingFieldAutoCreated : false ,
713
+ isUsingReferences : false ,
713
714
} ) ;
714
715
} ) ;
715
716
} ) ;
@@ -787,6 +788,7 @@ describe('Connection process with custom Primary Key support tests', () => {
787
788
targetNames : [ "postCommentsPostId" , "postCommentsTitle" ] ,
788
789
connectedModel : post ,
789
790
isConnectingFieldAutoCreated : false ,
791
+ isUsingReferences : false ,
790
792
} ) ;
791
793
} ) ;
792
794
it ( 'should return correct connection info in hasMany/belongsTo bi direction when in JS platforms' , ( ) => {
@@ -837,6 +839,7 @@ describe('Connection process with custom Primary Key support tests', () => {
837
839
targetNames : [ "postCommentsPostId" , "postCommentsTitle" ] ,
838
840
connectedModel : post ,
839
841
isConnectingFieldAutoCreated : false ,
842
+ isUsingReferences : false ,
840
843
} ) ;
841
844
} ) ;
842
845
it ( 'should return correct connection info in hasMany/belongsTo bi direction when index is defined' , ( ) => {
@@ -874,6 +877,7 @@ describe('Connection process with custom Primary Key support tests', () => {
874
877
targetNames : [ "postId" , "postTitle" ] ,
875
878
connectedModel : post ,
876
879
isConnectingFieldAutoCreated : false ,
880
+ isUsingReferences : false ,
877
881
} ) ;
878
882
} ) ;
879
883
it ( 'should return correct connection info in hasMany uni direction when index is defined' , ( ) => {
@@ -954,6 +958,7 @@ describe('Connection process with custom Primary Key support tests', () => {
954
958
targetNames : [ 'teamProjectProjectId' , 'teamProjectName' ] ,
955
959
connectedModel : project ,
956
960
isConnectingFieldAutoCreated : false ,
961
+ isUsingReferences : false ,
957
962
} ) ;
958
963
} ) ;
959
964
@@ -993,6 +998,7 @@ describe('Connection process with custom Primary Key support tests', () => {
993
998
targetNames : [ 'compositeDogCompositeOwnerLastName' , 'compositeDogCompositeOwnerFirstName' ] ,
994
999
connectedModel : compositeOwner ,
995
1000
isConnectingFieldAutoCreated : false ,
1001
+ isUsingReferences : false ,
996
1002
} ) ;
997
1003
} ) ;
998
1004
@@ -1032,6 +1038,7 @@ describe('Connection process with custom Primary Key support tests', () => {
1032
1038
targetNames : [ 'boringDogBoringOwnerId' ] ,
1033
1039
connectedModel : boringOwner ,
1034
1040
isConnectingFieldAutoCreated : false ,
1041
+ isUsingReferences : false ,
1035
1042
} ) ;
1036
1043
} ) ;
1037
1044
} )
0 commit comments