Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation Needed For Challenges/Missing Features #93

Open
nickpoulos opened this issue Nov 14, 2024 · 1 comment
Open

Documentation Needed For Challenges/Missing Features #93

nickpoulos opened this issue Nov 14, 2024 · 1 comment
Assignees

Comments

@nickpoulos
Copy link

Although advertised as MySql compatible, there are several gotchas and missing features from the typical Eloquent + MySql experience. These should be outlined in the docs somewhere.

An obvious one is that the default Laravel migrations do not run with this driver, there are modifications necessary, some pretty substantial like user emails uniqueness. But this goes for failed_jobs and others. See: https://usefathom.com/blog/multiple-uniques-singlestore

The other one is the lack of support for certain prepared statement operations. If you try to run php artisan migrate:fresh, for example, you will get an error.

I am sure there will be others once I get a chance to dive in more.

@AdalbertMemSQL
Copy link
Collaborator

Hey!
That's a brilliant good suggestion. I will create a ticket for this.

@AdalbertMemSQL AdalbertMemSQL self-assigned this Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants