Skip to content

Road to stable #2

Description

@RomanHodulak
  • Fix: MockStream read function
  • Feat: Implement Client::execute
  • Test: Integration tests for client functions
    • replace
    • store
    • execute
  • Test: Unit tests for query
  • Test: Unit tests for client
  • Test: Unit tests for connection
    • try_clone
    • get_response
    • authentication
  • Feat: Make query return streamable response
  • Doc: Revise client documentation
  • Doc: Add readme badges
  • Doc: Add more examples
  • Doc: Finish readme
  • Doc: Document undocumented public API
  • Fix: Query error response
  • Fix: Escape 00 and FF bytes
  • Fix: Query::updating return type Result<String> -> Result<bool>
  • Feat: Client::execute with wildcards. Canceled - not supported by the server and above the responsibilities of this crate
  • Test: Integration tests for query functions
    • bind
    • info
    • options
    • context
  • Feat: Parse the output of Query::info().
  • Feat: Parse the output of Query::options().
  • Perf: Wrap streams with BufReader.
  • Feat: Move synchronous API as a separate crate feature and make the whole API async

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions