server/sources/rql2sql.py
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