Bug 989433 - Review Request: rubygem-mysql2 - A simple, fast Mysql library for Ruby, binding to libmysql
Summary: Review Request: rubygem-mysql2 - A simple, fast Mysql library for Ruby, bindi...
Keywords:
Status: CLOSED DUPLICATE of bug 974889
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Nobody's working on this, feel free to take it
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-07-29 09:19 UTC by Miroslav Suchý
Modified: 2013-07-30 11:11 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-07-29 18:47:45 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.