spring-security/oauth2/oauth2-client
Craig Andrews 42a787d1f6 Add Postgres sql for JDBC implementation of OAuth2AuthorizedClientService
Postgres doesn't have a BLOB type, but it does have an equivalent BYTEA
type.
This approach and naming convention follows the convention established
in Spring Session JDBC which has sql for each RDBMS with files names in
the pattern *-{dbname}.sql, for example:
schema-db2.sql
schema-derby.sql
schema-h2.sql
schema-mysql.sql
schema-postgresql.sql

See https://github.com/spring-projects/spring-session/tree/2.3.1.RELEASE/spring-session-jdbc/src/main/resources/org/springframework/session/jdbc

Issue gh-9070
2020-10-22 09:56:20 -04:00
..
src Add Postgres sql for JDBC implementation of OAuth2AuthorizedClientService 2020-10-22 09:56:20 -04:00
spring-security-oauth2-client.gradle Revert "Fix snapshot build failure related to reactor-netty" 2020-08-04 14:24:32 -04:00