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

Add support for CrateDB specific table options #76

Merged
merged 3 commits into from
Nov 18, 2019
Merged

Conversation

seut
Copy link
Member

@seut seut commented Nov 15, 2019

CrateDB supports some specific table options e.g. for configuring
sharding, partitioned tables or number of replicas.
Passing this configurations via DBAL $options is now possible.

Relates #75.

@seut seut force-pushed the s/table-options branch 2 times, most recently from bb7fa23 to 23fddad Compare November 15, 2019 15:09
@seut seut requested a review from chaudum November 15, 2019 15:13
docs/appendices/table-options.rst Outdated Show resolved Hide resolved
docs/appendices/table-options.rst Outdated Show resolved Hide resolved
src/Crate/DBAL/Platforms/CratePlatform.php Outdated Show resolved Hide resolved
test/Crate/Test/DBAL/Functional/TableOptionsTest.php Outdated Show resolved Hide resolved
test/Crate/Test/DBAL/Functional/TableOptionsTest.php Outdated Show resolved Hide resolved
@seut seut requested a review from chaudum November 18, 2019 11:04
CrateDB supports some specific table options e.g. for configuring
sharding, partitioned tables or number of replicas.
Passing this configurations via DBAL `$options` is now possible.

Relates #75.
@seut seut merged commit d738ab2 into master Nov 18, 2019
@seut seut deleted the s/table-options branch November 18, 2019 12:58
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