-
-
Notifications
You must be signed in to change notification settings - Fork 722
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
Comments
Thanks. We are considering forking knex-session because we have outstanding issues that has not been solved. |
Any updates? |
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: |
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 |
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. |
* refactor: use buttons for sortable <th>s * refactor: announce sorting to screen readers * refactor: fix MenuItem padding override
So far it seems the only broken things are:
important is to pass the "version" do the db settings.
Ideally the type should be updated to allow this without warnings.
The text was updated successfully, but these errors were encountered: