sqlite3
Here are 6,481 public repositories matching this topic...
-
Updated
Jun 9, 2022 - Go
-
Updated
Jun 10, 2022 - TypeScript
-
Updated
Mar 28, 2022 - C++
I currently need to connect to a Cloudera Impala instance in order to make queries and analyses.
It would be nice to be able to integrate this type of connection in DataStation.
I think it might require some sort of use of the Impala ODBC Connector / Driver.
Thanks!
-
Updated
Dec 10, 2021 - C++
-
Updated
Jun 7, 2022 - C++
-
Updated
Jun 9, 2022 - C++
-
Updated
Jun 9, 2022 - C++
-
Updated
May 31, 2022 - C++
I faced a really annoying issue lately with the driver. Integrating with TLS in a k8s environment the connection kept telling me bad connection. By debugging locally using some infra tricks to hit the remote cluster i ended up having more detailled errors using dlv.
Issue is here: https://github.com/uptrace/bun/blob/a327b2ae216abb55a705626296c0cdbf8d648697/driver/pgdriver/driver.go#L165
It d
Currently, the node colours in the network graph seem somewhat arbitrary. Ideally, the node colours convey meaning... perhaps a gradient to denote distance from the current selected topic/node.
Describe the bug
Character greater then > breaks comment in formatter
To Reproduce
Steps to reproduce the behavior:
- Go to https://vscode-sqltools.mteixeira.dev/playground/formatter
- Click on insert into below text:
-- comments are
-- breaks by sign greater than >
-- unfortunately - See error
Expected behavior
the comment should not be affected by a character grea
-
Updated
May 11, 2022 - Kotlin
-
Updated
Jun 8, 2022 - TypeScript
Improve this page
Add a description, image, and links to the sqlite3 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the sqlite3 topic, visit your repo's landing page and select "manage topics."



Currently we only support Upsert for CockroachDB. Implementing same for MySQL should be pretty straightforward as well.
Wonder if we can also use INSERT ON CONFLICT UPDATE for PostgreSQL to ensure operation with same signature also works.