You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
Invalid string type is substituted when column type is uuid (for pgsql):
The text was updated successfully, but these errors were encountered: