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

pgsql support for uuid type #600

Open
akondas opened this issue Apr 13, 2023 · 0 comments
Open

pgsql support for uuid type #600

akondas opened this issue Apr 13, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@akondas
Copy link

akondas commented Apr 13, 2023

Invalid string type is substituted when column type is uuid (for pgsql):

  Line   src/Some/Infrastructure/Doctrine/Dbal/DbalSomeQuery.php                                                              
 ------ ----------------------------------------------------------------------------------------------------------------------- 
  22     Query error: SQLSTATE[22P02]: Invalid text representation: 7 ERROR:  invalid input syntax for type uuid: "1970-01-01"  
         LINE 1: ...some_limit, state FROM offer WHERE inquiry_id = '1970-01-0...                                             
                                                                      ^ (22P02).     
@staabm staabm added the bug Something isn't working label Apr 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants