Skip to content

Commit

Permalink
Update SQLCondition.cls
Browse files Browse the repository at this point in the history
  • Loading branch information
Beakerboy authored Nov 1, 2023
1 parent 0f56d27 commit fa3876c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ClassModules/SQLCondition.cls
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ Public Function Create(Expression1, Expression2, Optional Operator As String = "
sOperator = Operator
End Function

' Function: toString
' Render the object to a SQL string.
Public Function toString() As String
Dim OperatorString As String
If sOperator = "IS" Then
Expand Down

0 comments on commit fa3876c

Please sign in to comment.