Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / jverkoey/mysqlclient issues and pull requests
#72 - Fix bug where abandoned connections would never idle.
Pull Request -
State: closed - Opened by jverkoey over 4 years ago
#71 - Minor cleanup.
Pull Request -
State: closed - Opened by jverkoey over 4 years ago
#70 - Rename the library to MySqlClient
Pull Request -
State: closed - Opened by jverkoey over 4 years ago
#69 - Light refactoring.
Pull Request -
State: closed - Opened by jverkoey over 4 years ago
#68 - Regenerate CharacterSet.
Pull Request -
State: closed - Opened by jverkoey over 4 years ago
#67 - Linter cleanup
Pull Request -
State: closed - Opened by jverkoey over 4 years ago
#66 - Convert to GitHub actions and upgrade to Swift 5
Pull Request -
State: closed - Opened by jverkoey over 4 years ago
#65 - Rename container with latest changes in BinaryCodable.
Pull Request -
State: closed - Opened by jverkoey over 5 years ago
#64 - Remove unnecessary imports
Pull Request -
State: closed - Opened by jverkoey over 5 years ago
#63 - Depend on the published binary codable.
Pull Request -
State: closed - Opened by jverkoey over 5 years ago
#62 - Consolidate decoders.
Pull Request -
State: closed - Opened by jverkoey over 5 years ago
#61 - Clean up docs and API names.
Pull Request -
State: closed - Opened by jverkoey over 5 years ago
#60 - Move files around.
Pull Request -
State: closed - Opened by jverkoey over 5 years ago
#59 - Move BinaryCodable to its own file.
Pull Request -
State: closed - Opened by jverkoey over 5 years ago
#58 - Rename coding apis to be more self-consistent.
Pull Request -
State: closed - Opened by jverkoey over 5 years ago
#57 - Remove unused peek apis.
Pull Request -
State: closed - Opened by jverkoey over 5 years ago
#56 - More docs cleanup and simplifying.
Pull Request -
State: closed - Opened by jverkoey over 5 years ago
#55 - Style cleanup and trimming excess.
Pull Request -
State: closed - Opened by jverkoey over 5 years ago
#54 - Move private apis further down the file.
Pull Request -
State: closed - Opened by jverkoey over 5 years ago
#53 - Add docs for MySqlClient.
Pull Request -
State: closed - Opened by jverkoey over 5 years ago
#52 - Docs for query.
Pull Request -
State: closed - Opened by jverkoey over 5 years ago
#51 - Move query to a separate lib
Pull Request -
State: closed - Opened by jverkoey over 5 years ago
#50 - Consolidate repetitive code.
Pull Request -
State: closed - Opened by jverkoey over 5 years ago
#49 - Add insert query encoder.
Pull Request -
State: closed - Opened by jverkoey over 5 years ago
#48 - Assume that sql server tests should be run, unless explicitly opted out.
Pull Request -
State: closed - Opened by jverkoey over 5 years ago
#47 - Add table describe test.
Pull Request -
State: closed - Opened by jverkoey over 5 years ago
#46 - Add table management tests.
Pull Request -
State: closed - Opened by jverkoey over 5 years ago
#45 - Indicate that decode/peek always expect a fixed number of bytes.
Pull Request -
State: closed - Opened by jverkoey over 5 years ago
#44 - Add missing linux tests.
Pull Request -
State: closed - Opened by jverkoey over 5 years ago
#43 - Add test that creates and drops a database.
Pull Request -
State: closed - Opened by jverkoey over 5 years ago
#42 - Add test for queries as decodable objects.
Pull Request -
State: closed - Opened by jverkoey over 5 years ago
#41 - Update latest swift version.
Pull Request -
State: closed - Opened by jverkoey over 5 years ago
#40 - Extract test config and add reasonable defaults.
Pull Request -
State: closed - Opened by jverkoey over 5 years ago
#39 - Implement the query command.
Pull Request -
State: closed - Opened by jverkoey over 5 years ago
#38 - Restrict travis branch builds to develop/stable
Pull Request -
State: closed - Opened by jverkoey over 5 years ago
#37 - Cleaning up the length-encoded types.
Pull Request -
State: closed - Opened by jverkoey over 5 years ago
#36 - Rename vars to coder/encoder.
Pull Request -
State: closed - Opened by jverkoey over 5 years ago
#35 - Add MySqlClient.
Pull Request -
State: closed - Opened by jverkoey over 5 years ago
#34 - Flatten all of the source into two libraries.
Pull Request -
State: closed - Opened by jverkoey over 5 years ago
#33 - Move LazyDataStream into BinaryCodable.
Pull Request -
State: closed - Opened by jverkoey over 5 years ago
#32 - Implement handshake response and generic response.
Pull Request -
State: closed - Opened by jverkoey over 5 years ago
#31 - Delete unused code.
Pull Request -
State: closed - Opened by jverkoey over 5 years ago
#30 - Add packet encoding.
Pull Request -
State: closed - Opened by jverkoey over 5 years ago
#29 - Add an encodable type.
Pull Request -
State: closed - Opened by jverkoey over 5 years ago
#28 - Rename to binary stream decoder.
Pull Request -
State: closed - Opened by jverkoey over 5 years ago
#27 - Add basic Handshake tests.
Pull Request -
State: closed - Opened by jverkoey over 5 years ago
#26 - Provide default implementations for UInt8 RawRepresentable types.
Pull Request -
State: closed - Opened by jverkoey over 5 years ago
#25 - Generalize enum decoding
Pull Request -
State: closed - Opened by jverkoey over 5 years ago
#24 - Add a handshake payload.
Pull Request -
State: closed - Opened by jverkoey over 5 years ago
#23 - Add a Binary Decoding interface + implementations in existing types
Pull Request -
State: closed - Opened by jverkoey over 5 years ago
#22 - Ran swift test --generate-linuxmain and swiftlint autocorrect
Pull Request -
State: closed - Opened by jverkoey over 5 years ago
#21 - Add a PacketDecoder + tests and consolidate all MySql-specific code into a single library
Pull Request -
State: closed - Opened by jverkoey over 5 years ago
#20 - Export CustomStringConvertible+description
Pull Request -
State: closed - Opened by jverkoey over 5 years ago
#19 - Add CustomStringConvertible+description to list of dependencies.
Pull Request -
State: closed - Opened by jverkoey over 5 years ago
#18 - Add CustomStringConvertible+description.
Pull Request -
State: closed - Opened by jverkoey over 5 years ago
#17 - Mark the IteratorProtocol next API as public.
Pull Request -
State: closed - Opened by jverkoey over 5 years ago
#16 - Add an IteratorProtocol next(maxLength:) implementation.
Pull Request -
State: closed - Opened by jverkoey over 5 years ago
#15 - Add a job that tests against the latest version of Swift.
Pull Request -
State: closed - Opened by jverkoey over 5 years ago
#14 - WIP exploring linux tests on latest swift version.
Pull Request -
State: closed - Opened by jverkoey over 5 years ago
- 1 comment
#13 - Add MySql connection test.
Pull Request -
State: closed - Opened by jverkoey over 5 years ago
#12 - Disable the "Check Linux Test Cases" job due to flakiness.
Pull Request -
State: closed - Opened by jverkoey over 5 years ago
#11 - Add SocketIterator implementation.
Pull Request -
State: closed - Opened by jverkoey over 5 years ago
#10 - Mark xored public.
Pull Request -
State: closed - Opened by jverkoey over 5 years ago
#9 - Add Data+xored implementation.
Pull Request -
State: closed - Opened by jverkoey over 5 years ago
#8 - Add missing license preambles.
Pull Request -
State: closed - Opened by jverkoey over 5 years ago
#7 - Add a LengthEncodedString implementation.
Pull Request -
State: closed - Opened by jverkoey over 5 years ago
#6 - Ensure that the MySqlConnector library depends on its sub-libraries.
Pull Request -
State: closed - Opened by jverkoey over 5 years ago
#5 - Standardize order of integer sizes for readability.
Pull Request -
State: closed - Opened by jverkoey over 5 years ago
#4 - Add LengthEncodedInteger implementation.
Pull Request -
State: closed - Opened by jverkoey over 5 years ago
#3 - Add FixedWidthInteger bytes implementation.
Pull Request -
State: closed - Opened by jverkoey over 5 years ago
#2 - Add job that checks whether any test cases are missing for Linux tests.
Pull Request -
State: closed - Opened by jverkoey over 5 years ago
#1 - Integrate Travis CI
Pull Request -
State: closed - Opened by jverkoey over 5 years ago