Ecosyste.ms: Issues

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

GitHub / clue/reactphp-sqlite issues and pull requests

#68 - Fix typos in documentation

Pull Request - State: closed - Opened by yadaiio about 1 year ago
Labels: documentation

#67 - Support to issue initial queries

Issue - State: closed - Opened by hvt over 1 year ago - 3 comments
Labels: new feature

#66 - Update test suite to ensure 100% code coverage

Pull Request - State: closed - Opened by clue over 1 year ago
Labels: maintenance

#65 - Update test suite and report failed assertions

Pull Request - State: closed - Opened by clue over 1 year ago
Labels: maintenance

#64 - Test on PHP 8.2 and update test environment

Pull Request - State: closed - Opened by clue about 2 years ago
Labels: new feature

#63 - Forward compatibility with upcoming Promise v3

Pull Request - State: closed - Opened by clue about 2 years ago
Labels: new feature

#62 - Update test suite to remove deprecated `utf8_decode()` in preparation for PHP 8.2

Pull Request - State: closed - Opened by SimonFrings over 2 years ago
Labels: maintenance

#61 - Support spawning worker process from within PHARs without file extension

Pull Request - State: closed - Opened by clue almost 3 years ago
Labels: new feature

#60 - Update test suite & clue/phar-composer to avoid skipped tests on Windows

Pull Request - State: closed - Opened by clue almost 3 years ago
Labels: maintenance

#59 - Support authorizer to check allowed statements

Issue - State: open - Opened by clue almost 3 years ago
Labels: new feature, help wanted

#58 - Support loading extensions

Issue - State: open - Opened by clue almost 3 years ago
Labels: new feature, help wanted

#57 - [WIP] Use socket pipes on Windows with PHP 8+

Pull Request - State: closed - Opened by clue almost 3 years ago - 1 comment
Labels: new feature

#56 - Simplify internal JSON-RPC protocol by avoiding unneeded escapes

Pull Request - State: closed - Opened by clue almost 3 years ago
Labels: new feature

#55 - Support running from PHAR

Pull Request - State: closed - Opened by clue almost 3 years ago
Labels: new feature

#54 - Support user-defined functions (UDFs)

Issue - State: open - Opened by clue almost 3 years ago
Labels: new feature, help wanted

#53 - Report error when process is closed unexpectedly

Issue - State: open - Opened by clue almost 3 years ago
Labels: new feature, help wanted

#52 - Expose error code when query fails

Issue - State: open - Opened by clue almost 3 years ago
Labels: new feature, help wanted

#51 - Support sqlite:// URI scheme

Issue - State: open - Opened by clue almost 3 years ago
Labels: new feature, help wanted

#49 - Support PHP 8.1 and minor clean up

Pull Request - State: closed - Opened by SimonFrings about 3 years ago
Labels: new feature, easy pick, maintenance

#48 - Support using blocking SQLite adapter when using an empty binary path

Pull Request - State: closed - Opened by clue about 3 years ago
Labels: new feature

#47 - Simplify API, instantiate `SqliteClient` instead of `Factory`

Issue - State: open - Opened by clue about 3 years ago
Labels: new feature, help wanted, BC break

#46 - Fail fast without waiting for timeout if process dies while connecting

Pull Request - State: closed - Opened by clue about 3 years ago
Labels: new feature

#45 - Support passing custom PHP binary as optional argument to `Factory`

Pull Request - State: closed - Opened by clue about 3 years ago
Labels: new feature

#44 - Use new Eventloop in tests

Pull Request - State: closed - Opened by SimonFrings about 3 years ago
Labels: maintenance

#43 - Improve documentation and examples

Pull Request - State: closed - Opened by SimonFrings about 3 years ago
Labels: maintenance

#42 - Reject null byte in path to SQLite database file

Pull Request - State: closed - Opened by SimonFrings about 3 years ago - 1 comment
Labels: new feature, help wanted

#41 - Cannot utilize insertId in any meaningful way, RuntimeException: Database closed

Issue - State: closed - Opened by fissible about 3 years ago - 4 comments
Labels: question

#40 - Fatal error: Uncaught ArgumentCountError:

Issue - State: closed - Opened by sir-reynolds over 3 years ago - 1 comment
Labels: question

#39 - Simplify usage by supporting new default loop

Pull Request - State: closed - Opened by clue over 3 years ago
Labels: new feature

#38 - Add badge to show number of project installations

Pull Request - State: closed - Opened by PaulRotmann over 3 years ago
Labels: maintenance

#37 - Support PHP 8 and use GitHub actions for continuous integration (CI)

Pull Request - State: closed - Opened by clue almost 4 years ago
Labels: new feature, maintenance

#36 - Support PHP 8 and use GitHub actions for continuous integration (CI)

Pull Request - State: closed - Opened by SimonFrings almost 4 years ago - 1 comment
Labels: maintenance

#35 - Usage within FPM

Issue - State: closed - Opened by mpociot almost 4 years ago - 2 comments
Labels: bug, new feature, help wanted

#34 - Update PHPUnit configuration schema for PHPUnit 9.3

Pull Request - State: closed - Opened by SimonFrings about 4 years ago
Labels: maintenance

#33 - Run tests on PHPUnit 9

Pull Request - State: closed - Opened by SimonFrings over 4 years ago
Labels: easy pick, maintenance

#32 - Add ability to set worker file and cwd (Phar support)

Pull Request - State: closed - Opened by azurre over 4 years ago - 3 comments
Labels: new feature

#31 - Run tests on PHP 7.4 and simplify test matrix

Pull Request - State: closed - Opened by SimonFrings over 4 years ago - 1 comment
Labels: easy pick, maintenance

#30 - Clean up test suite and add .gitattributes to exclude dev files from exports

Pull Request - State: closed - Opened by SimonFrings over 4 years ago - 1 comment
Labels: maintenance

#29 - Queries break after 60sec (open or openLazy)

Issue - State: closed - Opened by seankndy over 4 years ago - 4 comments
Labels: invalid, question

#28 - Not able to Prevent the ReactPHP's Factory Instantiation

Issue - State: closed - Opened by teleclient over 4 years ago - 1 comment
Labels: question

#27 - Enable foreign keys with LazyDatabase.

Issue - State: open - Opened by bartvanhoutte almost 5 years ago - 6 comments
Labels: new feature, help wanted

#26 - Fix result set rows for DDL queries to be null, instead of empty array

Pull Request - State: closed - Opened by clue over 5 years ago
Labels: bug

#25 - Fix error reporting when preparing query with placeholder fails

Pull Request - State: closed - Opened by clue over 5 years ago
Labels: bug, easy pick

#24 - Resolve relative paths to SQLite database files in Factory

Pull Request - State: closed - Opened by clue over 5 years ago
Labels: bug, new feature

#22 - Support spawning SQLite command line shell binary (plus SSH support)

Issue - State: closed - Opened by clue over 5 years ago - 1 comment
Labels: new feature, help wanted

#21 - Support executing from CGI binary and simplify child command line (ps)

Pull Request - State: closed - Opened by clue over 5 years ago
Labels: new feature

#20 - Fix selecting empty result sets and avoid implicitly executing twice

Pull Request - State: closed - Opened by clue over 5 years ago
Labels: bug

#19 - Support streaming result sets

Issue - State: open - Opened by clue over 5 years ago
Labels: new feature, help wanted, BC break

#18 - Drop support for HHVM, HHVM does not support PHP anymore

Pull Request - State: closed - Opened by clue over 5 years ago
Labels: easy pick, maintenance

#17 - Support float values without fraction on legacy PHP < 5.6.6

Pull Request - State: closed - Opened by clue over 5 years ago
Labels: new feature

#16 - Encode valid UTF-8 strings as TEXT and binary strings as BLOB

Pull Request - State: closed - Opened by clue over 5 years ago
Labels: new feature

#15 - Avoid race condition for forked process in test suite

Pull Request - State: closed - Opened by clue over 5 years ago
Labels: bug, easy pick, maintenance

#14 - Support type mapping for float and boolean values

Pull Request - State: closed - Opened by clue over 5 years ago - 1 comment
Labels: new feature, BC break

#13 - Support Windows by using temporary network socket for process I/O

Pull Request - State: closed - Opened by clue over 5 years ago
Labels: new feature

#11 - Fix autoload path when installed as composer dependency

Pull Request - State: closed - Opened by clue over 5 years ago
Labels: bug, easy pick

#10 - Example doesn't work

Issue - State: closed - Opened by nervaccio over 5 years ago - 2 comments
Labels: bug

#9 - Support FLOAT type

Issue - State: closed - Opened by clue over 5 years ago
Labels: new feature, help wanted, easy pick

#8 - Can not install via composer

Issue - State: closed - Opened by iosonique over 5 years ago - 1 comment
Labels: easy pick, maintenance

#7 - Do not inherit open FDs to SQLite worker by overwriting and closing

Pull Request - State: closed - Opened by clue almost 6 years ago
Labels: new feature

#6 - Use PHP_BINARY constant to detect current PHP executable (Travis etc.)

Pull Request - State: closed - Opened by clue almost 6 years ago
Labels: easy pick, maintenance

#5 - Support running from PHAR

Issue - State: closed - Opened by clue almost 6 years ago - 5 comments
Labels: new feature, help wanted

#4 - Support BLOB type

Issue - State: closed - Opened by clue almost 6 years ago
Labels: new feature, help wanted

#3 - Windows support via socket I/O instead of process pipe I/O

Issue - State: closed - Opened by clue almost 6 years ago
Labels: new feature, help wanted

#2 - Lazy connection

Issue - State: closed - Opened by clue almost 6 years ago
Labels: new feature, help wanted

#1 - Create me

Issue - State: closed - Opened by clue almost 6 years ago - 1 comment
Labels: new feature