Yash Sharma

Results 5 comments of Yash Sharma

In my use case, I am using yup for form validation in conjunction with react-phone-input-2. This is how my schema looks like: ``` const formSchema= yup.object({ name: yup.string().required('Name is a...

Hey, this issue is happening to me too. I get this error for a query as simple as `SELECT * FROM table_name WHERE date_column BETWEEN 'valid date' AND 'valid date';`....

> @yasharma2301 in this case you can try restarting your MySQL DB. Hey why would restarting DB help here? The same query is working fine in DBeaver. Also other queries...

> @yasharma2301 in your case what happens when you try to create a new MySQL datasource after getting the error ? Does this new datasource connection work ? Hey yes,...