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

Fix column type matrix #89

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

Conversation

glaucomorais
Copy link

Changes

  • Removes strtolower from the compile method.

Additional information

Sybase seems to be case-sensitive. In some use cases the strtolower make columns falsely be parsed as string.

Sybase is case-sensitive. Forcing `strtolower` makes, in some cases, everything be parsed as `string`.
@andrex47
Copy link
Collaborator

now this is something i did not think about, make private variables on the __construct, it is a nice addition , i will check the conflicts and add this merge to the package

@andrex47 andrex47 closed this Feb 21, 2025
@andrex47 andrex47 reopened this Feb 21, 2025
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