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

Changelog

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

  * No-change rebuild against ruby 3.2

 -- Steve Langasek <email address hidden>  Sun, 24 Mar 2024 07:44:06 +0000

Upload details

Uploaded by:
Steve Langasek
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-2build3.debian.tar.xz 3.8 KiB 8a593ca200479b02a74f68efd529f756ec16f48c647f635f83b213a9d8ee3c33
ruby-pg-query_4.2.3-2build3.dsc 2.1 KiB e63226f6004f5c946b1f1dbaafd028ca6171bfcbd1bd8998d31c4b864ca4c377

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