gnustep-sqlclient 1.9.0-3build1 source package in Ubuntu

Changelog

gnustep-sqlclient (1.9.0-3build1) noble; urgency=high

  * No change rebuild against frame pointers and time_t.

 -- Julian Andres Klode <email address hidden>  Mon, 22 Apr 2024 16:49:19 +0200

Upload details

Uploaded by:
Julian Andres Klode
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
gnustep-sqlclient_1.9.0.orig.tar.gz 171.6 KiB 4de755329874912eafd70d36dc2478c2fc9d6345da30ba2cdb710c35d041ba46
gnustep-sqlclient_1.9.0.orig.tar.gz.asc 232 bytes b76842c2db384663c7e87019b38894af4b7a16bffa505854899e14c3d1a812fc
gnustep-sqlclient_1.9.0-3build1.debian.tar.xz 5.7 KiB 4708c73a3880e27585e9718dfb5d5b36e86153b48c262d3704f7ced8d011ff60
gnustep-sqlclient_1.9.0-3build1.dsc 2.6 KiB 4322134380bb26d9c832e83ef6deaa3dee94b9611ac1902778ea85851052023c

View changes file

Binary packages built by this source

libsqlclient-dev: SQL client library for GNUstep (development files)

 The SQLClient library is designed to provide a simple interface to
 SQL databases for GNUstep applications. It does not attempt the sort
 of abstraction provided by the much more sophisticated GDL2 library
 but rather allows applications to directly execute SQL queries and
 statements.
 Major features:
 .
  * Simple API for executing queries and statements.
  * Simple API for combining multiple SQL statements into a single
    transaction.
  * Supports multiple sumultaneous named connections to a database
    server in a thread-safe manner.
  * Supports multiple simultaneous connections to different database
    servers with backend driver bundles loaded for different database
    engines.
  * Configuration for all connections held in one place and referenced
    by connection name for ease of configuration control.
  * Thread safe operation.
 .
 Supported backend bundles are ECPG, Postgres, MySQL and SQLite.
 .
 This package contains the development files and the library reference
 documentation.

libsqlclient1.9: SQL client library for GNUstep (runtime library)

 The SQLClient library is designed to provide a simple interface to
 SQL databases for GNUstep applications. It does not attempt the sort
 of abstraction provided by the much more sophisticated GDL2 library
 but rather allows applications to directly execute SQL queries and
 statements.
 Major features:
 .
  * Simple API for executing queries and statements.
  * Simple API for combining multiple SQL statements into a single
    transaction.
  * Supports multiple sumultaneous named connections to a database
    server in a thread-safe manner.
  * Supports multiple simultaneous connections to different database
    servers with backend driver bundles loaded for different database
    engines.
  * Configuration for all connections held in one place and referenced
    by connection name for ease of configuration control.
  * Thread safe operation.
 .
 Supported backend bundles are ECPG, Postgres, MySQL and SQLite.
 .
 This package contains the shared library and the supported bundles.

libsqlclient1.9-dbgsym: debug symbols for libsqlclient1.9