ruby-mysql2 0.5.3-3ubuntu4.22.04.1 source package in Ubuntu

Changelog

ruby-mysql2 (0.5.3-3ubuntu4.22.04.1) jammy; urgency=medium

  * d/p/adjust-test-acc-to-mysql-8.0.28-change.patch: Remove file to restore
    original test setup since functionality was fixed for Time and
    DateTime query's with 'SELECT ?' in mysql 8.0.29 (LP: #1981343)

 -- Lena Voytek <email address hidden>  Mon, 11 Jul 2022 08:49:58 -0700

Upload details

Uploaded by:
Lena Voytek
Sponsored by:
Lucas Kanashiro
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy proposed universe misc

Downloads

File Size SHA-256 Checksum
ruby-mysql2_0.5.3.orig.tar.gz 105.4 KiB a11d72f79c43e5ffe9bbaa3ab6bc10ea6f777fcedfbf101c88b96e1fec950790
ruby-mysql2_0.5.3-3ubuntu4.22.04.1.debian.tar.xz 10.1 KiB 6a6d064e6223a2d6479fa2088a52dee1e522d49975b83f7e1612cd82bcb573d1
ruby-mysql2_0.5.3-3ubuntu4.22.04.1.dsc 2.3 KiB 6cd3c9e3f64088b1c6b1346388273abbcb1fd1364f31b581698c539db3d1dea6

View changes file

Binary packages built by this source

ruby-mysql2: simple, fast MySQL library for Ruby

 This is an API module that allows Ruby programs to interface with MySQL
 databases. Usually, it will be pulled in automatically by packages providing
 Ruby programs which need this capability, you only need to install it directly
 if you intend to write such programs yourself. You may want to prefer the
 ruby-mysql2 package over the ruby-mysql package, since benchmarks have shown
 it to be faster, it is non-blocking and it supports UTF-8 database encoding.

ruby-mysql2-dbgsym: debug symbols for ruby-mysql2