comparison 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
comparison
equal deleted inserted replaced
12611:4f35a79fa79a 12612:2257648e8ce1
1 Name: database 1 Name: database
2 Version: 2.3.1 2 Version: 2.3.2
3 Date: 2015-02-24 3 Date: 2015-05-05
4 Author: Olaf Till <i7tiol@t-online.de> 4 Author: Olaf Till <i7tiol@t-online.de>
5 Maintainer: Olaf Till <i7tiol@t-online.de> 5 Maintainer: Olaf Till <i7tiol@t-online.de>
6 Title: Database. 6 Title: Database.
7 Description: Interface to SQL databases, currently only postgresql using libpq. 7 Description: Interface to SQL databases, currently only postgresql using libpq.
8 Depends: octave (>= 3.6.2) 8 Depends: octave (>= 3.6.2)