annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4571
14e9dab0c324 Add database package.
xavier98
parents:
diff changeset
1 Name: database
12612
2257648e8ce1 avoid using const_cast, new release 2.3.2
i7tiol
parents: 12564
diff changeset
2 Version: 2.3.2
2257648e8ce1 avoid using const_cast, new release 2.3.2
i7tiol
parents: 12564
diff changeset
3 Date: 2015-05-05
11394
9aee227e296c Populated new database package with initial postgresql interface.
i7tiol
parents: 8425
diff changeset
4 Author: Olaf Till <i7tiol@t-online.de>
9aee227e296c Populated new database package with initial postgresql interface.
i7tiol
parents: 8425
diff changeset
5 Maintainer: Olaf Till <i7tiol@t-online.de>
9aee227e296c Populated new database package with initial postgresql interface.
i7tiol
parents: 8425
diff changeset
6 Title: Database.
9aee227e296c Populated new database package with initial postgresql interface.
i7tiol
parents: 8425
diff changeset
7 Description: Interface to SQL databases, currently only postgresql using libpq.
9aee227e296c Populated new database package with initial postgresql interface.
i7tiol
parents: 8425
diff changeset
8 Depends: octave (>= 3.6.2)
11397
8979fcae5e7d Set autoload to 'no' according to OF policy.
i7tiol
parents: 11394
diff changeset
9 Autoload: no
11503
314a9c3bfaba database: fix license. It's GPLv3+ (+ is for or later), not GPLv3 only
carandraug
parents: 11499
diff changeset
10 License: GPLv3+