Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / tursodatabase/libsql-shell-go issues and pull requests

#180 - Bump libsql-client-go

Pull Request - State: closed - Opened by athoscouto 3 months ago

#179 - docs(readme): use correct flag for auth token

Pull Request - State: closed - Opened by notrab 4 months ago

#178 - Update libsql-client-go

Pull Request - State: closed - Opened by athoscouto 4 months ago

#177 - Update libsql-client-go

Pull Request - State: closed - Opened by haaawk 4 months ago

#176 - Add schemaDb to ShellConfig

Pull Request - State: closed - Opened by haaawk 4 months ago - 1 comment

#175 - Update sqliteparser

Pull Request - State: closed - Opened by haaawk 4 months ago

#174 - Update libsql-client-go and tidy go.mod

Pull Request - State: closed - Opened by athoscouto 5 months ago

#173 - Use configdir

Pull Request - State: closed - Opened by haaawk 5 months ago - 4 comments

#172 - CI: use libsql-server instead of sqld

Pull Request - State: closed - Opened by haaawk 7 months ago

#171 - Revert "Batch queries when using HTTP client"

Pull Request - State: closed - Opened by haaawk 8 months ago

#170 - Fix antlr

Pull Request - State: closed - Opened by haaawk 8 months ago

#169 - Update github.com/tursodatabase/libsql-client-go

Pull Request - State: closed - Opened by haaawk 8 months ago

#168 - Batch queries when using HTTP client

Pull Request - State: closed - Opened by athoscouto 8 months ago - 3 comments

#167 - experiment: always open stream over HTTP

Pull Request - State: open - Opened by avinassh 8 months ago

#166 - .dump causes an error

Issue - State: closed - Opened by brun0ne 8 months ago - 2 comments

#165 - Make sure the endpoint is HTTP before making the req

Pull Request - State: closed - Opened by avinassh 9 months ago

#164 - .schema may print uglified version of table

Issue - State: open - Opened by glommer 9 months ago

#163 - Support multi-statement, multi-line transactions

Issue - State: open - Opened by psarna 11 months ago - 1 comment

#161 - Handle time.Time in formatter

Pull Request - State: closed - Opened by haaawk about 1 year ago

#160 - Update client version

Pull Request - State: closed - Opened by haaawk about 1 year ago

#159 - Autocomplete on empty input panics

Issue - State: open - Opened by penberg about 1 year ago
Labels: bug

#158 - Upgrade libSQL client dependency

Pull Request - State: closed - Opened by penberg about 1 year ago

#157 - Call /dump endpoint for remote dbs

Pull Request - State: closed - Opened by haaawk about 1 year ago

#155 - Update Go client

Pull Request - State: closed - Opened by haaawk about 1 year ago

#154 - Update Go driver

Pull Request - State: closed - Opened by haaawk about 1 year ago

#153 - Proxy

Pull Request - State: closed - Opened by haaawk about 1 year ago

#152 - Add a way to import CSV data into a table

Issue - State: open - Opened by avinassh about 1 year ago

#151 - Update libsql-client-go

Pull Request - State: closed - Opened by haaawk over 1 year ago

#149 - .dump doesn't use a transaction (sqlite3 does)

Issue - State: open - Opened by CodingDoug over 1 year ago

#147 - fix: explain query plan formatting

Pull Request - State: open - Opened by douglasmdev over 1 year ago

#144 - fix: internal cmds escape special chars

Pull Request - State: closed - Opened by douglasmdev over 1 year ago - 1 comment

#143 - Enhance .dump and .schema

Pull Request - State: closed - Opened by athoscouto over 1 year ago

#141 - fix(dump): escape single quotes

Pull Request - State: closed - Opened by douglasmdev over 1 year ago

#140 - `.dump` doesn't properly escape strings with single quotes

Issue - State: closed - Opened by CodingDoug over 1 year ago - 1 comment

#138 - `.schema` should show views

Issue - State: closed - Opened by CodingDoug over 1 year ago

#137 - Copying text on shell should not include shell prompt

Issue - State: open - Opened by avinassh over 1 year ago

#136 - fix: create triggers were spliting statement wrong

Pull Request - State: closed - Opened by luisfvieirasilva over 1 year ago - 1 comment

#134 - `.schema` output should show triggers

Issue - State: closed - Opened by CodingDoug over 1 year ago - 1 comment

#132 - fix: add ; to sql statements in schema cmd

Pull Request - State: closed - Opened by Mr-Destructive over 1 year ago - 1 comment

#130 - Improve the output of EXPLAIN QUERY PLAN

Issue - State: open - Opened by CodingDoug over 1 year ago

#128 - SQL runtime errors are missing a proper error message

Issue - State: open - Opened by CodingDoug over 1 year ago - 5 comments

#127 - chore: fix go.sum

Pull Request - State: closed - Opened by luisfvieirasilva over 1 year ago

#126 - chore: update libsql driver

Pull Request - State: closed - Opened by luisfvieirasilva over 1 year ago

#125 - Don't pass the auth token in the database URL query string

Issue - State: closed - Opened by CodingDoug over 1 year ago - 1 comment

#124 - Parse semicolons correctly when creating triggers

Issue - State: closed - Opened by douglasmdev over 1 year ago - 1 comment

#123 - feat(shell): add option to disable autocompleter

Pull Request - State: closed - Opened by luisfvieirasilva over 1 year ago

#122 - Refactor dump cmd

Pull Request - State: closed - Opened by douglasmdev over 1 year ago

#121 - Messy history with multi-line commands

Issue - State: open - Opened by luisfvieirasilva over 1 year ago - 1 comment

#120 - feat: add support for executing files

Pull Request - State: open - Opened by StefanoSaffran over 1 year ago

#118 - `.dump` outputs invalid `NULL;` on table with UNIQUE column

Issue - State: closed - Opened by CodingDoug over 1 year ago - 1 comment

#117 - Should shell `.dump` use a transaction?

Issue - State: closed - Opened by CodingDoug over 1 year ago - 2 comments

#116 - fix: empty spaces trigger no completion

Pull Request - State: closed - Opened by douglasmdev over 1 year ago

#115 - doc(README): update section on running tests against local sqld

Pull Request - State: closed - Opened by douglasmdev over 1 year ago

#114 - feat: add auth flag to pass token

Pull Request - State: closed - Opened by StefanoSaffran over 1 year ago

#113 - refactor: rename dbpath to dburi

Pull Request - State: closed - Opened by douglasmdev over 1 year ago

#112 - `--help` flag is not properly disabled

Issue - State: open - Opened by StefanoSaffran over 1 year ago

#111 - feat(ci): run sqld server on ci

Pull Request - State: closed - Opened by douglasmdev over 1 year ago

#110 - More help for .mode command

Pull Request - State: closed - Opened by douglasmdev over 1 year ago

#109 - fix(shell): returning error if test connection fails

Pull Request - State: closed - Opened by luisfvieirasilva over 1 year ago

#107 - fix: add a way to cancel running queries in the shell

Pull Request - State: closed - Opened by StefanoSaffran over 1 year ago

#105 - Configure CI to run tests on a sqld server

Issue - State: closed - Opened by luisfvieirasilva over 1 year ago

#104 - RunShellLine doen't run test connection

Pull Request - State: closed - Opened by douglasmdev over 1 year ago

#103 - Change Turso tests to sqld tests

Issue - State: closed - Opened by luisfvieirasilva over 1 year ago

#101 - Add `--auth` flag

Issue - State: closed - Opened by luisfvieirasilva over 1 year ago

#99 - Readme improvements

Pull Request - State: closed - Opened by CodingDoug over 1 year ago

#98 - Add number of rows changed to shell results

Issue - State: open - Opened by luisfvieirasilva over 1 year ago

#97 - `.mode` command has insuffient help

Issue - State: closed - Opened by luisfvieirasilva over 1 year ago

#96 - Fix suggestion: insert i

Issue - State: open - Opened by luisfvieirasilva over 1 year ago - 1 comment

#95 - Fix suggestion: select 1 from table3; select 1 f

Issue - State: open - Opened by luisfvieirasilva over 1 year ago

#94 - Chore/add tests to suggester

Pull Request - State: closed - Opened by luisfvieirasilva over 1 year ago

#94 - Chore/add tests to suggester

Pull Request - State: closed - Opened by luisfvieirasilva over 1 year ago

#93 - shell.RunShellLine should not testConnection

Issue - State: closed - Opened by athoscouto over 1 year ago

#92 - Fix/dont suggestion keyworks when everything is accepted

Pull Request - State: closed - Opened by luisfvieirasilva over 1 year ago

#91 - Support for executing files

Issue - State: open - Opened by athoscouto over 1 year ago - 1 comment

#90 - No way to cancel a shell.RunShellLine call

Issue - State: closed - Opened by athoscouto over 1 year ago

#89 - Feat/start autocomplete engine

Pull Request - State: closed - Opened by luisfvieirasilva over 1 year ago

#88 - Add option to pass Bearer token as ShellConfig

Issue - State: closed - Opened by luisfvieirasilva over 1 year ago - 1 comment

#87 - Change `DbPath` configuration name

Issue - State: closed - Opened by luisfvieirasilva over 1 year ago

#86 - fix(db): execute 'SELECT 1;' to test connection

Pull Request - State: closed - Opened by luisfvieirasilva over 1 year ago

#85 - fix: parse multiple statements with embedded semicolon

Pull Request - State: open - Opened by piotrkira over 1 year ago - 4 comments

#84 - turso-cli updates

Pull Request - State: closed - Opened by luisfvieirasilva over 1 year ago