log src/lib-dict/dict-sql-settings.c @ 22652:09523ad05bef

age author description
Tue, 15 Aug 2017 15:37:01 +0300 Timo Sirainen dict-sql: Add signed "int" type
Mon, 09 Jan 2017 20:32:12 +0200 Timo Sirainen dict-sql: Support multiple values for lookups
Wed, 11 Jan 2017 02:51:13 +0100 Stephan Bosch Updated copyright notices to include the year 2017.
Wed, 11 Jan 2017 01:57:46 +0100 Stephan Bosch global: Replaced all instances of memset(p, 0, sizeof(*p)) with the new i_zero() macro.
Mon, 12 Dec 2016 07:19:55 +0200 Timo Sirainen global: Change string position/length from unsigned int to size_t
Thu, 26 May 2016 18:25:06 +0300 Timo Sirainen dict-sql: Fixed memory leak
Wed, 11 May 2016 16:58:59 -0400 Timo Sirainen dict-sql: Cache reading settings files.
Wed, 13 Jan 2016 12:24:03 +0200 Timo Sirainen global: freshen copyright
Tue, 13 Oct 2015 20:40:38 +0300 Timo Sirainen dict-sql: Added support for value_type field, which deprecates value_hexblob.
Wed, 30 Sep 2015 18:11:53 +0300 Timo Sirainen dict-sql: Added support for "uint" field type.
Wed, 30 Sep 2015 17:38:12 +0300 Timo Sirainen dict-sql: Added support for extensible field types.
Wed, 02 Sep 2015 19:46:36 +0300 Timo Sirainen dict-sql: Implemented support for binary fields.
Mon, 05 Jan 2015 22:20:10 +0200 Phil Carmody global: freshen copyright
Tue, 04 Feb 2014 16:23:22 -0500 Timo Sirainen Updated copyright notices to include year 2014.
Sat, 02 Feb 2013 17:02:55 +0200 Timo Sirainen Oops :) Update copyrights to 2013 without breaking all .c files.
Sat, 02 Feb 2013 17:01:07 +0200 Timo Sirainen Updated copyright notices to include year 2013.
Sat, 13 Oct 2012 01:09:37 +0300 Timo Sirainen lib-dict: dict_init() now returns error string instead of logging it
Sat, 13 Oct 2012 01:03:13 +0300 Timo Sirainen lib-settings: settings_read*() now returns an error string instead of logging itself
Sun, 19 Aug 2012 14:21:37 +0300 Timo Sirainen Array API changed: ARRAY_DEFINE(name, type) -> ARRAY(type) name
Sun, 12 Feb 2012 18:55:28 +0200 Timo Sirainen Updated copyright notices to include year 2012.
Fri, 04 Mar 2011 20:54:29 +0200 Timo Sirainen Updated copyright notices to include year 2011.
Mon, 25 Jan 2010 01:19:08 +0200 Timo Sirainen Updated copyright notices to include year 2010. HEAD
Fri, 23 Oct 2009 20:10:17 -0400 Timo Sirainen Changed all settings related structs to const and changed APIs to make it work. HEAD
Sat, 27 Jun 2009 22:16:40 -0400 Timo Sirainen dict sql: If pattern, table or value_field is unset, fail early with an error. HEAD
Fri, 06 Feb 2009 17:19:57 -0500 Timo Sirainen dict sql: If connect setting isn't given, give an error message instead of crashing. HEAD
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. HEAD
Sat, 20 Sep 2008 19:30:07 +0300 Timo Sirainen Don't use uninitialized variable for allocating initial array size. HEAD
Wed, 27 Aug 2008 12:10:21 +0300 Timo Sirainen dict sql: Added configuration for mapping dict paths to SQL fields. HEAD