SonerB
SonerB

Reputation: 43

Sqflite Database Exception Flutter

I asked a similar question yesterday, but I still couldn't solve my problem. I am sharing the problem as a photo. How can I solve this?enter image description here

I also use this function with button. enter image description here

Upvotes: 1

Views: 969

Answers (1)

il_boga
il_boga

Reputation: 1513

I'd say it's because your strings aren't enclosed in ' or ": it's always better to wrap them to avoid errors. Try changing the query into [...] VALUES ("erol", "bascifci", "[email protected]", "testtesttest")

Upvotes: 1

Related Questions