server/test/unittest_querier.py
2013-12-20 Sylvain Thénault [rql2sql] remove special behaviour of symmetric relation vs DISTINCT
2014-01-29 Julien Cristau [server] rename session to cnx in querier and plan
2013-07-01 Sylvain Thénault [multi-sources-removal] Drop no more used federated ('true') multi-sources related code
2014-01-22 Sylvain Thénault [multi-sources-removal] Simplify ConnectionsSet internal structures and public methods
2014-01-08 Aurelien Campeas [schema] fix unique together index handling
2013-12-03 Julien Cristau [rset] Fix regression with rset copying (closes #3344410) stable
2013-10-24 Julien Cristau [test] use assertIn / assertIsInstance stable
2013-10-09 Julien Cristau [rset] make sure rset.description is always a list stable
2013-07-31 Sylvain Thénault [rql / querier] fix bad interpretation of some RQL SET query stable
2013-04-08 Pierre-Yves David merge with 3.15.x fix stable
2013-04-08 Pierre-Yves David merge 3.14.x fix into 3.15.x oldstable
2013-04-08 Adrien Di Mascio [querier] fix eid relations handling in SET queries (closes #2797052) oldstable
2013-02-14 Nicolas Chauvat [toward-py3k] remove import with_statement (part of #2711624)
2012-11-26 Pierre-Yves David [test] fix server/querier/build_descr1 test.
2012-09-10 Sylvain Thénault [session / querier] reorganize code to building result set descriptions
2012-04-10 Sylvain Thénault backport stable
2012-04-10 Sylvain Thénault [test] update create_user call stable
2012-04-10 Sylvain Thénault [test] use setUpClass rather than setUpModule to avoid inter-dependency pb with CubicWebTC sub-classes stable
2012-04-05 David Douard Fix a Python 2.5 regression introduced by previous commit stable
2012-03-26 Sylvain Thénault [rql annotation] fix has_text_query detection (if coming from sub-query and if has_text on a column aliases. Closes #2275322 stable
2012-03-16 Sylvain Thénault [security] use a stronger encryption algorythm for password, keeping bw compat stable
2012-02-13 Sylvain Thénault [test] fix test broken by EmailAddress read permissions change
2011-12-12 Sylvain Thénault [rql2sql] None for attributes in kwargs generate IS NULL, so should be considered in sql cache key. Closes #2116693 stable
2011-12-05 Julien Cristau [server test] Fix tests regression from changeset 7980b36fb1aa
2011-10-25 Sylvain Thénault useless debugged breaks test with python < 2.6
2011-10-25 Sylvain Thénault [test] unittest2 api update
2011-10-25 Sylvain Thénault [rql] closes #2054468: support for HAVING in SET/DELETE queries
2011-10-21 Sylvain Thénault [test] one more base etype...
2011-10-04 Sylvain Thénault backport stable
2011-10-04 Sylvain Thénault [rql, sql] support for weekday function introduced in lgdp 1.7 (closes #1979717) stable
2011-09-14 Sylvain Thénault [deprecation] fix unittest pending deprecation warnings on failIf/failUnless methods family
2011-07-27 Sylvain Thénault [sql] more test and fix boolean handling stable
2011-06-17 Sylvain Thénault backport stable
2011-06-16 Sylvain Thénault [rql annotation] fix bad invariant variable w/ has_text relation: this is only true when has_text will be used as principal (though we don't know that yet) stable
2011-06-09 Sylvain Thénault [repo test] fixes
2011-05-19 Sylvain Thénault [repository api] definitly kill usage of word 'pool' to refer to connections set used by a session
2011-05-19 Sylvain Thénault backport stable
2011-05-19 Sylvain Thénault [rql2sql] fix generated sql for eid comparison. closes #1638695 stable
2011-05-18 Sylvain Thénault [querier test] test groupby function call / column number
2011-04-27 Adrien Di Mascio [rql] basic support for regexp-based pattern matching
2011-04-12 Sylvain Thénault [timezone] ensure tzinfo is None
2011-04-01 Sylvain Thénault [time zone] support for TZDatetime and TZTime data type
2011-03-30 Alexandre Fayolle more TZDatetime/TZTime test fixes
2011-03-16 Pierre-Yves David merge old stable into stable stable
2010-12-07 Aurelien Campeas [test] New Handling of database for test. oldstable
2011-03-07 Sylvain Thénault backport stable
2011-03-07 Sylvain Thénault some copyrigh updates stable
2011-02-07 Sylvain Thénault [sources] rewrite the way pyrorql mapping are stored in the database so it can be reused for other sources (eg datafeed+cwxml)
2011-01-05 Julien Jehannet [unittest2] use unittest2 module fixture api stable
2010-10-25 Sylvain Thénault [test] make test independant from the working directory
2010-10-08 Sylvain Thénault [schema / sources] store data sources as cubicweb entities
2010-09-29 Sylvain Thénault backport stable
2010-09-29 Sylvain Thénault [selector] cleanup stable
2010-09-24 Sylvain Thénault [test] update test to unittest2 api (still using lgc.testlib though) stable
2010-09-13 Sylvain Thénault backport stable
2010-09-10 syt fix tests stable
2010-09-09 Sylvain Thénault cleanups stable
2010-09-09 Sylvain Thénault [querier test] remove some actually bad tests that were passing thanks to a sqlite bug stable
2010-09-07 Sylvain Thénault cleanups stable
2010-08-10 Adrien Di Mascio [forms] test abs() rql function
2010-08-02 Sylvain Thénault [rql2sql] add test for rql bug #37423, which triggered a cw bug fixed by this changeset (infinite loop with some queries...) stable
2010-06-21 Sylvain Thénault backport stable
2010-06-17 Sylvain Thénault [rql2sql] when using HAVING to by-pass rql limitation (not to filter on result of an aggregat function), we should emit SQL that doesn't use HAVING to avoid potential backend error because variables are not grouped. Closes #1061603. stable
2010-06-10 Sylvain Thénault [3.9] fix tests
2010-06-10 Sylvain Thénault backport stable
2010-06-09 Sylvain Thénault [querier] fix rset description bug with some union queries stable
2010-06-07 Sylvain Thénault backport stable
2010-06-03 Sylvain Thénault [querier] test and fix potential bug in insertion query with multiple relations inside, caused by a name conflict. Also fix another bug non reproduced by using a set instead of a list (list may leads to compare entity instances which isn't allowed). stable
2010-05-25 Sylvain Thénault no more Image type w/ cw 3.9
2010-04-28 Sylvain Thénault backport oldstable changes stable
2010-04-28 Sylvain Thénault replace logilab-common by CubicWeb in disclaimer oldstable
2010-04-28 Sylvain Thénault backport default into stable: stable is now cw 3.8
2010-04-28 Sylvain Thénault proper licensing information (LGPL-2.1). Hope I get it right this time. stable
2010-04-07 Sylvain Thénault #759035: Automate addition of eid cachekey in RQL analysis
2010-03-09 Sylvain Thénault rename logilab.db into logilab.database
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-04 Sylvain Thénault [repo] fix bug introduced by 4757:ec9c20c6b9f7, testing for select.selection is not enough to avoid the substep query, we should check there is no interesting restriction (test added)
2010-03-04 Sylvain Thénault backport stable
2010-03-03 Sylvain Thénault [test] get a chance to get proper garbage collection when running pytest on whole cw
2010-03-03 Sylvain Thénault more tests stable
2010-03-03 Sylvain Thénault fix code and tests broken by 4744:13a5d3a7410e (proper permission on eid/has_text/identity relations) stable
2010-02-24 Sylvain Thénault [test] update tests broken by changes on attributes permissions handling in yams (add/delete replaced by update stable
2010-02-24 Sylvain Thénault [test api] rename _user_session to user_groups_session, fix its arguments and return only the session, not (user, session) to make things clearer stable
2010-02-05 Sylvain Thénault fix long-waiting symetric typo: should be spelled symmetric. Add auto database migration on schema deserialization
2009-12-23 Sylvain Thénault backport stable branch
2009-12-23 Sylvain Thénault must now properly use Binary for password (see 4180:42247d70105b). XXX Though this is somewhat backend related (eg store password using a binary type), this should be either well document or handled properly in the db helper. stable
2009-10-13 Sylvain Thénault on entity deletion query, return eids of deleted entities
2009-10-07 Sylvain Thénault backport stable branch
2009-10-07 Sylvain Thénault test fixes stable
2009-09-10 Sylvain Thénault backport 3.5
2009-09-08 Sylvain Thénault backport stable 3.5
2009-09-08 Sylvain Thénault ensure eid given in arguments will be returned correctly typed (though only if they are in the cachekey for now) stable
2009-08-21 Sylvain Thénault somewhat painful backport of 3.5 branch, should mostly be ok
2009-08-20 Sylvain Thénault test and fix rset returned by SET query 3.5
2009-08-20 Sylvain Thénault start a new workflow engine 3.5
2009-08-11 Sylvain Thénault [testlib] #345052 and #344207: major test lib refactoring/cleanup + update usage
2009-07-31 Sylvain Thénault [F repo tests] tests have to be updated:
2009-05-28 Adrien Di Mascio big bunch of copyright / docstring update
2009-05-27 Sylvain Thénault getting a StringIO here was due to lgc.db sqlite adapter bug stable
2009-05-27 Sylvain Thénault reactivate skipped tests due to sqlite bug which is now fixed (sqlite 3.6.13) stable
2009-05-27 Sylvain Thénault test Bytes storage/retreival stable
2009-05-13 sylvain thenault fix test 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-10 sylvain thenault use datetime instead of mx.DateTime tls-sprint
2009-01-16 sylvain thenault test fixes
2008-11-13 Nicolas Chauvat fix tests (some where broken after ECache was added)
2008-11-05 Adrien Di Mascio Showtime !
less more (0) tip