Wappler Version : 5.0.2
Operating System : MacOS Monterey - M1
Server Model: NodeJS
Database Type: Postgres
Hosting Type: Own Server
Expected behavior
I have tables with bigIncrement id fields, if I’m looking for records created after a specific record, should be able to query the database for values greater than that record’s id.
Actual behavior
However, I’m only presented with string operators in the query manager.
I believe this is because with NodeJS, the database driver converts the BigInt to a string, so it is currently set up to only use string operators.