Skip to content

Conversation

Elkawaie
Copy link

@Elkawaie Elkawaie commented Mar 22, 2025

Hi, I've encountered a problem with doctrine/orm:^3.2 (exact version 3.3.1).
I'm developing an application that only needs to use the geographic point at the moment.
I haven't studied the whole library and I don't have precise cases for testing each one. But I did run into this problem with make:migration command :


In AbstractPlatform.php line 454:
                                                                                                      
  Unknown database type point requested, Doctrine\DBAL\Platforms\MySQL80Platform may not support it.  
                                                                                                      

Which I solved by removing some of the config in the doctrine type mapping declarations.

So I'm taking this opportunity to open this PR to submit the solution, without being certain that it's valid for the rest of the library.

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

Successfully merging this pull request may close these issues.

1 participant