view main/database/DESCRIPTION @ 12612:2257648e8ce1 octave-forge

avoid using const_cast, new release 2.3.2 * pq_connection.h/cc: octave_pq_connection now contains pointer to object of new class octave_pq_connection_rep, containing the pq-specific members formerly in octave_pq_connection. * pq_exec.cc, pq_close.cc, pq_update_types.cc, pq_conninfo.cc, pq_lo.cc: Remove const_cast, use octave_pq_connection_rep object instead. * __pq_connect__.cc, converters.h/cc, converters_arr_comp.cc, command.h/cc: Use octave_pq_connection_rep instead of octave_pq_connection.
author i7tiol
date Tue, 05 May 2015 07:31:33 +0000
parents c73c23bbe9ce
children 9cb56e0cd09b
line wrap: on
line source

Name: database
Version: 2.3.2
Date: 2015-05-05
Author: Olaf Till <i7tiol@t-online.de>
Maintainer: Olaf Till <i7tiol@t-online.de>
Title: Database.
Description: Interface to SQL databases, currently only postgresql using libpq.
Depends: octave (>= 3.6.2)
Autoload: no
License: GPLv3+