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

Add RedShift support (postgresql connection with redshiftDialect) #174

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

claytonsilva
Copy link

Hi there,

I add support for aws redshift, this work for me.

Redshift uses Postgresql rdms with modifications, where not exists indexes and constraints

👍

@claytonsilva
Copy link
Author

@fwbrasil what type of test i need to apply this feature?

@fwbrasil
Copy link
Owner

fwbrasil commented Jun 4, 2015

Just create a new test context[0], add a new test category[1] and run sbt test. There will be a prompt to select the categories you'd like to test.

[0] https://github.com/fwbrasil/activate/blob/master/activate-test/src/test/scala/net/fwbrasil/activate/ActivateTestContext.scala
[1] https://github.com/fwbrasil/activate/blob/master/activate-test/src/test/scala/net/fwbrasil/activate/ActivateTest.scala#L45

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants