ruby-pg-query 2.2.1-2 source package in Ubuntu

Changelog

ruby-pg-query (2.2.1-2) unstable; urgency=medium

  * Reupload to unstable
  * Drop obsolete XB-Ruby-Versions field

 -- Pirate Praveen <email address hidden>  Tue, 13 Jun 2023 00:47:06 +0530

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
ruby-pg-query_2.2.1-2.dsc 2.0 KiB aaaafc179def93231cc95d2e71f8271f1eecfd56933af32fd4761ab420f56da2
ruby-pg-query_2.2.1.orig.tar.gz 2.1 MiB 506e8a6755c96460a858d7018ed8d4b65385176f7e1fd487e0f98e997aac688f
ruby-pg-query_2.2.1-2.debian.tar.xz 3.3 KiB 13dcfc461ad4106105b52e92377f2f96ca4245449a9cdb230b2984fb7666c048

No changes file available.

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