Skip to content

INTPYTHON-527 Add Queryable Encryption support #323

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

Closed
wants to merge 3 commits into from

Conversation

aclark4life
Copy link
Collaborator

@aclark4life aclark4life commented Jun 23, 2025

Another WIP. qe.py updated too.

With this PR, Django claims it can't run non-encrypted commands, which means maybe we can't encrypt the entire connection …


(.venv) main ~/Developer/django-mongodb-cli> dm repo test django backend_    
Copying config/django/django_settings.py to src/django/tests/mongo_settings.py
Running ./runtests.py --settings mongo_settings --parallel 1 --verbosity 3 --debug-sql --noinput backend_
Testing against Django installed in '/Users/alexclark/Developer/django-mongodb-cli/src/django/django'
Importing application backend_
Found 20 test(s).
Creating test database for alias 'default' ('test_djangotests')...
Got an error creating the test database: command not supported for auto encryption: buildinfo
Destroying old test database for alias 'default' ('test_djangotests')...
Got an error recreating the test database: 'NoneType' object has no attribute 'execute'

@aclark4life
Copy link
Collaborator Author

Going to start on another draft with a _nodb_cursor implementation.

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.

1 participant