openhab / openhab1-addons

Add-ons for openHAB 1.x
Eclipse Public License 2.0
3.43k stars 1.71k forks source link

[jdbc] Fixed sqltype.table* options #5820

Closed skazi0 closed 5 years ago

skazi0 commented 5 years ago

Options sqltype.tablePrimaryKey and sqltype.tablePrimaryValue were not read correctly. They were treated as yet another item type which didn't match their use in the code.

Also added debug log of sql query similar to other functions.

Second commit is just a "copy/paste" bug fix.

openhab-bot commented 5 years ago

This pull request has been mentioned on openHAB Community. There might be relevant details there:

https://community.openhab.org/t/wrong-time-zone-with-jdbc-persistence-and-postgres/52938/4

lewie commented 5 years ago

LGTM too. Thank You @skazi0! Thanks.

9037568 commented 5 years ago

Thanks, @skazi0 !