server/sqlutils.py
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
Fri, 05 Feb 2010 11:54:23 +0100 Sylvain Thénault moved generic datetime manipulation function to lgc
Wed, 03 Feb 2010 14:46:32 +0100 Sylvain Thénault backport stable
Wed, 27 Jan 2010 16:08:51 +0100 Alexandre Fayolle partial backport of support for adbh's new interface to backup_command and restore_command stable
Tue, 26 Jan 2010 10:24:50 +0100 Sylvain Thénault command may now officially be either a string or a list, don't make think it's for backward compat
Mon, 25 Jan 2010 19:27:30 +0100 Sylvain Thénault handle lgc.adbh api changes within regards of backup/restore:
Fri, 22 Jan 2010 08:49:16 +0100 Sylvain Thénault first draft for a simple hooks based custom attribute storage,
Thu, 21 Jan 2010 11:08:41 +0100 Sylvain Thénault merge
Wed, 20 Jan 2010 09:00:36 +0100 Alexandre Fayolle enable cubicweb-ctl db-dump and db-restore on Windows with SQL Server stable
Mon, 18 Jan 2010 19:21:30 +0100 Sylvain Thénault backport stable branch
Thu, 07 Jan 2010 16:52:32 +0100 Adrien Di Mascio update copyright: welcome 2010 stable
Wed, 23 Dec 2009 12:20:10 +0100 Sylvain Thénault backport stable branch
Tue, 22 Dec 2009 21:02:37 +0100 Sylvain Thénault closes #601987 stable
Tue, 22 Dec 2009 13:43:24 +0100 Aurelien Campeas only give extra_args if there is something to be fed (breaks some db connectors otherwise) stable
Tue, 22 Dec 2009 09:38:08 +0100 Alexandre Fayolle SqlServer: support single sign on / Windows credential authentication stable
Tue, 22 Dec 2009 09:33:08 +0100 Alexandre Fayolle SQL Server port: convert Password to Binary stable
Tue, 08 Dec 2009 10:58:56 +0100 Sylvain Thénault drop common subpackage
Thu, 15 Oct 2009 20:29:21 +0200 Sylvain Thénault follow yams 0.25 api changes to improve performance stable
Thu, 08 Oct 2009 15:25:09 +0200 Sylvain Thénault avoid progress bar when test launched from apycot stable
less more (0) -60 tip