Skip to content

Commit

Permalink
Remove PostgreSQL dialect leftovers (#425)
Browse files Browse the repository at this point in the history
* #424: Remove PostgreSQL dialect leftovers
  • Loading branch information
chiaradiamarcelo authored Dec 3, 2020
1 parent 4b2fba9 commit e09faf3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions doc/changes/changes_4.0.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Code name:

* #408: Removed PostgreSQL dialect implementation as it has been migrated to https://github.com/exasol/postgresql-virtual-schema.
* #422: Refactor `OracleQueryRewriter` for more clarity.
* #424: Remove `PostgreSQL` dialect leftovers.

## Dependency updates

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Add a new class that has to:
* Create the test schema in the source database
* Create the virtual schema
* Execute the tests on the virtual schema
See [PostgreSQLDialectIT](../../../src/test/java/com/exasol/adapter/dialects/postgresql/PostgreSQLSqlDialectIT.java) for an example.
See [PostgreSQLDialectIT](https://github.com/exasol/postgresql-virtual-schema/blob/main/src/test/java/com/exasol/adapter/dialects/postgresql/PostgreSQLSqlDialectIT.java) for an example.

## Security Considerations

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ com.exasol.adapter.dialects.hive.HiveSqlDialectFactory
com.exasol.adapter.dialects.impala.ImpalaSqlDialectFactory
com.exasol.adapter.dialects.mysql.MySqlSqlDialectFactory
com.exasol.adapter.dialects.oracle.OracleSqlDialectFactory
com.exasol.adapter.dialects.postgresql.PostgreSQLSqlDialectFactory
com.exasol.adapter.dialects.redshift.RedshiftSqlDialectFactory
com.exasol.adapter.dialects.saphana.SapHanaSqlDialectFactory
com.exasol.adapter.dialects.sqlserver.SqlServerSqlDialectFactory
Expand Down

0 comments on commit e09faf3

Please sign in to comment.