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

age author description
Sat, 27 Feb 2016 11:21:29 +0000 i7tiol Update copyright notices. octave-forge tip
Sat, 27 Feb 2016 11:11:04 +0000 i7tiol Make compatible with Octaves new exception-based error handling. octave-forge
Tue, 05 May 2015 07:31:33 +0000 i7tiol avoid using const_cast, new release 2.3.2 octave-forge
Wed, 15 Jan 2014 20:55:07 +0000 i7tiol Applied Windows compatibility patch for John Donoghue. octave-forge
Mon, 20 May 2013 08:02:13 +0000 i7tiol Added converter for type 'record'. Some 'const' corrections. 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:30:40 +0000 i7tiol Don't restrict bytea representation to be one-dimensional anymore. 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:40:51 +0000 i7tiol Some cleanup in 'name' converters. octave-forge
Sat, 27 Apr 2013 09:35:39 +0000 i7tiol Pass connection information to converters. octave-forge
Sat, 27 Apr 2013 08:33:57 +0000 i7tiol Leave checking of 'name' length against NAMEDATALEN to server. octave-forge
Sat, 27 Apr 2013 08:19:00 +0000 i7tiol More efficient code order in float converters (probably useless with -O0). octave-forge
Mon, 22 Apr 2013 13:40:13 +0000 i7tiol Clean out harmless warnings and one unnecessarily returned column. 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
Sun, 03 Feb 2013 10:26:05 +0000 i7tiol Consider schemas in type specifications by name. 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