ruby-pg-query 4.2.3-2build1 source package in Ubuntu

Changelog

ruby-pg-query (4.2.3-2build1) noble; urgency=medium

  * No-change upload to add support for ruby3.2.

 -- Lucas Kanashiro <email address hidden>  Wed, 07 Feb 2024 18:26:17 -0300

Upload details

Uploaded by:
Lucas Kanashiro
Uploaded to:
Noble
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ruby-pg-query_4.2.3.orig.tar.gz 2.2 MiB 515e9efc990f56b19aa7448b6defb3f7a979d90792af44bb77610290b6d8067e
ruby-pg-query_4.2.3-2build1.debian.tar.xz 3.8 KiB f6c2d5f868a6fbab45e99ec7766ffb2d2ae1149ef75032aec1c32fbea2ab2e98
ruby-pg-query_4.2.3-2build1.dsc 2.1 KiB 5c6be089c00a3d45848fb7ae07aa4115d059446caf0b40e5b79761343f3b3de6

View changes file

Binary packages built by this source

ruby-pg-query: PostgreSQL query parsing and normalization library

 Parses SQL queries using a copy of the PostgreSQL server query parser
 .
 This Ruby extension uses the actual PostgreSQL server source to parse SQL
 queries and return the internal PostgreSQL parsetree.
 .
 In addition the extension allows one to normalize queries (replacing constant
 values with ?) and parse these normalized queries into a parsetree again.

ruby-pg-query-dbgsym: debug symbols for ruby-pg-query