server/sources/native.py
2010-04-19 Sylvain Thénault [config] with lgc >= 0.50, option's dict inputlevel becomes level
2010-04-12 Sylvain Thénault [source] small refactoring to avoid being doomed by a wrong assertion message on buggy storage raising attribute error stable
2010-04-12 Alexandre Fayolle fix cwctl db-init -d on SQL Server stable
2010-04-06 Alexandre Fayolle SQL Server port: temporary table handling stable
2010-04-02 Adrien Di Mascio [storages] fix fs_importing side-effect on entity.data stable
2010-04-01 Sylvain Thénault [python] take care to this detail of @contextmanager: if an unhandled exception occurs in the block, it is reraised inside the generator at the point where the yield occurred stable
2010-03-31 Sylvain Thénault [source] log attempt to reconnect using warning level. Also, don't relog failed sql (already logged) stable
2010-03-31 Sylvain Thénault [i18n] use named substitution to avoid gettext warnings stable
2010-03-30 Sylvain Thénault [undo] basic support for undoing of entity creation / relation addition stable
2010-03-30 Sylvain Thénault [undo] init entity cache when undoing an entity deletion stable
2010-03-30 Sylvain Thénault [undo] consistent is/is_instance_of processing stable
2010-03-30 Sylvain Thénault [cleanup] style fixes, add nodes, 0.2 cents refactorings stable
2010-03-30 Sylvain Thénault [undo] during undoing, call hooks in the [active]integrity and undo categories stable
2010-03-30 Sylvain Thénault [repo] refactor fti operation to use set_operation and a single operation whatever the number of entities to ft index stable
2010-03-30 Sylvain Thénault [repo] more efficient eid cache operations handling based on set_operation; refactor stable
2010-03-29 Sylvain Thénault [cleanup] stable
2010-03-29 Sylvain Thénault [repo] make etype which should go in deleted_entities configurable: we only need this for types imported from other multi-sources instances stable
2010-03-25 Sylvain Thénault [source storage] refactor source sql generation and results handling to allow repository side callbacks stable
2010-03-25 Sylvain Thénault [source storage] on deletion, entity has no edited_attributes stable
2010-03-19 Adrien Di Mascio [source] implement storages right in the source rather than in hooks
2010-03-18 Sylvain Thénault disable security when undoing
2010-03-01 Katia Saurfelt server/web api for accessing to deleted_entites
2010-03-12 Sylvain Thénault backport stable
2010-03-12 Sylvain Thénault typo stable
2010-03-12 Sylvain Thénault backport stable
2010-03-12 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
2010-03-09 Sylvain Thénault rename logilab.db into logilab.database
2010-03-09 Sylvain Thénault backport stable
2010-03-09 Sylvain Thénault [sql generation] fti_need_distinct quere was not anymore used, potentially causing duplicates on has_text queries with sqlite backend stable
2010-03-08 Sylvain Thénault [repo] use logilab.db instead of lgc.adbh/lgc.db/lgc.sqlgen/indexer, test new date extranction functions
2010-03-08 Sylvain Thénault backport stable
2010-03-08 Sylvain Thénault fix name error fixed in wrong branch stable
2010-03-05 Sylvain Thénault backport stable
2010-03-05 Sylvain Thénault le patch massiveimport a été importé stable
2010-03-05 Sylvain Thénault fix another name error
2010-03-05 Sylvain Thénault don't issue critical warning about missing text index when we're creating the instance stable
2010-03-04 Sylvain Thénault [cleanup] add index_entity to abstract source, add docstring stable
2010-03-04 Sylvain Thénault [fti] refactor and fix full text indexation handling stable
2010-02-24 Sylvain Thénault [test] also hide this message during test stable
2010-02-24 Sylvain Thénault don't issue critical message when trying to alter sqlite db during test stable
2010-02-09 Sylvain Thénault backport stable
2010-02-09 Sylvain Thénault turn down some info logs into debug stable
2010-02-08 Sylvain Thénault unset_attribute_storage, for testing purpose at least
2010-01-18 Sylvain Thénault backport stable branch
2010-01-07 Adrien Di Mascio update copyright: welcome 2010 stable
2009-12-23 Sylvain Thénault backport stable branch
2009-12-23 Sylvain Thénault TYPE_MAPPING expected to be a mapping from yams type to db type, and timestamp is the Datetime yams type stable
2009-12-22 Sylvain Thénault closes #601987 stable
2009-12-22 Sylvain Thénault should turn password into a Binary properly stable
2009-12-22 Sylvain Thénault backport stable
2009-12-14 Alexandre Fayolle TIMESTAMP column type has a special meaning for SQLServer, stable
2009-12-03 Sylvain Thénault backport stable into default
2009-12-01 Sylvain Thénault fix name error while debugging stable
2009-11-20 Sylvain Thénault backport stable branch (one more time painfully)
2009-11-13 Sylvain Thénault more sensible default values to c-c "create" inputs stable
2009-10-19 Sylvain Thénault backport stable
2009-10-15 Sylvain Thénault follow yams 0.25 api changes to improve performance stable
2009-10-13 Sylvain Thénault refactor repo authentication to allow pluggable authentifier to login with something else than a password
2009-09-28 Sylvain Thénault backport stable
2009-09-28 Sylvain Thénault [fti] don't catch BaseException subclasses stable
2009-09-23 Sylvain Thénault use __regid__ instead of id on appobject classes
2009-09-16 Sylvain Thénault refactor so that rql rewriter may be used outside the server. Enhance it to be usable for RRQLExpression as well 3.5
2009-08-27 Sylvain Thénault [multi-sources] new may_cross_relation method on sources 3.5
2009-08-21 Sylvain Thénault backport stable 3.5
2009-08-21 Sylvain Thénault make db-restore command work even with no/corrupted database stable
2009-08-21 Sylvain Thénault remove some pretty old deprecation code 3.5
2009-08-10 Nicolas Chauvat R refactor backup and use tar.gz to store all sources
2009-08-01 Sylvain Thénault oops
2009-08-01 Sylvain Thénault manual_insert is a public method
2009-08-01 Sylvain Thénault R [server debug] more server side debugging tweaks
2009-07-31 Sylvain Thénault R [sql source] cnx._cnx checked in cnx.close, don't do it here
2009-07-31 Sylvain Thénault debugging tweaks
2009-07-31 Sylvain Thénault [F repo sqlite schema changes] don't rollback on potentially expected schema changes failure
2009-07-31 Sylvain Thénault [R source cnx] use connection wrapper's close method
2009-07-31 Sylvain Thénault [F native source] fix attempts to clear cache key
2009-07-31 Sylvain Thénault F: start to handle binary debug log level on the server side
2009-07-31 Sylvain Thénault backport stable branch
2009-07-29 Sylvain Thénault missing db-port option to source's option definitions stable
2009-07-24 Sylvain Thénault major refactoring of database dump/restore:
2009-07-24 Sylvain Thénault application -> instance where it makes sense
2009-07-09 Sylvain Thénault ability to map attributes to something else than usual cw mapping on sql generation stable
2009-07-07 Sylvain Thénault oops, needs the cursor stable
2009-07-07 Sylvain Thénault give session to doexec so it's able to rollback the connection on unexpected error stable
2009-06-09 Sylvain Thénault deactivate sqlite connection wrapping for unittest_multisources for now stable
2009-06-09 Sylvain Thénault cleanup, stop encoding unicode string in manual_insert, no more necessary and make crash recent sqlite w/ 8bit string stable
2009-06-08 Sylvain Thénault properly call [re]set_pool, fix connection handling so we have a change to get cw running on top of a sqlite dabase with threads activated stable
2009-06-05 Sylvain Thénault reminder stable
2009-05-28 Adrien Di Mascio big bunch of copyright / docstring update
2009-05-27 Sylvain Thénault cleanup stable
2009-05-27 Sylvain Thénault fix extid handling: ensure encoded string is given, and store them as base64 (see note in native.py). stable
2009-05-13 sylvain thenault delete-trailing-spaces tls-sprint
2009-04-17 sylvain thenault rename internal entity types to have CW prefix instead of E tls-sprint
2009-04-07 sylvain thenault backport default branch tls-sprint
2009-04-06 sylvain thenault introduce a 'cw_' prefix on entity table and column names so we don't conflict with sql or DBMS specific keywords
2009-03-11 Aurelien Campeas backport typo fix
2009-03-10 sylvain thenault use datetime instead of mx.DateTime tls-sprint
2009-02-26 sylvain thenault assert session has a pool set on error
2009-01-16 sylvain thenault need_intersect test and fixes
2008-11-05 Adrien Di Mascio Showtime !
less more (0) tip