Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / libsql/libsql issues and pull requests
#422 - libsql/replication: set tcp nodelay
Pull Request -
State: closed - Opened by LucioFranco about 1 year ago
#421 - libsql/core: Move to webpki roots instead of native
Pull Request -
State: closed - Opened by LucioFranco about 1 year ago
#420 - -p option
Issue -
State: open - Opened by arpecop about 1 year ago
#419 - Invalid kernel address exception on connection close
Issue -
State: open - Opened by penberg about 1 year ago
Labels: bug
#418 - Read-only transactions with `BEGIN READ ONLY`
Issue -
State: open - Opened by penberg about 1 year ago
Labels: enhancement
#417 - add info about turso in the readme
Pull Request -
State: open - Opened by glommer about 1 year ago
#416 - Upgrade local read transaction to remote write transaction?
Issue -
State: open - Opened by penberg about 1 year ago
Labels: enhancement, question
#415 - Database object creation is too expensive
Issue -
State: closed - Opened by penberg about 1 year ago
Labels: bug
#414 - replication: bring back preparing readonly statements locally
Pull Request -
State: closed - Opened by psarna about 1 year ago
#413 - Read transaction prepares remotely
Issue -
State: closed - Opened by penberg about 1 year ago
- 1 comment
Labels: bug
#412 - chore: Bump tonic-web version to 0.10.1
Pull Request -
State: closed - Opened by LucioFranco about 1 year ago
#411 - replication: handle NEED_SNAPSHOT error
Pull Request -
State: closed - Opened by psarna about 1 year ago
- 3 comments
#410 - Implement snapshot catch up in `Database::sync`
Issue -
State: closed - Opened by LucioFranco about 1 year ago
#409 - libsql/replication: Handle remote errors
Pull Request -
State: closed - Opened by LucioFranco about 1 year ago
#408 - libsql/replication: Handle remote errors
Pull Request -
State: closed - Opened by LucioFranco about 1 year ago
#408 - libsql/replication: Handle remote errors
Pull Request -
State: closed - Opened by LucioFranco about 1 year ago
#407 - add Describe RPC
Pull Request -
State: closed - Opened by psarna about 1 year ago
- 1 comment
#406 - libsql/core: Fix Statement::is_read_only() for TX markers
Pull Request -
State: closed - Opened by penberg about 1 year ago
#406 - libsql/core: Fix Statement::is_read_only() for TX markers
Pull Request -
State: closed - Opened by penberg about 1 year ago
#405 - libsql/replication: Write delegation v2 with txn support
Pull Request -
State: closed - Opened by LucioFranco about 1 year ago
- 1 comment
#405 - libsql/replication: Write delegation v2 with txn support
Pull Request -
State: closed - Opened by LucioFranco about 1 year ago
- 1 comment
#404 - crates/core: track transactions when delegating writes
Pull Request -
State: closed - Opened by psarna about 1 year ago
- 1 comment
#404 - crates/core: track transactions when delegating writes
Pull Request -
State: closed - Opened by psarna about 1 year ago
- 1 comment
#403 - crates/core: some Connection functions use local sqlite3 API despite write delegation
Issue -
State: closed - Opened by psarna about 1 year ago
#403 - crates/core: some Connection functions use local sqlite3 API despite write delegation
Issue -
State: closed - Opened by psarna about 1 year ago
#402 - Extension loading API
Issue -
State: open - Opened by penberg about 1 year ago
Labels: enhancement, help wanted
#402 - Extension loading API
Issue -
State: open - Opened by penberg about 1 year ago
Labels: enhancement, help wanted
#401 - libsql/core: Refactor crate structure
Pull Request -
State: closed - Opened by LucioFranco about 1 year ago
#400 - libsql/replication: Add namespace support
Pull Request -
State: closed - Opened by LucioFranco about 1 year ago
#400 - libsql/replication: Add namespace support
Pull Request -
State: closed - Opened by LucioFranco about 1 year ago
#400 - libsql/replication: Add namespace support
Pull Request -
State: closed - Opened by LucioFranco about 1 year ago
#399 - crates/replication: fix pragma writable_schema=reset
Pull Request -
State: closed - Opened by psarna about 1 year ago
#399 - crates/replication: fix pragma writable_schema=reset
Pull Request -
State: closed - Opened by psarna about 1 year ago
#398 - replication: fix bumping next_offset in http sync
Pull Request -
State: closed - Opened by psarna about 1 year ago
#397 - Improve authentication failure error
Issue -
State: open - Opened by penberg about 1 year ago
Labels: enhancement
#396 - libsql/core: Add `IntoParams` docs
Pull Request -
State: closed - Opened by LucioFranco about 1 year ago
#396 - libsql/core: Add `IntoParams` docs
Pull Request -
State: closed - Opened by LucioFranco about 1 year ago
#395 - libsql/replication: Lazily init metadata
Pull Request -
State: closed - Opened by LucioFranco about 1 year ago
#394 - Make `Database::open_with_remote_sync()` not connect to server
Issue -
State: closed - Opened by penberg about 1 year ago
Labels: enhancement
#393 - libsql/core: Benchmark improvements
Pull Request -
State: closed - Opened by penberg about 1 year ago
#392 - "unexpected error code: 21" failure when syncing
Issue -
State: open - Opened by penberg about 1 year ago
Labels: bug
#391 - crates/core: impl IntoParams for tuples
Pull Request -
State: closed - Opened by psarna about 1 year ago
#390 - libsql/core: Add `IntoParams` and `IntoValue`
Pull Request -
State: closed - Opened by LucioFranco about 1 year ago
- 1 comment
#389 - libsql/core: Add const generic impl for Params
Pull Request -
State: closed - Opened by LucioFranco about 1 year ago
- 1 comment
#388 - Merge SQLite 3.43.0
Pull Request -
State: closed - Opened by psarna about 1 year ago
#387 - btree,vdbe: account number of COUNT(*) pages read
Pull Request -
State: closed - Opened by psarna about 1 year ago
#386 - libsql/sys: Impl `Sync` for `Connection`
Pull Request -
State: closed - Opened by LucioFranco about 1 year ago
#385 - Unable to run project getting the following error Error: Cannot find module '@libsql/darwin-x64'
Issue -
State: open - Opened by been-there-done-that about 1 year ago
- 1 comment
#384 - vdbe: only bump rows written on non-ephemeral tables
Pull Request -
State: closed - Opened by psarna about 1 year ago
#383 - libsql-sys build script rebuilds every time
Issue -
State: open - Opened by MarinPostma about 1 year ago
Labels: bug
#382 - crates/core: return the number of frames synced
Pull Request -
State: closed - Opened by psarna about 1 year ago
#381 - crates/core: skip replicating already seen frames
Pull Request -
State: closed - Opened by psarna about 1 year ago
#380 - crates/core: fix off-by-one error in validating snapshot frames
Pull Request -
State: closed - Opened by psarna about 1 year ago
#379 - crates/core: allow initializing replication from non-0 offsets
Pull Request -
State: closed - Opened by psarna about 1 year ago
#378 - add value utility methods
Pull Request -
State: closed - Opened by MarinPostma about 1 year ago
#377 - libsql/core: Fix v2 Statement::execute
Pull Request -
State: closed - Opened by LucioFranco about 1 year ago
#376 - libsql/core: Improve local sync example
Pull Request -
State: closed - Opened by penberg about 1 year ago
#375 - crates/core: fix local_sync example
Pull Request -
State: closed - Opened by psarna about 1 year ago
#374 - Local sync is broken
Issue -
State: closed - Opened by penberg about 1 year ago
- 1 comment
Labels: bug
#373 - Backmerge SQLite 3.43
Issue -
State: closed - Opened by penberg about 1 year ago
- 1 comment
Labels: enhancement
#372 - `Statement::execute()` does not seem to do write delegation
Issue -
State: closed - Opened by penberg about 1 year ago
Labels: bug
#371 - libsql/core: Implement todo!'s
Pull Request -
State: closed - Opened by LucioFranco about 1 year ago
#370 - libsql/replication: Fix merge issue
Pull Request -
State: closed - Opened by LucioFranco about 1 year ago
#369 - libsql/replication: Add `execute_batch` remote write
Pull Request -
State: closed - Opened by LucioFranco about 1 year ago
#368 - add open_remote_with_connector
Pull Request -
State: closed - Opened by MarinPostma about 1 year ago
#367 - crates/replication: do not wait for replication in execute()
Pull Request -
State: closed - Opened by psarna about 1 year ago
#366 - libsql/core: Remote sync example
Pull Request -
State: closed - Opened by penberg about 1 year ago
#365 - `execute_batch()` does not seem to support write delegation
Issue -
State: open - Opened by penberg about 1 year ago
Labels: bug
#365 - `execute_batch()` does not seem to support write delegation
Issue -
State: closed - Opened by penberg about 1 year ago
- 1 comment
Labels: bug
#364 - libsql/core: Local sync API
Pull Request -
State: closed - Opened by penberg about 1 year ago
#363 - libsql/core: Add write delegationt test
Pull Request -
State: open - Opened by LucioFranco about 1 year ago
- 1 comment
#362 - libsql/core: Add Database::open_with_flags()
Pull Request -
State: closed - Opened by penberg about 1 year ago
#361 - crates/core: add try_params and more conversions
Pull Request -
State: closed - Opened by psarna about 1 year ago
- 1 comment
#360 - libsql/replication: Add query write delegation
Pull Request -
State: closed - Opened by LucioFranco about 1 year ago
#359 - libsql/core: Use mutable refs for statement
Pull Request -
State: open - Opened by LucioFranco about 1 year ago
#359 - libsql/core: Use mutable refs for statement
Pull Request -
State: closed - Opened by LucioFranco about 1 year ago
#358 - libsql/core: Make v1 compeltely private
Pull Request -
State: closed - Opened by LucioFranco about 1 year ago
#357 - libsql/core: Make v2 and v1 mods private
Pull Request -
State: closed - Opened by LucioFranco about 1 year ago
#357 - libsql/core: Make v2 and v1 mods private
Pull Request -
State: closed - Opened by LucioFranco about 1 year ago
#356 - libsq/core: Fix integer truncation in values
Pull Request -
State: closed - Opened by penberg about 1 year ago
#355 - crates/{core,libsql-sys}: Add Statement.finalize()
Pull Request -
State: closed - Opened by penberg about 1 year ago
#354 - libsql/core: Implement Connection::close() for V2
Pull Request -
State: closed - Opened by penberg about 1 year ago
#353 - crates/core: migrate to v2 API
Pull Request -
State: closed - Opened by psarna about 1 year ago
#352 - chore: apply clippy fixes
Pull Request -
State: closed - Opened by psarna about 1 year ago
#351 - libsql/core: Improve named parameter tests
Pull Request -
State: closed - Opened by penberg about 1 year ago
#351 - libsql/core: Improve named parameter tests
Pull Request -
State: closed - Opened by penberg about 1 year ago
#350 - replication: fetch replication log in a loop
Pull Request -
State: open - Opened by neubaner about 1 year ago
- 2 comments
#350 - replication: stream log entries
Pull Request -
State: open - Opened by neubaner about 1 year ago
- 1 comment
#349 - Go/C bindings add authToken support
Pull Request -
State: closed - Opened by haaawk about 1 year ago
#349 - Go/C bindings add authToken support
Pull Request -
State: closed - Opened by haaawk about 1 year ago
#348 - Remove patched crates and update tonic/prost
Pull Request -
State: closed - Opened by LucioFranco about 1 year ago
#347 - Added:Support for read-only databases in the Rust crate.
Pull Request -
State: closed - Opened by xonx4l about 1 year ago
- 2 comments
#347 - Added:Support for read-only databases in the Rust crate.
Pull Request -
State: open - Opened by xonx4l about 1 year ago
- 1 comment
#346 - libsql/replication: Remove grpc decoding limits
Pull Request -
State: closed - Opened by LucioFranco about 1 year ago
#346 - libsql/replication: Remove grpc decoding limits
Pull Request -
State: closed - Opened by LucioFranco about 1 year ago
#346 - libsql/replication: Remove grpc decoding limits
Pull Request -
State: closed - Opened by LucioFranco about 1 year ago
#345 - crates/core: introduce a "core" feature
Pull Request -
State: closed - Opened by psarna about 1 year ago
- 2 comments
#345 - crates/core: introduce a "core" feature
Pull Request -
State: open - Opened by psarna about 1 year ago
- 1 comment
#344 - Support for read-only databases in the Rust crate
Issue -
State: open - Opened by penberg about 1 year ago
- 1 comment
Labels: enhancement, good first issue, help wanted
#344 - Support for read-only databases in the Rust crate
Issue -
State: open - Opened by penberg about 1 year ago
- 1 comment
Labels: enhancement, good first issue, help wanted