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

Name of Tables downcasing #3

Open
ssteeltm opened this issue Mar 6, 2024 · 6 comments
Open

Name of Tables downcasing #3

ssteeltm opened this issue Mar 6, 2024 · 6 comments

Comments

@ssteeltm
Copy link

ssteeltm commented Mar 6, 2024

Hello, I Have a software that tables start with Uppercase.

and when I try add new rule, it's removing this.

please note, table name is "Typebot", and software try to reach on "typebot"

example:

image
image

@ssteeltm
Copy link
Author

ssteeltm commented Mar 6, 2024

Maybe it this .toLower causing this?
image

@ciminelli
Copy link
Member

Hey @ssteeltm, it looks like that ToLower could be the issue. Can you try removing it and running the application?

@ssteeltm
Copy link
Author

ssteeltm commented Mar 6, 2024

I tried to remove it, but now I cant even login with postgres conection
image

@ssteeltm
Copy link
Author

ssteeltm commented Mar 9, 2024

maybe theres a problem with updated files x docker image.

When I just switch from docker image to compile it, withou change the lower thing, It cant auth anymore the connection

image

image

@ssteeltm
Copy link
Author

ssteeltm commented Mar 9, 2024

its something related to this auth:
image

when I disable it by return without those checks, it works!

@ssteeltm
Copy link
Author

ssteeltm commented Mar 9, 2024

I dont know if Im doing wrong, but after removing toLower() didnt solve for me...
image

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

No branches or pull requests

2 participants