log main/database/src/converters.h @ 12720:52ca082757c2 octave-forge tip

age author description
Sat, 27 Feb 2016 11:21:29 +0000 i7tiol Update copyright notices. octave-forge tip
Tue, 05 May 2015 07:31:33 +0000 i7tiol avoid using const_cast, new release 2.3.2 octave-forge
Mon, 20 May 2013 08:02:13 +0000 i7tiol Added converter for type 'record'. Some 'const' corrections. octave-forge
Mon, 20 May 2013 07:12:42 +0000 i7tiol A better way of the previous 'command' cleanup. octave-forge
Mon, 20 May 2013 06:06:37 +0000 i7tiol Make some functions of class 'command' non-members. octave-forge
Sun, 19 May 2013 18:47:32 +0000 i7tiol Added converters for types uuid and xml. octave-forge
Sat, 18 May 2013 13:22:09 +0000 i7tiol Added converters for bit string types. octave-forge
Sat, 18 May 2013 10:22:06 +0000 i7tiol Added converters for network types. octave-forge
Sun, 12 May 2013 18:12:31 +0000 i7tiol Fix segfault after internal error. Add converter for type 'unknown'. octave-forge
Sun, 12 May 2013 10:19:34 +0000 i7tiol Added converters for geometric types. octave-forge
Sun, 28 Apr 2013 15:16:11 +0000 i7tiol Added remaining date/time converters (time, timetz, date, interval). octave-forge
Sun, 28 Apr 2013 09:40:08 +0000 i7tiol Add converter for timestamptz. octave-forge
Sat, 27 Apr 2013 19:17:33 +0000 i7tiol Add converter for timestamp. octave-forge
Sat, 27 Apr 2013 09:35:39 +0000 i7tiol Pass connection information to converters. octave-forge
Mon, 22 Apr 2013 10:56:37 +0000 i7tiol Fix #include <endian.h> for Apple, reported by Kamil Badyla. octave-forge
Sun, 17 Mar 2013 19:08:04 +0000 i7tiol Fix configuration of postgresql include directories. octave-forge
Mon, 25 Feb 2013 18:52:54 +0000 i7tiol Cache map lookups of converters for composite type elements. octave-forge
Fri, 22 Feb 2013 10:16:58 +0000 i7tiol Retrieve element information of composite types already at connection time. Exclude negative element numbers (system columns) of composite types corresponding to tables. octave-forge
Mon, 18 Feb 2013 20:48:19 +0000 i7tiol Fix segfault reported by Richard <richard@mail.sheugh.com>, due to undefined order of initialization. octave-forge
Sun, 03 Feb 2013 10:26:05 +0000 i7tiol Consider schemas in type specifications by name. octave-forge
Tue, 22 Jan 2013 20:24:30 +0000 i7tiol Conversion of enum types implemented. octave-forge
Tue, 22 Jan 2013 19:43:04 +0000 i7tiol Make char* in to_octave_ converters const. octave-forge
Tue, 22 Jan 2013 18:45:48 +0000 i7tiol Wrong implementation of copy-in from argument. octave-forge
Wed, 16 Jan 2013 06:17:06 +0000 i7tiol Populated new database package with initial postgresql interface. octave-forge