-
Notifications
You must be signed in to change notification settings - Fork 656
Fixed Posgresql index tables with public
.
#405
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
Conversation
Changes Unknown when pulling 62004f8 on ryanfox1985:postgresql-issue into * on ctran:develop*. |
62004f8
to
d71abbd
Compare
Changes Unknown when pulling d71abbd on ryanfox1985:postgresql-issue into * on ctran:develop*. |
d71abbd
to
6ce3c96
Compare
Changes Unknown when pulling 6ce3c96 on ryanfox1985:postgresql-issue into * on ctran:develop*. |
I would like to see a test case added for this if you don't mind. |
Hi @ctran, I will describe my case: We are using Let me add Rspec test to this part. Regards. |
@ryanfox1985 Did you have a chance to add a test? |
@ctran It's not easy to make a test xD. |
6ce3c96
to
e40c243
Compare
Added indexes test. Added test not crash getting indexes.
e40c243
to
e7b01bd
Compare
f434821
to
ec4f313
Compare
@ctran it's ready. |
Hello,
I have a issue with my Postgresql database and the index annotations.
In some models I added the table_name_prefix = 'public.' because I'm using different schemas and the annotation doesn't work because is looking for 'public.table_name' and doesn't exist.
Regards.