server/sources/rql2sql.py
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 [cleanup] rename dbms_helper to dbhelper for consistency stable
2010-03-24 Sylvain Thénault le patch rql26 a été importé
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-04 Sylvain Thénault [rql2sql] fix potential crash when testing _q_invariant on a ColumnAlias instead of a Variable by always considering _q_invariant to false for them stable
2010-02-26 Sylvain Thénault kill dead/useless code as suggested by pylint stable
2010-02-05 Sylvain Thénault fix long-waiting symetric typo: should be spelled symmetric. Add auto database migration on schema deserialization
2010-01-20 Sylvain Thénault fix bug: the 'table' argument is overwritten by the loop variable, causing latter crash due to this missing information stable
2010-01-07 Adrien Di Mascio update copyright: welcome 2010 stable
2009-12-16 Sylvain Thénault fix backout stable
2009-12-15 Sylvain Thénault backout a75a6e770717, unmeetable condition and introduce a bug with boolean values stable
2009-12-14 Alexandre Fayolle Passwords need to be considered as binary fields stable
2009-12-03 Sylvain Thénault héhé, get the same result with a slightly enhanced condition and all this code removed stable
2009-12-03 Sylvain Thénault unused, cleanup stable
2009-12-03 Sylvain Thénault fix sql generation bug with neged inlined relation where the object is invariant and subject is only referenced by the relation stable
2009-11-16 Sylvain Thénault fix potential key error stable
2009-11-16 Sylvain Thénault test and fix case where remove_unsused_solutions remove some solutions that should be kept stable
2009-11-10 Sylvain Thénault test and fix http://www.logilab.org/ticket/499838 stable
2009-10-28 Nicolas Chauvat C - fix typo. make `lgp check` happy. stable
2009-10-21 Sylvain Thénault prefix sql aliases for entity table by '_' to avoid pb with variable such as 'AS' (eg a keyword in SQL) stable
2009-10-20 Sylvain Thénault document stable
2009-10-20 Sylvain Thénault when a query is grouped, ensure sort terms are grouped as well stable
2009-10-19 Sylvain Thénault take care to already existant solutions local variable stable
2009-10-15 Sylvain Thénault follow yams 0.25 api changes to improve performance stable
2009-09-16 Sylvain Thénault cleanup 3.5
2009-09-16 Sylvain Thénault [querier] fix sql generated w/ NOT relation and shared variable: ensure variable's table is in parent select'scope 3.5
2009-08-18 Sylvain Thénault [rql2sql] test and fix a bug triggered when editing a ticket in jpl stable
2009-07-09 Sylvain Thénault ability to map attributes to something else than usual cw mapping on sql generation stable
2009-06-29 Sylvain Thénault fix sql generated on NOT inlined_relation queries. Use exists, so no more needs for extra DISTINCT stable
2009-06-09 Sylvain Thénault fix missing from close when using a var map stable
2009-05-28 Adrien Di Mascio big bunch of copyright / docstring update
2009-05-19 Sylvain Thénault #343322: should generate IS NULL in sql w/ None values in substitution stable
2009-05-14 Adrien Di Mascio delete-trailing-whitespace + some copyright update tls-sprint
2009-04-28 sylvain thenault backport default branch tls-sprint
2009-04-27 Adrien Di Mascio use dbmshelper to generate correct boolean value in rql2sql
2009-04-24 sylvain thenault backport default branch tls-sprint
2009-04-17 sylvain thenault rename internal entity types to have CW prefix instead of E tls-sprint
2009-04-16 sylvain thenault use adbh.func_sqlname for more backend compat
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-23 sylvain thenault remove some bw compat code tls-sprint
2009-03-23 sylvain thenault copyright update
2009-03-20 sylvain thenault fix rql2sq w/ outer join on subquery result
2009-01-16 sylvain thenault need_intersect test and fixes
2009-01-07 Sylvain Thenault consider intersect *and* distinct
2009-01-07 Sylvain Thenault in some cases (eg ambiguous neged relations), INTERSECT should be used instead of DISTINCT
2008-11-05 Adrien Di Mascio Showtime !
less more (0) tip