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

Make SQLite URL parser aware of options #481

Merged
merged 2 commits into from
Nov 30, 2019

Conversation

aeneasr
Copy link
Member

@aeneasr aeneasr commented Nov 29, 2019

This patch improves the SQLite URL parser and adds the ability
to specify conneciton options.

Also uses _fk=true per default to allow propagation of foreign
keys (disabled by default)

@aeneasr aeneasr requested a review from a team as a code owner November 29, 2019 10:03
@aeneasr
Copy link
Member Author

aeneasr commented Nov 29, 2019

Hm, tests failing - I'll check what that's all about in an hour or so.

@aeneasr aeneasr force-pushed the sqlurl branch 2 times, most recently from 3d38bdf to 571ed56 Compare November 29, 2019 12:32
This patch improves the SQLite URL parser and adds the ability
to specify conneciton options.

Also uses `_fk=true` per default to allow propagation of foreign
keys (disabled by default)

Signed-off-by: aeneasr <aeneas@ory.sh>
@aeneasr
Copy link
Member Author

aeneasr commented Nov 29, 2019

Broken tests have been resolved, I made a small mistake in the URL generation. I also confirmed that outside libraries can now properly use and set parameters and connect to the database. So this is now good for review and merge!

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.

None yet

2 participants