@thomasorus
hmm I don't think the "?" is your problem, but rather that "+" doesn't work that way for strings. Try either
datetime('now, '+' || ? || ' days')
or
datetime('now', concat('+', ?, ' days'))
disclaimer: i had to look up what the concatenation operator (||) is, and i think it might differ from sqlite to other SQL databases
=> More informations about this toot | View the thread | More toots from s_ol@merveilles.town
=> View thomasorus@merveilles.town profile
text/gemini
This content has been proxied by September (3851b).