-
Notifications
You must be signed in to change notification settings - Fork 695
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
Support performing operations on tables in multiple schemas #1116
base: main
Are you sure you want to change the base?
Conversation
...d-jdbc/src/main/kotlin/org/jetbrains/exposed/sql/statements/jdbc/JdbcDatabaseMetadataImpl.kt
Outdated
Show resolved
Hide resolved
Hello, @hfazai !
Also, please add a test with functions on columns from different schemas just to be sure that it works as expected. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @Tapac , Thanks for the changes request.
I also agree with (2) and (3) |
@Tapac |
Any update on this? |
Hey, I have a multi schema use case that would be easier to manage with this feature. Is any help needed with this? |
Fixes #145
Improves #805
This PR is to support shemas creation,cross-joins from different schemas and make selects from different schemas.
Some examples of usage