Replies: 1 comment
-
Hi there, Thanks for reporting the problem you are encountering, but it looks like this is a question which may be better suited for a support channel. We only use this issue tracker for reporting bugs with the library itself. If you have a question on how to use functionality provided by this repository you can try one of the following channels: However, this issue will not be locked and everyone is still free to discuss solutions to your problem! Thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Laravel Version
10
PHP Version
8.2
Database Driver & Version
sqlite3
Description
SQLSTATE[HY000]: General error: 20 datatype mismatch
In Controller
### SQL Query
insert into "businesses" ("business_name", "business_tagline", "address", "phone", "email", "web", "city", "zipcode", "country", "country_code", "gstin", "contact_person_name", "is_active", "user_id", "logo", "id", "uuid", "updated_at", "created_at") values (Business Name, Business Softech, Aati Apartment, Building, A-1,, +91910XXXXX50, [email protected], https://pk.com/u/biz/add, abc, 123456, India, 91, ?, , 1, 3, biz/logo/cc2253e5-a781-426c-b148-72ff9147ff58.jpg, d941213d-4fb7-437e-a2b0-d0de774e7816, 3a146e29-253d-4ef1-b727-6a7a9f7362a6, 2023-09-23 22:06:20, 2023-09-23 22:06:20)
Steps To Reproduce
Anybody please give me any solution. I am not understanding that where is the issue.
I think Query Builder generating wrong SQL query for SQLite.
In the address field there are extra comma ','. I think all value field should be in quote.
Beta Was this translation helpful? Give feedback.
All reactions