signum-node icon indicating copy to clipboard operation
signum-node copied to clipboard

Indirect Incoming on GetAccountTransactions causes error when using MariaDB

Open ohager opened this issue 1 year ago • 1 comments

A recent update to improve fetching performance for GetAccountTransactions with includeIndirect=true fails for MariaDB. Note that no issues were reported or seen when using H2 and/or Sqlite.

Apparently, the resulting query string (generated by jooq) is not compatible with MariaDB.

http://localhost:8125/burst?requestType=getAccountTransactions&account=10408446182290759991&firstIndex=0&lastIndex=9&includeIndirect=true

returns:

{"errorCode":1,"errorDescription":"Incorrect request","requestProcessingTime":1}

ohager avatar May 08 '24 19:05 ohager

should be fixed with #829

ohager avatar Jun 22 '24 00:06 ohager

in 3.8.2

ohager avatar Sep 14 '24 19:09 ohager