Bug 989433

Summary: Review Request: rubygem-mysql2 - A simple, fast Mysql library for Ruby, binding to libmysql
Product: [Fedora] Fedora Reporter: Miroslav Suchý <msuchy>
Component: Package ReviewAssignee: Nobody's working on this, feel free to take it <nobody>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: axilleas, notting, package-review
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-07-29 18:47:45 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Miroslav Suchý 2013-07-29 09:19:20 UTC
Spec URL: http://miroslav.suchy.cz/fedora/rubygem-mysql2/rubygem-mysql2.spec
SRPM URL: http://miroslav.suchy.cz/fedora/rubygem-mysql2/rubygem-mysql2-0.3.13-3.fc19.src.rpm
Description:
The Mysql2 gem is meant to serve the extremely common use-case of connecting,
querying and iterating on results. Some database libraries out there serve as
direct 1:1 mappings of the already complex C API's available. This one is not.
It also forces the use of UTF-8 [or binary] for the connection [and all strings
in 1.9, unless Encoding.default_internal is set then it'll convert from UTF-8
to that encoding] and uses encoding-aware MySQL API calls where it can.
The API consists of two classes:
Mysql2::Client - your connection to the database
Mysql2::Result - returned from issuing a #query on the connection. It includes
Enumerable.

Fedora Account System Username: msuchy
Koji scratch build: http://koji.fedoraproject.org/koji/taskinfo?taskID=5671201

Comment 1 Achilleas Pipinellis 2013-07-29 18:47:45 UTC
Hi Miroslav,

There is an ongoing review for mysql2 here [0]. Feel free to join and help. I am marking this as duplicate.


[0] https://bugzilla.redhat.com/show_bug.cgi?id=974889

*** This bug has been marked as a duplicate of bug 974889 ***

Comment 2 Miroslav Suchý 2013-07-30 11:11:15 UTC
Did not noticed that. Thanks.