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

case sensitivity #54

Open
sp1d3rx opened this issue Jan 27, 2014 · 3 comments
Open

case sensitivity #54

sp1d3rx opened this issue Jan 27, 2014 · 3 comments
Assignees
Labels

Comments

@sp1d3rx
Copy link

sp1d3rx commented Jan 27, 2014

Tables are case sensitive with mssql and pyodbc. It should be case insensitive. URLs generated are all in lowercase, but using those do not work. Either you need to make this case sensitive ( and generate case sensitive URLs ) or you need to make it all case insensitive (and make the DB calls case insensitive as well ).

@jeffknupp
Copy link
Owner

Can you provide an example of the issue you're speaking about?

@jeffknupp jeffknupp added the bug label Feb 20, 2014
@jeffknupp jeffknupp self-assigned this Feb 20, 2014
@sp1d3rx
Copy link
Author

sp1d3rx commented Feb 20, 2014

Create a table in all uppercase in MSSQL and try to access it with sandman.Try accessing individual elements using the urls returned in the rest response.

@phillipsj
Copy link

Sounds like to me case sensitivity is turned on in MSan SQL. Have you checked your COLLATE settings.

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

No branches or pull requests

3 participants