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 cockroach support #84

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

Add cockroach support #84

wodka opened this issue Jul 22, 2021 · 0 comments

Comments

@wodka
Copy link

wodka commented Jul 22, 2021

right now the getPostgresFastQuery is broken for cockroach

https://github.com/gx0r/connect-session-knex/blob/master/lib/utils.js#L99

changing the line from
+ ' values (?, ?::timestamp with time zone, ?::json)'
to
+ ' values (?::string, ?::timestamp with time zone, ?::json)'

fixes this

@wodka wodka closed this as completed Jul 23, 2021
@wodka wodka reopened this Jul 23, 2021
@gx0r gx0r closed this as not planned Won't fix, can't repro, duplicate, stale Jun 4, 2024
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

No branches or pull requests

2 participants