server/sources/native.py
Mon, 22 Jun 2015 14:27:37 +0200 Rémi Cardona merge 3.20.8 in 3.21
Wed, 11 Jun 2014 17:58:19 +0200 Aurelien Campeas [connection] remove the `mode` attribute
Wed, 11 Jun 2014 17:14:32 +0200 Aurelien Campeas [connection] remove ensure_cnx_set context manager uses
Wed, 11 Jun 2014 15:32:07 +0200 Aurelien Campeas [server] remove cnxset tracking, it is now unneeded
Wed, 11 Jun 2014 13:39:56 +0200 Aurelien Campeas [transactions] cleanup after the dbapi removal
Fri, 13 Jun 2014 15:56:08 +0200 Aurelien Campeas [connection] eliminate ClientConnection leftovers
Tue, 01 Jul 2014 16:55:49 +0200 Aurelien Campeas [connection] replace .running_dbapi_query with .hooks_in_progress
Tue, 07 Apr 2015 17:08:53 +0200 Christophe de Vienne [sqlite] Fix integrity error parsing
Wed, 22 Apr 2015 10:08:14 +0200 Rémi Cardona merge 3.20.6 into 3.21
Wed, 18 Mar 2015 14:41:47 +0100 Julien Cristau merge 3.19.11 into 3.20
Tue, 17 Mar 2015 15:50:40 +0100 Erica Marco [migration] reorder system tables / meta-schema migration into bootstrap_migration 3.19.11 centos/3.19.11-1 cubicweb-centos-version-3.19.11-1 cubicweb-debian-version-3.19.11-1 cubicweb-version-3.19.11 debian/3.19.11-1
Thu, 05 Mar 2015 11:44:29 +0100 Sylvain Thénault [native source] log the used connection in doexecmany as in doexec
Tue, 17 Feb 2015 12:43:42 +0100 Julien Cristau [server] use unicode wherever appropriate in transaction/undo related methods
Thu, 12 Mar 2015 14:21:36 +0100 Julien Cristau merge 3.19.10 into 3.20
Wed, 26 Mar 2014 12:30:52 +0100 Julien Cristau [doc] Don't pretend we know cubicweb runs on mysql
Fri, 16 Jan 2015 12:35:46 +0100 Julien Cristau Use a moved_entities table to record external entities moved to the system source
Fri, 16 Jan 2015 12:43:32 +0100 Julien Cristau Add unique index on entities.extid
Fri, 16 Jan 2015 10:56:30 +0100 Julien Cristau [undo] when we can't undo an inlined relation change, point at None, not a broken eid
Fri, 16 Jan 2015 14:30:55 +0100 Julien Cristau [server] change order of entities table modification vs entity creation/deletion
Thu, 15 Jan 2015 16:44:36 +0100 Julien Cristau Use our version of schema2sql
Tue, 27 Jan 2015 10:20:15 +0100 Aurelien Campeas [restore/portable] properly restore the numrange generator
Mon, 26 Jan 2015 18:05:24 +0100 Aurelien Campeas [backup/portable] properly write the eid numrange generator (the eid is no more a sequence)
Thu, 05 Feb 2015 15:49:02 +0100 Julien Cristau merge 3.19.9 into 3.20 branch
Fri, 16 Jan 2015 10:57:02 +0100 Julien Cristau [undo] fix deletion of cw_source relation
Mon, 29 Dec 2014 12:35:34 +0100 Christophe de Vienne [native] Change SQL errors log level.
Wed, 07 Jan 2015 15:01:23 +0100 Julien Cristau merge 3.19.7 into 3.20
Wed, 03 Dec 2014 16:29:16 +0100 Adrien Di Mascio [server] add a db-namespace option in source definition (closes #1631339)
Thu, 06 Nov 2014 14:35:25 +0100 Aurelien Campeas [warnings] put an end to warnings in the sqlite driver over `str` being sent instead of unicode strings
Tue, 03 Jun 2014 18:03:43 +0200 Aurelien Campeas [source/native] session -> cnx
Wed, 10 Sep 2014 11:34:32 +0200 Julien Cristau [server] fix 'cnx' variable confusion in DBG_SQL exception case
Mon, 01 Dec 2014 11:13:10 +0100 Julien Cristau merge 3.19.6 into 3.20 branch
Wed, 26 Nov 2014 17:58:23 +0100 David Douard [merge] backport 3.18 fixes
Mon, 17 Feb 2014 15:01:23 +0100 Julien Cristau [server] Handle unique constraint violations under recent sqlite stable
Mon, 24 Nov 2014 18:43:51 +0100 Aurelien Campeas [merge] backport 3.17 fixes stable
Mon, 24 Nov 2014 16:22:40 +0100 Aurelien Campeas [source/native] handle newer Integrity error messages from sqlite > 3.7 stable
Mon, 24 Nov 2014 15:43:18 +0100 Aurelien Campeas [source/native/backup_restore] have a unique tunable blocksize for the dump phase stable
Mon, 17 Nov 2014 09:32:37 +0100 David Douard [server] fix LoginPasswordAuthentifier.authenticate
Fri, 17 Oct 2014 18:16:58 +0200 Julien Cristau merge 3.19.5 into 3.20 branch
Mon, 15 Sep 2014 10:06:07 +0200 Julien Cristau [server] hold connection to the db in tx_actions
Thu, 25 Sep 2014 15:49:13 +0200 Julien Cristau merge 3.19.4 in 3.20 branch
Wed, 24 Sep 2014 18:04:30 +0200 Julien Cristau merge 3.18.6 into 3.19
Tue, 03 Jun 2014 18:00:53 +0200 Aurelien Campeas [source/native] cPickle is available in all supported pythons
Tue, 02 Sep 2014 12:22:18 +0200 David Douard [compat] Remove imports of "any" and "all" from lgc (closes #4306044) stable
Thu, 17 Jul 2014 11:08:56 +0200 Rémi Cardona Remove uses of logilab.common.compat.{all,any}
Fri, 27 Jun 2014 11:48:26 +0200 Julien Cristau merge from 3.19 branch
Mon, 02 Jun 2014 12:28:50 +0200 Aurelien Campeas [repository,tests] use the new connection api (part 1/2)
Tue, 10 Jun 2014 09:49:45 +0200 Julien Cristau merge 3.18.5 into 3.19 branch
Tue, 04 Feb 2014 15:06:25 +0100 Julien Cristau Add a db-statement-timeout option for postgresql sources
Mon, 14 Apr 2014 12:07:00 +0200 Rémi Cardona an unicode string -> a unicode string stable
Fri, 04 Apr 2014 12:46:35 +0200 Sylvain Thénault [repository] complete argument is no more needed since we have no more 'true' multisource.
Tue, 01 Apr 2014 16:17:03 +0200 Julien Cristau [server/sources/native] deal with connections, not sessions
Mon, 07 Apr 2014 12:28:25 +0200 Julien Cristau [sources] ensure we have a cnxset in undoable_transactions
Mon, 24 Mar 2014 18:14:22 +0100 Aurelien Campeas [source/native] allow many eid creation per .create_eid call (closes #3526594)
Mon, 10 Mar 2014 15:55:56 +0100 Aurelien Campeas [source/native] refactor eid generation code
Tue, 18 Feb 2014 15:26:22 +0100 Julien Cristau [server] some s/session/cnx/
Mon, 17 Feb 2014 15:01:23 +0100 Julien Cristau [server] Handle unique constraint violations under recent sqlite
Mon, 17 Feb 2014 15:32:50 +0100 Julien Cristau merge 3.18.x in 3.19 branch
Wed, 29 Jan 2014 13:43:42 +0100 Julien Cristau [server] use a connection instead of a session for user authentication
Tue, 04 Feb 2014 15:29:29 +0100 Dimitri Papadopoulos English typography
Thu, 30 Jan 2014 16:00:29 +0100 Julien Cristau [server/sources] replace references to dbapi with repoapi
less more (0) -100 -60 tip