Default value does not accept HTTP URL (Postgres error)
See original GitHub issueHello,
I tried to add a default value in Hasura as an URL but Postgres threw an error:
I guess that the URL should be between quote in this query because Postgres does not like the charactere :
. 😃
I do not have the knowledge of your project to know where to edit this and if it is the good way to fix that.
Thank you for your awesome work ! 😃
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Driver org.postgresql.Driver claims to not accept jdbcUrl, jdbc ...
It seems that the .env variables are not accessible from the application.properties file. When I hard code default values for the variables like ......
Read more >Initializing the Driver - PostgreSQL JDBC Driver
The server must have been compiled with SSL support. This property does not need a value associated with it. The mere presence of...
Read more >15: 20.3. Connections and Authentication - PostgreSQL
The default value is three connections. The value must be less than max_connections . This parameter can only be set at server start....
Read more >15: 20.11. Client Connection Defaults - PostgreSQL
The default value for this parameter is "$user", public . This setting supports shared use of a database (where no users have private...
Read more >20.8. Error Reporting and Logging - PostgreSQL
Also, on some platforms not using the logging collector can result in lost or ... value is expected to be a numeric mode...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@Tchoupinax No no. I was just querying to help debug the issue. This is definitely a bug.
@Tchoupinax I attempted to do this for a column of type
text
and it seems to work. Can you confirm the type of theimageUrl
column in your schema