2015-02-17 16:06:10 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update ruby-mysql2 to 0.3.18.
Changes are not available. Frmo commit log,
* Fix msec is not passed when calling db_timezone by rb_funcall().
* match callbacks_run inside event loop.
Other changes are Windows and cross build improvements.x
|
2015-02-01 14:04:05 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-mysql2 to 0.3.17.
No exact Changelogs are available, please refer commit log on github.
Here is a two of them.
* Better Ruby 2.1 support.
* Add MariaDB support.
|
2014-03-14 16:00:07 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update ruby-mysql2 to 0.3.15.
Exact changes nor release note isn't available but several bug fixes and
better support for Ruby 2.1. For more information, please refer commit
log <https://github.com/brianmario/mysql2/commits/master>.
|
2013-12-08 17:48:02 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update ruby-mysql2 to 0.3.14.
Various bug fixes.
|
2013-09-13 14:52:30 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update ruby-mysql2 package to 0.3.13.
Exact changes aren't available. Please refer change log in github.
|
2013-03-02 21:33:35 by Thomas Klausner | Files touched by this commit (83) |
Log message:
Bump PKGREVISION for mysql default change to 55.
|
2012-10-02 23:25:56 by Aleksej Saushev | Files touched by this commit (323) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-09-15 17:03:26 by OBATA Akio | Files touched by this commit (43) |
Log message:
Recursive bump from mysql51-client library changed to use openssl.
|
2012-06-15 13:38:48 by Takahiro Kambe | Files touched by this commit (4) |
Log message:
Add ruby-mysql2 version 0.3.11 package.
Mysql2
Mysql2 is a modern, simple and very fast Mysql library for Ruby - binding to
libmysql.
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.
|