server/sqlutils.py
Fri, 18 Dec 2015 09:07:33 +0100 Sylvain Thénault [server] always monkeypatch QuerierHelper to handle dates and times on SQLite
Tue, 03 Nov 2015 15:55:35 +0100 Julien Cristau [server] fix db-dump with sqlite
Fri, 02 Oct 2015 10:04:35 +0200 Julien Cristau [server] unicode → six.text_type
Tue, 15 Sep 2015 16:15:03 +0200 Rémi Cardona [py3k] dict.iteritems → dict.items
Mon, 12 Oct 2015 10:53:35 +0200 Rémi Cardona merge with 3.21.2
Tue, 22 Sep 2015 14:20:02 +0200 Sylvain Thénault fix bad-caching of datetime with tz info at sql generation time
Mon, 14 Sep 2015 16:03:07 +0200 Rémi Cardona [py3k] basestring → six.string_types
Tue, 15 Sep 2015 14:59:06 +0200 Rémi Cardona [py3k] import filter using six.moves
Fri, 11 Sep 2015 14:52:09 +0200 Samuel Trégouët [py3k] print function
Fri, 11 Sep 2015 14:28:06 +0200 Samuel Trégouët [py3k] except as
Mon, 22 Jun 2015 14:27:37 +0200 Rémi Cardona merge 3.20.8 in 3.21
Fri, 12 Jun 2015 09:18:02 +0200 Denis Laxalde [server] Do not use progress bar when stdout is not a TTY
Thu, 15 Jan 2015 19:17:32 +0100 Julien Cristau Ask sqlite to check foreign keys
Thu, 15 Jan 2015 16:44:36 +0100 Julien Cristau Use our version of schema2sql
Wed, 03 Dec 2014 16:29:16 +0100 Adrien Di Mascio [server] add a db-namespace option in source definition (closes #1631339)
Tue, 03 Jun 2014 18:03:43 +0200 Aurelien Campeas [source/native] session -> cnx
Wed, 09 Jul 2014 15:44:09 +0200 Aurelien Campeas remove references to global environment variable APYCOT_ROOT
Tue, 04 Feb 2014 15:06:25 +0100 Julien Cristau Add a db-statement-timeout option for postgresql sources
Wed, 22 Jan 2014 15:50:03 +0100 Sylvain Thénault [multi-sources-removal] Turn ConnectionsSet into simpler ConnectionWrapper
Thu, 27 Jun 2013 08:30:46 +0200 Sylvain Thénault [multi-sources-removal] Drop cw.server.sources.extlite
Thu, 14 Nov 2013 12:26:29 +0100 Julien Cristau Make the GROUP_CONCAT aggregate function not repeat values (closes #3223975)
Mon, 09 Dec 2013 16:13:10 +0100 Julien Cristau merge 3.17.11
Fri, 06 Dec 2013 15:02:31 +0100 Aurelien Campeas [sqlutils] fix sqlite group_concat harder (related to #3331906) stable
Thu, 28 Nov 2013 18:55:24 +0100 Aurelien Campeas [sqlutils] avoid a crash with sqlite when using group_concat (closes #3331906) stable
Wed, 16 Oct 2013 11:57:47 +0200 Julien Cristau [server] drop support for antediluvian lgdb versions
Fri, 30 Aug 2013 15:34:58 +0200 Rémi Cardona spelling: rollbacked -> rolled back stable
Tue, 23 Apr 2013 14:13:58 +0200 Vincent Michel [sql] preprocess_entity uses lgdb helper's SQL converters.
Tue, 18 Oct 2011 16:55:16 +0200 Alain Leufroy [server] *init_repository* lookup the database instead of the schema to drop tables (closes #810743) stable
Wed, 21 Dec 2011 18:26:35 +0100 Adrien Di Mascio [server] use lgd.process_cursor to optimize processing of large resultsets
Tue, 04 Oct 2011 12:23:52 +0200 Sylvain Thénault backport stable
Fri, 30 Sep 2011 18:10:28 +0200 Alexandre Fayolle repaire cctl db-init -d on sqlserver (closes #1979670)
Tue, 04 Oct 2011 10:18:35 +0200 Sylvain Thénault [rql, sql] support for weekday function introduced in lgdp 1.7 (closes #1979717) stable
Thu, 21 Apr 2011 16:33:55 +0200 Alexandre Fayolle add a new method iter_process_result which does the same as proces_result but is a generator (closes #1625374) stable
Fri, 15 Apr 2011 08:22:38 +0200 Sylvain Thénault [tz postgres support] we've to commit the connection once time-zone is set, else we may loose the setting
Thu, 14 Apr 2011 11:38:10 +0200 Sylvain Thénault [3.12 regression] don't access to __class__ directly, it may raise AttributeError
Fri, 01 Apr 2011 15:04:47 +0200 Sylvain Thénault [time zone] support for TZDatetime and TZTime data type
Wed, 16 Mar 2011 09:37:46 +0100 Alexandre Fayolle help pylint by explicitely defining some attributes oldstable
Fri, 01 Oct 2010 16:07:03 +0200 Alexandre Fayolle [R] use dbhelper.binary_value to process passwords and other Bytes fields
Thu, 23 Sep 2010 23:28:58 +0200 Sylvain Thénault backport stable
Fri, 17 Sep 2010 17:25:17 +0200 Sylvain Thénault [repo/sql] don't do anything when value is None. This will avoid None to be turned into False in the case of a boolean for instance. stable
Wed, 25 Aug 2010 10:29:18 +0200 Sylvain Thénault [session] cleanup hook / operation / entity edition api
Thu, 17 Jun 2010 14:43:16 +0200 Sylvain Thénault [fti] support for fti ranking: has_text query results sorted by relevance, and provides a way to control weight per entity / entity's attribute
Wed, 02 Jun 2010 13:01:45 +0200 Sylvain Thénault [external storage] refactor to give session to storage's callback (needed by vcsfile storage) stable
Sat, 29 May 2010 10:06:07 +0000 Alexandre Fayolle [win32 SQLServer] connection lost detection stable
Wed, 28 Apr 2010 12:15:52 +0200 Sylvain Thénault replace logilab-common by CubicWeb in disclaimer oldstable
Wed, 28 Apr 2010 10:06:01 +0200 Sylvain Thénault proper licensing information (LGPL-2.1). Hope I get it right this time. stable
Mon, 12 Apr 2010 15:05:37 +0000 Alexandre Fayolle fix cwctl db-init -d on SQL Server stable
Thu, 25 Mar 2010 13:59:47 +0100 Sylvain Thénault [source storage] refactor source sql generation and results handling to allow repository side callbacks stable
Fri, 19 Mar 2010 19:24:34 +0100 Adrien Di Mascio [source] only consider edited_attributes in source.preprocess_entity()
Mon, 01 Mar 2010 11:26:14 +0100 Katia Saurfelt server/web api for accessing to deleted_entites
Fri, 12 Mar 2010 16:11:56 +0100 Sylvain Thénault backport stable
Fri, 12 Mar 2010 14:55:41 +0100 Sylvain Thénault [db backup] fix name error in backup_to_file: we've to pass .confirm all along the chain as for restore stable
Tue, 09 Mar 2010 19:57:04 +0100 Sylvain Thénault logilab.db compat stable
Tue, 09 Mar 2010 12:03:26 +0100 Sylvain Thénault missing rename
Tue, 09 Mar 2010 11:54:27 +0100 Sylvain Thénault rename logilab.db into logilab.database
Mon, 08 Mar 2010 17:57:29 +0100 Sylvain Thénault [repo] use logilab.db instead of lgc.adbh/lgc.db/lgc.sqlgen/indexer, test new date extranction functions
Fri, 26 Feb 2010 13:19:14 +0100 Sylvain Thénault kill dead/useless code as suggested by pylint stable
Thu, 18 Feb 2010 09:22:04 +0100 Sylvain Thénault specify db port on backup/restore commands (require forth comming lgc 0.48.1)
Fri, 05 Feb 2010 12:33:54 +0100 Sylvain Thénault oops, forgot that part of 3.2 bw compat
Fri, 05 Feb 2010 12:13:48 +0100 Sylvain Thénault kill mx compat code (dropped since 3.2), more efficient merge_args implementation
less more (0) -60 tip