Skip to content

Commit

Permalink
improve pk search performance
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelneu committed Sep 23, 2017
1 parent 07d29dc commit 6c57854
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Classes/WorksheetTable.cls
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Public Property Get PrimaryKey() As String
For Each column In m_columns
If column.Index = m_primaryKey Then
PrimaryKey = column.Name
Exit Property
End If
Next column
End Property
Expand Down

0 comments on commit 6c57854

Please sign in to comment.