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

bit comparison #80

Merged
merged 4 commits into from
Dec 18, 2011
Merged

bit comparison #80

merged 4 commits into from
Dec 18, 2011

Conversation

FabioBatSilva
Copy link
Member

Hello all

This patch add support for bit comparison.
That will be needed on ticket DDC-1213 :
doctrine/orm#212
http://www.doctrine-project.org/jira/browse/DDC-1213

The OraclePlatform is based on these examples :
http://www.orafaq.com/wiki/Bit
http://www.jlcomp.demon.co.uk/faq/bitwise.html
http://docs.oracle.com/cd/B19306_01/server.102/b14200/functions014.htm

Any sugestion are wellcome,

Thanks.

@beberlei
Copy link
Member

beberlei commented Dec 8, 2011

Did you verify that & and | works for MySQL, PGSQL, SQlite and MSSQL?

@FabioBatSilva
Copy link
Member Author

Yes, Verified on MySQL, PGSQL, SQlite and MSSQL

beberlei added a commit that referenced this pull request Dec 18, 2011
@beberlei beberlei merged commit f0ffcfa into doctrine:master Dec 18, 2011
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 6, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants