Skip to content

Fixed bug in query#367

Open
mastermichi wants to merge 1 commit into
firebirdberlin:masterfrom
mastermichi:query_weatherEntry
Open

Fixed bug in query#367
mastermichi wants to merge 1 commit into
firebirdberlin:masterfrom
mastermichi:query_weatherEntry

Conversation

@mastermichi

@mastermichi mastermichi commented Mar 3, 2023

Copy link
Copy Markdown
Contributor

if (weatherEntry != oldWeatherEntry.get())

changed query to

if (weatherEntry != null && (oldWeatherEntry.get() == null || !weatherEntry.toString().equals(oldWeatherEntry.get().toString())))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant