The Wayback Machine - https://web.archive.org/web/20220610100008/https://github.com/topics/sqlite3
Skip to content
#

sqlite3

Here are 6,481 public repositories matching this topic...

shoyip
shoyip commented Jun 1, 2022

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!

good first issue

C++高性能分布式服务器框架,webserver,websocket server,自定义tcp_server(包含日志模块,配置模块,线程模块,协程模块,协程调度模块,io协程调度模块,hook模块,socket模块,bytearray序列化,http模块,TcpServer模块,Websocket模块,Https模块等, Smtp邮件模块, MySQL, SQLite3, ORM,Redis,Zookeeper)

  • Updated Dec 10, 2021
  • C++
zekth
zekth commented Jun 8, 2022

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

enhancement good first issue
vscode-sqltools
serdula
serdula commented Feb 17, 2021

Describe the bug
Character greater then > breaks comment in formatter

To Reproduce
Steps to reproduce the behavior:

  1. Go to https://vscode-sqltools.mteixeira.dev/playground/formatter
  2. Click on insert into below text:
    -- comments are
    -- breaks by sign greater than >
    -- unfortunately
  3. See error

Expected behavior
the comment should not be affected by a character grea

bug formatting good first issue

Improve this page

Add a description, image, and links to the sqlite3 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the sqlite3 topic, visit your repo's landing page and select "manage topics."

Learn more