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

Support CockroachDB #898

Closed
wodka opened this issue Jul 22, 2021 · 5 comments
Closed

Support CockroachDB #898

wodka opened this issue Jul 22, 2021 · 5 comments
Labels

Comments

@wodka
Copy link

wodka commented Jul 22, 2021

So far it seems the only broken things are:

important is to pass the "version" do the db settings.

unleash
  .start({
    db: {
      version: '9.6',
    },
  })

Ideally the type should be updated to allow this without warnings.
image

@ivarconr
Copy link
Member

Thanks. We are considering forking knex-session because we have outstanding issues that has not been solved.

@sergeyshaykhullin
Copy link

Any updates?

@ivarconr
Copy link
Member

Sorry. The biggest blocker is the knex-session library that does not seem to respond to issues anymore. Thus we need to in-house that library to make progress.

We currently have two issues with that library that we would love to fix:

@wodka
Copy link
Author

wodka commented Dec 18, 2021

There is another problem:

there won't be support for skip lock in cockroach: cockroachdb/cockroach#40476

the FeatureToggleStore.setLastSeen used skipLocked: https://github.com/Unleash/unleash/blob/master/src/lib/db/feature-toggle-store.ts#L147

-> could we add an option to disable this?

for to possible pass this down to knex I added a ticket there as well: knex/knex#4899

@stale
Copy link

stale bot commented Jun 27, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Jun 27, 2022
@stale stale bot closed this as completed Jul 4, 2022
Tymek pushed a commit that referenced this issue Aug 26, 2022
* refactor: use buttons for sortable <th>s

* refactor: announce sorting to screen readers

* refactor: fix MenuItem padding override
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants